Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
alinecode
/
SpringBootCodeGenerator
Public
forked from
moshowgame/SpringBootCodeGenerator
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
SpringBootCodeGenerator
generator-web
on
201911dev
User selector
All users
All time
Commit history
Commits on Nov 24, 2019
Update
Show description for 1bb8881
moshowgame
committed
1bb8881
View commit details
Copy full SHA for 1bb8881
View code at this point
Browse repository at this point
Update
Show description for dae6628
moshowgame
committed
dae6628
View commit details
Copy full SHA for dae6628
View code at this point
Browse repository at this point
Commits on Nov 23, 2019
donate优化
moshowgame
committed
04b9294
View commit details
Copy full SHA for 04b9294
View code at this point
Browse repository at this point
donate优化
moshowgame
committed
17707d6
View commit details
Copy full SHA for 17707d6
View code at this point
Browse repository at this point
1.移除频繁出错和被过滤的layer,改为jquery-toast. 2.Util功能优化,新增json和xml.
moshowgame
committed
1b5d79d
View commit details
Copy full SHA for 1b5d79d
View code at this point
Browse repository at this point
Commits on Nov 14, 2019
优化对primary关键字的处理(感谢@liujiansgit的反馈)
moshowgame
committed
c5186ce
View commit details
Copy full SHA for c5186ce
View code at this point
Browse repository at this point
1.添加tinyint类型转换(感谢@lixiliang&@liujiansgit的Suggestion) 2.添加一键复制功能(感谢@gaohanghang的Suggestion) 3.Mybatis的insert增加keyProperty="id"用于返回自增id(感谢@88888888888888888888的Suggestion) 4.优化date类型的支持(感谢@SteveLsf的…
Show description for c34fccc
moshowgame
committed
c34fccc
View commit details
Copy full SHA for c34fccc
View code at this point
Browse repository at this point
Commits on Oct 31, 2019
更新mybatis模板,将其中的繁体中文改为简体中文
gaohanghang
committed
d50cec8
View commit details
Copy full SHA for d50cec8
View code at this point
Browse repository at this point
Commits on Oct 15, 2019
修复jdbcTemplates中insert语句第一个字段丢失的问题
moshowgame
committed
3172c12
View commit details
Copy full SHA for 3172c12
View code at this point
Browse repository at this point
Commits on Sep 13, 2019
1. 添加对象get set模板
Show description for 55a4383
gaohanghang
committed
55a4383
View commit details
Copy full SHA for 55a4383
View code at this point
Browse repository at this point
Commits on Sep 9, 2019
1.修复mapper接口load方法,但是xml中方法不匹配问题 2.移除mapper中CRUD时的@param 注解,会影响xml的解析(感谢@caojiantao的反馈)。3.优化MyBatis的xml文件对Oracle的支持。(感谢@wylove1992的反馈) 4.新增对boolean的处理(感谢@violinxsc的反馈)以及优化tinyint类型生成boolean类型问题(感谢@…
Show description for 3570a71
moshowgame
committed
3570a71
View commit details
Copy full SHA for 3570a71
View code at this point
Browse repository at this point
Commits on Sep 7, 2019
2019-09-08 yj 添加是否下划线转换为驼峰的选择
yangjing2@mi-ya.com.cn
committed
28bcd93
View commit details
Copy full SHA for 28bcd93
View code at this point
Browse repository at this point
Commits on May 19, 2019
donate update
moshowgame
committed
db7cebf
View commit details
Copy full SHA for db7cebf
View code at this point
Browse repository at this point
Commits on May 18, 2019
donate and tiny fixes
moshowgame
committed
a5bbe9e
View commit details
Copy full SHA for a5bbe9e
View code at this point
Browse repository at this point
update20190518
moshowgame
committed
0a6d263
View commit details
Copy full SHA for 0a6d263
View code at this point
Browse repository at this point
Commits on May 17, 2019
[UPD]
Show description for d7cbe49
unchin
committed
d7cbe49
View commit details
Copy full SHA for d7cbe49
View code at this point
Browse repository at this point
Commits on May 16, 2019
[UPD]
Show description for 1a4b301
unchin
committed
1a4b301
View commit details
Copy full SHA for 1a4b301
View code at this point
Browse repository at this point
Commits on May 15, 2019
[UPD]
unchin
committed
63d393f
View commit details
Copy full SHA for 63d393f
View code at this point
Browse repository at this point
Commits on May 11, 2019
优化mybatis模块的dao和xml模板,修改dao接口注解为@Repository,所有dao参数改为包装类,删除update语句最后的UpdateTime = NOW(),修改dao接口文件的方法注释使其更符合javaDoc的标准,修改insert语句增加插入行主键的返回,修改load的方法名为selectByPrimaryKey,修改xml的update语句新增动态if判空,修改xm…
Show description for 0b84f27
moshowgame
committed
0b84f27
View commit details
Copy full SHA for 0b84f27
View code at this point
Browse repository at this point
Commits on Apr 29, 2019
Merge remote-tracking branch 'origin/master'
moshowgame
committed
65f79b7
View commit details
Copy full SHA for 65f79b7
View code at this point
Browse repository at this point
新增返回封装工具类设置,优化对oracle注释comment on column的支持(感谢@liukex的反馈),优化对普通和特殊storage关键字的判断(感谢@AhHeadFloating的反馈 )
moshowgame
committed
3059e27
View commit details
Copy full SHA for 3059e27
View code at this point
Browse repository at this point
Commits on Apr 11, 2019
add beetlentitydto
neatlife
committed
84db338
View commit details
Copy full SHA for 84db338
View code at this point
Browse repository at this point
Commits on Feb 11, 2019
delete unused config
moshowgame
committed
dc500df
View commit details
Copy full SHA for dc500df
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master'
moshowgame
committed
af71b10
View commit details
Copy full SHA for af71b10
View code at this point
Browse repository at this point
提交gitignore,解决StringUtils.lowerCaseFirst潜在的NPE异常,校验修改为@RequestParam参数校验,lombok之@Data和@Slf4j优化,fix JdbcDAO模板类名显示为中文问题,WebMvcConfig整合MessageConverter,模板代码分类(感谢@liutf和@tfgzs的pull request)
moshowgame
committed
256d93d
View commit details
Copy full SHA for 256d93d
View code at this point
Browse repository at this point
Commits on Feb 2, 2019
实体生成规则切换为包装类型,不再采用基本数据类型
h2so
committed
3193361
View commit details
Copy full SHA for 3193361
View code at this point
Browse repository at this point
Commits on Jan 21, 2019
为实体类生成添加显示的默认构造方法
h2so
committed
f65fdca
View commit details
Copy full SHA for f65fdca
View code at this point
Browse repository at this point
Commits on Jan 5, 2019
修复处理number/decimal(x,x)类型的逻辑(感谢@arthaschan的反馈),修复JdbcTemplates模板两处错误(感谢@everflourish的反馈)。
moshowgame
committed
6fb2cba
View commit details
Copy full SHA for 6fb2cba
View code at this point
Browse repository at this point
Commits on Dec 12, 2018
no js file ,all in one html
moshowgame
committed
d2283b4
View commit details
Copy full SHA for d2283b4
View code at this point
Browse repository at this point
Optimization for UI of html,New MybatisPlus Mod,Fix AuthorName and PackageName issue
moshowgame
committed
3450d8d
View commit details
Copy full SHA for 3450d8d
View code at this point
Browse repository at this point
Commits on Nov 22, 2018
优化正则表达式点号的处理,优化处理字段类型,对number类型增加int,long,BigDecimal的区分判断(感谢@lshz0088的指导)
moshowgame
committed
09836c1
View commit details
Copy full SHA for 09836c1
View code at this point
Browse repository at this point
Commits on Nov 8, 2018
fix up the issue when a description call "key fk_xxx(xx)" will generate to a column named "key"
moshowgame
committed
506c770
View commit details
Copy full SHA for 506c770
View code at this point
Browse repository at this point
Commits on Oct 18, 2018
support deal with column type of xxx(x,x) and some special character in ''
moshowgame
committed
4ce0ff0
View commit details
Copy full SHA for 4ce0ff0
View code at this point
Browse repository at this point
Commits on Oct 10, 2018
new stable cdn
moshowgame
committed
6fe5ffe
View commit details
Copy full SHA for 6fe5ffe
View code at this point
Browse repository at this point
Commits on Oct 3, 2018
fix up
moshowgame
committed
995a0bb
View commit details
Copy full SHA for 995a0bb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.