Wendal Chen

Results 137 comments of Wendal Chen

https://github.com/jsonshen/nutzdoc-maven-plugin

http://www.javajd.com/ ![image](https://cloud.githubusercontent.com/assets/589819/12161736/8e3b02c2-b534-11e5-89e3-4519b56dee26.png)

http://javacore.cn/me.html ![image](https://cloud.githubusercontent.com/assets/589819/12511661/14a7f804-c14e-11e5-902e-5efb5d718f41.png)

新版有这个 ```java public static Chain from(Object obj, FieldMatcher fm, Dao dao) { ```

热部署的话,可以把FastClass和Mirror Cache关掉 ```java static { NutConf.USE_FASTCLASS=false; NutConf.USE_MIRROR_CACHE=false; } ``` 写到MainModule里面就行

你的测试代码是怎样的? 我看了看代码, from给出的都是java属性名,这才是对的呢 在使用的时候,才会更新到数据库字段名, 额,你的场景是直接写表的名字,没有加Pojo类?

那你还写@Column ... , 话说加上@Table也无妨吧? 因为是动态的?