-
> git clone https://github.com/yu199195/myth.git > cd myth > mvn -DskipTests clean install -U
https://github.com/yu199195/myth/tree/master/myth-demo/sql/myth-mysql-demo.sql
https://github.com/yu199195/myth/tree/master/myth-demo
-
> git clone https://github.com/yu199195/myth.git > mvn -DskipTests clean deploy -U
-
答:因为框架使用了Lombok包,它是在编译的时期,自动生成get set方法,并不影响运行,如果觉得提示错误难受,请自行下载lombok包插件,lombok官网