feat: add system framework

This commit is contained in:
landaiqing
2024-05-11 22:42:23 +08:00
parent 69a589fe5c
commit a6e15e356b
73 changed files with 1695 additions and 9 deletions

View File

@@ -10,24 +10,24 @@ jdbc:
dbName: schisandra-cloud-storage
tableName: subject_liked
url: jdbc:mysql://1.95.0.111:3306/
username: schisandra
username: landaiqing
password: LDQ20020618xxx
driver: com.mysql.cj.jdbc.Driver
# 使用的模板与生成文件映射给关系
mapperInfos: genCode/subjectLikedMapper.yml
mapperInfos: genCode/systemMapper.yml
# 全局参数
params:
# 作者
author: schisandra
author: landaiqing
# 模块
module: subject
module: system
# controller 通用前缀
api: /subjectLiked
api: /system
# 生成对象是否移除前缀
removePre: false
# 使用内置函数赋值给变量 FunctionUtils 中替换
genDate: now()
# win 需要补充模板具体目录
templateBasePath: E:/JavaProjects_IDEA/schisandra-cloud-storage/schisandra-cloud-storage-gen/src/main/resources/
templateBasePath: E:/JavaProjects_IDEA/schisandra-cloud-storage/schisandra-cloud-storage-gen/src/main/resources