-
框架特性
-
源码详解以及调试 : http://www.iqiyi.com/w_19rwkreutt.html
-
> git clone https://github.com/yu199195/hmily.git > cd hmily > mvn -DskipTests clean install -U
-
https://github.com/yu199195/hmily/blob/master/hmily-tcc-demo/sql/tcc-demo.sql
-
https://github.com/yu199195/hmily/tree/master/hmily-tcc-demo
-
> git clone https://github.com/yu199195/hmily.git > mvn -DskipTests clean deploy -U
-
答:因为框架使用了Lombok包,它是在编译的时期,自动生成get set方法,并不影响运行,如果觉得提示错误难受,请自行下载lombok包插件,lombok官网