代码生成 web界面
This commit is contained in:
@@ -7,7 +7,7 @@ crmeb:
|
||||
wechat-js-api-beta: true #微信js api是否是beta版本
|
||||
asyncConfig: false #是否同步config表数据到redis
|
||||
asyncWeChatProgramTempList: false #是否同步小程序公共模板库
|
||||
imagePath: /你的项目绝对路径/crmebimage/ # 服务器图片路径配置 斜杠结尾
|
||||
imagePath: /Users/stivepeim/Documents/ZBKJ/OpenSource/CRMEBJava/crmeb/crmebimage/ # 服务器图片路径配置 斜杠结尾
|
||||
database: mysql
|
||||
|
||||
# 配置端口
|
||||
@@ -39,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_os?characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8
|
||||
username: crmeb_java_os
|
||||
password: 111111
|
||||
url: jdbc:mysql://118.178.234.105:3306/crmeb_os?characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8
|
||||
username: crmeb_os
|
||||
password: cGEfaaRDbwd6cc2k
|
||||
|
||||
redis:
|
||||
host: 127.0.0.1 #地址
|
||||
host: 118.178.234.105 #地址
|
||||
port: 6379 #端口
|
||||
password: 111111
|
||||
password: 1qazxsw2
|
||||
timeout: 30000 # 连接超时时间(毫秒)
|
||||
database: 14 #默认数据库
|
||||
database: 15 #默认数据库
|
||||
jedis:
|
||||
pool:
|
||||
max-active: 200 # 连接池最大连接数(使用负值表示没有限制)
|
||||
|
||||
Reference in New Issue
Block a user