|
@@ -1,5 +1,5 @@
|
|
|
server:
|
|
|
- port: 8804
|
|
|
+ port: 8805
|
|
|
ip: 39.97.120.42
|
|
|
servlet:
|
|
|
context-path: /jeecg-boot
|
|
@@ -28,8 +28,8 @@ spring:
|
|
|
starttls:
|
|
|
enable: true
|
|
|
required: true
|
|
|
- ## quartz定时任务,采用数据库方式
|
|
|
- #quartz:
|
|
|
+ ## quartz定时任务,采用数据库方式
|
|
|
+ #quartz:
|
|
|
#job-store-type: jdbc
|
|
|
#json 时间戳统一转换
|
|
|
jackson:
|
|
@@ -67,14 +67,14 @@ spring:
|
|
|
autoconfigure:
|
|
|
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
|
|
|
datasource:
|
|
|
- url: jdbc:mysql://172.30.0.4:4000/jiaoyang?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
+ url: jdbc:mysql://172.30.0.4:4000/jiaoyang?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&useSSL=false
|
|
|
username: hcst
|
|
|
password: hcst@2020
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
druid:
|
|
|
stat-view-servlet:
|
|
|
loginUsername: admin
|
|
|
- loginPassword: hcst20161
|
|
|
+ loginPassword: hcst2016
|
|
|
enabled: true
|
|
|
web-stat-filter:
|
|
|
enabled: true
|
|
@@ -106,10 +106,16 @@ spring:
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://172.30.0.4:4000/jiaoyang?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
+ url: jdbc:mysql://172.30.0.4:4000/jiaoyang?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&useSSL=false
|
|
|
username: hcst
|
|
|
password: hcst@2020
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
+ # 多数据源配置
|
|
|
+ #multi-datasource1:
|
|
|
+ #url: jdbc:mysql://localhost:3306/jeecg-boot2?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
|
|
|
+ #username: root
|
|
|
+ #password: root
|
|
|
+ #driver-class-name: com.mysql.jdbc.Driver
|
|
|
#redis 配置
|
|
|
redis:
|
|
|
database: 0
|
|
@@ -138,6 +144,13 @@ mybatis-plus:
|
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
#jeecg专用配置
|
|
|
jeecg:
|
|
|
+ #积木报表设置
|
|
|
+ jmreport:
|
|
|
+ mode: dev
|
|
|
+ #是否需要校验token
|
|
|
+ is_verify_token: false
|
|
|
+ #必须校验方法
|
|
|
+ verify_methods: remove,delete,save,add,update
|
|
|
elasticsearch:
|
|
|
cluster-nodes:
|
|
|
check-enabled: false
|
|
@@ -175,12 +188,12 @@ jeecg:
|
|
|
kuaishou:
|
|
|
api-url: https://ad.e.kuaishou.com
|
|
|
auth-url: https://ad.e.kuaishou.com
|
|
|
- appid: 328
|
|
|
+ appid: 27
|
|
|
third-appid: 328
|
|
|
oauth-type: agent
|
|
|
- secret: 1iFTBiMdohkyEQQs
|
|
|
+ secret: QovprB1tNhXptgDc
|
|
|
third-secret: 1iFTBiMdohkyEQQs
|
|
|
- callback-url: http://callback.shyouteng.com.cn/kuaishou
|
|
|
+ callback-url: http://adsp.c-top.com.cn:8080/jeecg-boot/kuaishou
|
|
|
third-callback-url: http://callback.shyouteng.com.cn/kuaishou
|
|
|
apk-sava-path: /mnt/file/apk
|
|
|
image-sava-path: /mnt/file/image
|
|
@@ -246,5 +259,5 @@ bytedance:
|
|
|
advertiser-fund-daily-stat: /2/advertiser/fund/daily_stat/
|
|
|
ai:
|
|
|
callback:
|
|
|
- callback-unit-url: http://192.168.1.193:31012/ai_callback_add_group
|
|
|
- callback-creative-url: http://192.168.1.193:31012/ai_callback_add_creative
|
|
|
+ callback-unit-url: http://139.186.27.96:31012/ai_callback_add_group
|
|
|
+ callback-creative-url: http://139.186.27.96:31012/ai_callback_add_creative
|