This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
SpringBootCodeGenerator
Watch
1
Star
0
Fork
0
You've already forked SpringBootCodeGenerator
mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced
2026-03-22 15:39:04 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ed91c94f00fb991d8f0d5c54772b2c4c83af9c9e
SpringBootCodeGenerator
/
generator-web
History
MOSHOW.K.ZHENG
3570a71ab5
1.修复mapper接口load方法,但是xml中方法不匹配问题 2.移除mapper中CRUD时的@param 注解,会影响xml的解析(感谢@caojiantao的反馈)。3.优化MyBatis的xml文件对Oracle的支持。(感谢@wylove1992的反馈) 4.新增对boolean的处理(感谢@violinxsc的反馈)以及优化tinyint类型生成boolean类型问题(感谢@hahaYhui的反馈)
2019-09-10 00:06:25 +08:00
..
src
/main
1.修复mapper接口load方法,但是xml中方法不匹配问题 2.移除mapper中CRUD时的@param 注解,会影响xml的解析(感谢@caojiantao的反馈)。3.优化MyBatis的xml文件对Oracle的支持。(感谢@wylove1992的反馈) 4.新增对boolean的处理(感谢@violinxsc的反馈)以及优化tinyint类型生成boolean类型问题(感谢@hahaYhui的反馈)
2019-09-10 00:06:25 +08:00
pom.xml
fix up the issue when a description call "key fk_xxx(xx)" will generate to a column named "key"
2018-11-08 11:05:54 +08:00