Merge branch 'cc_20240613_zxjp_init' into 'master'

Cc 20240613 zxjp init

See merge request hangzhou/java/custom_zxjp!3
This commit is contained in:
杨杰
2024-06-27 06:36:32 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#mysql config
default.datasource.url=jdbc:mysql://store-big1.mysql.rds.aliyuncs.com:3306/coolcollege_intelligent_9096?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
default.datasource.url=jdbc:mysql://store-big1.mysql.rds.aliyuncs.com:3306/coolcollege_intelligent_10027?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
default.datasource.username=coolstore
default.datasource.password=CSCErYcXniNYm7bT
@@ -47,8 +47,8 @@ trtc.sdkAppId=1600026212
trtc.secretKey=e036b654c665f649f053a01ff6f5652a826980027be298d4d49949f6e26434a5
trtc.video.callback.secretKey=ur4wq2iFbRI03Q35
weixin.appId=wx7b16b308c9127a48
weixin.appSecret=65217b4fe10d74b5785a5ab9475fcb24
weixin.appId=wxd77a2761c1911ee1
weixin.appSecret=fb669b90fcdcdd0e2da21b6e066df83e
weixin.index.url=pages/index/index
signKey=d851f2a9ac90474abecdc2fbb148d4d7
@@ -75,5 +75,5 @@ aliyun.sms.accessKeyId=LTAI5tAVZ3r9UtSpLGcmGoQn
aliyun.sms.accessKeySecret=WIMjO4BjVg3YAHwmplq86yOyS2HMpa
aliyun.sms.signName=酷店掌
mybatis.configuration.variables.enterpriseId=9ee7b8b48e2447f9a2075b5a46e94d08
enterprise.dingCorpId=ding4da17dabe9a7b19f
mybatis.configuration.variables.enterpriseId=214ac5a3a517472a87268e02a2e6410a
enterprise.dingCorpId=wpayJeDAAAklx_q1jGhyGUd4yEh8vV_g

View File

@@ -2,7 +2,7 @@
<!--scan:配置文件如果发生改变,将会被重新加载,scanPeriod:设置监测配置文件是否有修改的时间间隔 -->
<configuration scan="true" scanPeriod="60 seconds">
<!--应用的名称 -->
<property name="APPNAME" value="xianfeng-web" />
<property name="APPNAME" value="zxjp-web" />
<!--应用的端口号 -->
<property name="PORT" value="40300" />
<!--日志文件本地存放目录路径-->