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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
hogle-java
/
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
README.md
on
master
User selector
All users
All time
Commit history
Commits on Aug 7, 2021
|2021.08.07|新增当前模板保持功能,重新生成代码后依然会保持在当前选择模板。<br>新增renren-fast模板。|
Show description for 45d380c
moshowgame
committed
45d380c
View commit details
Copy full SHA for 45d380c
View code at this point
Browse repository at this point
Commits on Aug 5, 2021
1. 支持common-mapper
Show description for 18d79cf
chentianming11
committed
18d79cf
View commit details
Copy full SHA for 18d79cf
View code at this point
Browse repository at this point
Commits on Mar 24, 2021
|2021.03.24|修复Mybatis.XML中缺失test=关键字问题。(感谢@BWHN/YUEHUI的反馈)。|
Show description for 3007dba
moshowgame
committed
3007dba
View commit details
Copy full SHA for 3007dba
View code at this point
Browse repository at this point
Commits on Jan 17, 2021
OEM信息优化,支持多配置文件模式,支持在application*.yml自定义信息,以及切换local/cdn模式。
moshowgame
committed
7a4ee45
View commit details
Copy full SHA for 7a4ee45
View code at this point
Browse repository at this point
Commits on Jan 16, 2021
表明前缀选项(感谢@wwlg的建议)。 是否带字段注释设置(感谢@fengpojian的建议)。优化Mybatis的''!=判断(感谢@zhongsb的建议)。 Mybatis-Plus增加Service层(感谢@yf466532479的建议)。
moshowgame
committed
a10a330
View commit details
Copy full SHA for a10a330
View code at this point
Browse repository at this point
生成后自动trim掉前后空格输出。完善ReadMe文档。
moshowgame
committed
f5359f8
View commit details
Copy full SHA for f5359f8
View code at this point
Browse repository at this point
Commits on Jan 14, 2021
js本地化|云拆分
moshowgame
committed
8675730
View commit details
Copy full SHA for 8675730
View code at this point
Browse repository at this point
Commits on Jan 12, 2021
v3.0 beta version
moshowgame
committed
004404f
View commit details
Copy full SHA for 004404f
View code at this point
Browse repository at this point
Commits on Oct 20, 2020
1.修复mapper2 insert代码问题(感谢@mXiaoWan的PR)<br>2.优化对fulltext/index关键字的处理(感谢@WEGFan的反馈)。<br>3.新增日期类型的转换选择(感谢@qingkediguo的建议)。<br>4.新增是否包装类型的转换选择。
moshowgame
committed
aa79a2b
View commit details
Copy full SHA for aa79a2b
View code at this point
Browse repository at this point
Commits on Jun 28, 2020
优化Util下的BeanUtil,支持更多map.put的操作。整合CRUD模板到SQL(CRUD)模板。
moshowgame
committed
3bbca9d
View commit details
Copy full SHA for 3bbca9d
View code at this point
Browse repository at this point
Commits on Jun 21, 2020
修复FreemarkerUtil的Path问题导致JAR包运行时无法获取template的问题。
moshowgame
committed
0ed4d7a
View commit details
Copy full SHA for 0ed4d7a
View code at this point
Browse repository at this point
Commits on May 25, 2020
1.一些fix,关于封装工具类以及layui模板优化等.<br> 2.优化表备注的获取逻辑.<br> 3.生成时间格式改为yyyy-MM-dd,移除具体的时间,只保留日期
moshowgame
committed
83f15b4
View commit details
Copy full SHA for 83f15b4
View code at this point
Browse repository at this point
Commits on May 24, 2020
update README.md
moshowgame
committed
a4f72c8
View commit details
Copy full SHA for a4f72c8
View code at this point
Browse repository at this point
Commits on May 21, 2020
新增insert-sql模式,支持对"insert into table (xxx) values (xxx)"语句进行处理,生成java代码(感谢三叔的建议)
moshowgame
committed
6c0e576
View commit details
Copy full SHA for 6c0e576
View code at this point
Browse repository at this point
Commits on May 17, 2020
新增mapper2(Mybatis-Annotation模板)(感谢@baisi525和@CHKEGit的建议)
moshowgame
committed
b30ce86
View commit details
Copy full SHA for b30ce86
View code at this point
Browse repository at this point
赞赏优化
moshowgame
committed
e90f9f7
View commit details
Copy full SHA for e90f9f7
View code at this point
Browse repository at this point
修复包含comment关键字时注释无法识别的问题。(感谢@1nchaos的反馈)
moshowgame
committed
e97c6c1
View commit details
Copy full SHA for e97c6c1
View code at this point
Browse repository at this point
Commits on May 16, 2020
代码重构!异常处理优化,Freemarker相关工具类优化,简化模板生成部分,通过template.json来配置需要生成的模板,不需要配置java文件。
moshowgame
committed
0341e53
View commit details
Copy full SHA for 0341e53
View code at this point
Browse repository at this point
Commits on May 3, 2020
20200503:1.优化对特殊字符的处理,对于包含#和$等特殊字符的,在模板使用井和¥代替便可,escapeString方法会自动处理<br> 2.优化mybatisplus实体类相关(感谢@chunchengmeigui的反馈) 3.修优化对所有类型的判断(感谢@cnlw的反馈) 4.移除swagger-entity,该功能已经包含在‘swagger-ui’的下拉选项中 5.升级hut…
Show description for 7774819
moshowgame
committed
7774819
View commit details
Copy full SHA for 7774819
View code at this point
Browse repository at this point
Commits on Mar 6, 2020
20200306提交一套layuimini+mybatisplus的模板.修复mybatisplus一些相关问题
moshowgame
committed
45484d8
View commit details
Copy full SHA for 45484d8
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
去除mybatis模板中的方括号[]和修改模板里的类注释样式(感谢@gaohanghang的PR)
Show description for e78f38e
moshowgame
authored
e78f38e
View commit details
Copy full SHA for e78f38e
View code at this point
Browse repository at this point
1.新增历史记录功能,自动保存最近生成的对象 2.新增swagger开关选项和修复@Column带name参数(感谢@liuyu-struggle的建议)
Show description for 2316fb1
moshowgame
committed
2316fb1
View commit details
Copy full SHA for 2316fb1
View code at this point
Browse repository at this point
Commits on Dec 29, 2019
1.修复bejson安全防护策略拦截问题(感谢@liangbintao和@1808083642的反馈) 2.优化字段名含date字符串的处理(感谢@smilexzh的反馈) 3.控制台动态输出项目访问地址(感谢@gaohanghang的提交)
moshowgame
committed
03152e5
View commit details
Copy full SHA for 03152e5
View code at this point
Browse repository at this point
Commits on Nov 28, 2019
1.修复支持string-copy导致的以n结尾的字母不显示问题 2.jpa-entity新增swagger@ApiModel@ApiModelProperty注解和SQL字段@Column注解(感谢@yjq907的建议)
moshowgame
committed
a84a4c1
View commit details
Copy full SHA for a84a4c1
View code at this point
Browse repository at this point
Commits on Nov 26, 2019
Update README.md
moshowgame
committed
02c43a8
View commit details
Copy full SHA for 02c43a8
View code at this point
Browse repository at this point
add release jar download url&img
Show description for f45b1bf
moshowgame
committed
f45b1bf
View commit details
Copy full SHA for f45b1bf
View code at this point
Browse repository at this point
1.springboot2内置tomcat更换为性能更强大的undertow 2.修复tinyintTransType参数丢失问题
Show description for a68989b
moshowgame
committed
a68989b
View commit details
Copy full SHA for a68989b
View code at this point
Browse repository at this point
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
Update README.md
Show description for d738c58
moshowgame
authored
d738c58
View commit details
Copy full SHA for d738c58
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 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 15, 2019
Update README.md
moshowgame
authored
65e8823
View commit details
Copy full SHA for 65e8823
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.