Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
chentianming11
/
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
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
82f9ef9
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 21, 2020
default_encoding: UTF-8
moshowgame
committed
82f9ef9
Copy full SHA for 82f9ef9
修复FreemarkerUtil的Path问题导致JAR包运行时无法获取template的问题。
moshowgame
committed
0ed4d7a
Copy full SHA for 0ed4d7a
Commits on May 25, 2020
1.一些fix,关于封装工具类以及layui模板优化等.<br> 2.优化表备注的获取逻辑.<br> 3.生成时间格式改为yyyy-MM-dd,移除具体的时间,只保留日期
moshowgame
committed
83f15b4
Copy full SHA for 83f15b4
Commits on May 24, 2020
update README.md
moshowgame
committed
a4f72c8
Copy full SHA for a4f72c8
Commits on May 21, 2020
新增insert-sql模式,支持对"insert into table (xxx) values (xxx)"语句进行处理,生成java代码(感谢三叔的建议)
moshowgame
committed
6c0e576
Copy full SHA for 6c0e576
Commits on May 17, 2020
新增mapper2(Mybatis-Annotation模板)(感谢@baisi525和@CHKEGit的建议)
moshowgame
committed
b30ce86
Copy full SHA for b30ce86
赞赏优化
moshowgame
committed
e90f9f7
Copy full SHA for e90f9f7
修复包含comment关键字时注释无法识别的问题。(感谢@1nchaos的反馈)
moshowgame
committed
e97c6c1
Copy full SHA for e97c6c1
Commits on May 16, 2020
新增对Jrebel配置文件的排除 - MOSHOW K ZHENG
moshowgame
committed
808da25
Copy full SHA for 808da25
代码重构!异常处理优化,Freemarker相关工具类优化,简化模板生成部分,通过template.json来配置需要生成的模板,不需要配置java文件。
moshowgame
committed
0341e53
Copy full SHA for 0341e53
Commits on May 13, 2020
Merge pull request #83 from gaohanghang/master
Show description for 6149d99
moshowgame
authored
6149d99
Copy full SHA for 6149d99
Commits on May 7, 2020
将"项目启动启动成功"改为"项目启动成功"
gaohanghang
committed
f8b598d
Copy full SHA for f8b598d
1. 通过InetAddress类动态获取主机的ip地址 2. 折叠 catch 块
gaohanghang
committed
06e05ab
Copy full SHA for 06e05ab
Merge pull request #8 from moshowgame/master
Show description for 3316c98
gaohanghang
authored
3316c98
Copy full SHA for 3316c98
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
Copy full SHA for 7774819
Merge remote-tracking branch 'origin/master'
moshowgame
committed
0dea9b5
Copy full SHA for 0dea9b5
Commits on Mar 14, 2020
LICENSE
Show description for 3232e0f
moshowgame
authored
3232e0f
Copy full SHA for 3232e0f
Commits on Mar 6, 2020
20200306提交一套layuimini+mybatisplus的模板.修复mybatisplus一些相关问题
moshowgame
committed
45484d8
Copy full SHA for 45484d8
Commits on Feb 21, 2020
Merge pull request #7 from moshowgame/master
Show description for 9b6562b
gaohanghang
authored
9b6562b
Copy full SHA for 9b6562b
Commits on Feb 5, 2020
去除mybatis模板中的方括号[]和修改模板里的类注释样式(感谢@gaohanghang的PR)
Show description for e78f38e
moshowgame
authored
e78f38e
Copy full SHA for e78f38e
Merge pull request #78 from gaohanghang/master
Show description for c94e004
moshowgame
authored
c94e004
Copy full SHA for c94e004
1.新增历史记录功能,自动保存最近生成的对象 2.新增swagger开关选项和修复@Column带name参数(感谢@liuyu-struggle的建议)
Show description for 2316fb1
moshowgame
committed
2316fb1
Copy full SHA for 2316fb1
Commits on Jan 14, 2020
1. 去除 mybatis 模板中的方括号[],使代码更美观
Show description for 90750d4
gaohanghang
committed
90750d4
Copy full SHA for 90750d4
Merge pull request #6 from moshowgame/master
Show description for 11ad553
gaohanghang
authored
11ad553
Copy full SHA for 11ad553
Commits on Dec 29, 2019
1.修复bejson安全防护策略拦截问题(感谢@liangbintao和@1808083642的反馈) 2.优化字段名含date字符串的处理(感谢@smilexzh的反馈) 3.控制台动态输出项目访问地址(感谢@gaohanghang的提交)
moshowgame
committed
03152e5
Copy full SHA for 03152e5
Merge pull request #73 from gaohanghang/master
Show description for 8b37443
moshowgame
authored
8b37443
Copy full SHA for 8b37443
Commits on Dec 27, 2019
动态获取tomcat启动端口,控制台打印项目访问地址
gaohanghang
committed
eb7760a
Copy full SHA for eb7760a
Commits on Nov 29, 2019
Merge pull request #5 from moshowgame/master
Show description for ae78151
gaohanghang
authored
ae78151
Copy full SHA for ae78151
Commits on Nov 28, 2019
version
moshowgame
committed
b7861ca
Copy full SHA for b7861ca
version
moshowgame
committed
870d95e
Copy full SHA for 870d95e
1.修复支持string-copy导致的以n结尾的字母不显示问题 2.jpa-entity新增swagger@ApiModel@ApiModelProperty注解和SQL字段@Column注解(感谢@yjq907的建议)
moshowgame
committed
a84a4c1
Copy full SHA for a84a4c1
Commits on Nov 26, 2019
Merge pull request #60 from gaohanghang/master
Show description for f746461
moshowgame
authored
f746461
Copy full SHA for f746461
Update README.md
moshowgame
committed
02c43a8
Copy full SHA for 02c43a8
add release jar download url&img
Show description for f45b1bf
moshowgame
committed
f45b1bf
Copy full SHA for f45b1bf
1.springboot2内置tomcat更换为性能更强大的undertow 2.修复tinyintTransType参数丢失问题
Show description for a68989b
moshowgame
committed
a68989b
Copy full SHA for a68989b
Pagination
Previous
Next
You can’t perform that action at this time.