【添加】代码生成的功能的核心代码引入

This commit is contained in:
zer0Black
2021-04-01 13:33:48 +08:00
parent ee3eaf8458
commit be8938f03f
54 changed files with 2854 additions and 254 deletions
@@ -13,7 +13,7 @@ source_root_package=src.main.java
webroot_package=src.main.webapp
#ftl resource url
templatepath=/jero/code-template
template_path=/jero/code-template
system_encoding=utf-8
#db Table id [User defined]
@@ -1,5 +1,5 @@
#mysql
diver_name=com.mysql.cj.jdbc.Driver
driver_name=com.mysql.cj.jdbc.Driver
url=jdbc:mysql://localhost:3306/jero-boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
username=root
password=root