新增前后端分离代码生成器 菜单在维护-》代码生成

This commit is contained in:
stivepeim
2022-08-24 19:00:37 +08:00
parent 80fdd3754f
commit fc2bc07451
919 changed files with 2501 additions and 997 deletions

View File

@@ -7,7 +7,8 @@ crmeb:
wechat-js-api-beta: true #微信js api是否是beta版本
asyncConfig: false #是否同步config表数据到redis
asyncWeChatProgramTempList: false #是否同步小程序公共模板库
imagePath: /www/wwwroot/Crmeb-admin.jar Path/ # 服务器图片路径配置 斜杠结尾
imagePath: /你的项目绝对路径/crmebimage/ # 服务器图片路径配置 斜杠结尾
database: mysql
# 配置端口
server:
@@ -38,16 +39,16 @@ spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/crmeb_java_beta?characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8
username: root
password: 123456
url: jdbc:mysql://127.0.0.1:3306/crmeb_java_os?characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8
username: crmeb_java_os
password: 111111
redis:
host: 127.0.0.1 #地址
port: 6379 #端口
password: 123456
password: 111111
timeout: 30000 # 连接超时时间(毫秒)
database: 3 #默认数据库
database: 14 #默认数据库
jedis:
pool:
max-active: 200 # 连接池最大连接数(使用负值表示没有限制)