GreenDao配置使用

  1. 第一步
//学习地址
https://blog.****.net/qq_38520096/article/details/78833801

//网站可看
https://github.com/greenrobot/greenDAO

2 . 第二步CV大法

classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2' // add plugin

   mavenCentral() // add repository

implementation 'org.greenrobot:greendao:3.2.2' // add library

apply plugin: 'org.greenrobot.greendao' // apply plugin



GreenDao配置使用
GreenDao配置使用
GreenDao配置使用