Browse Source

骄阳配置文件

yumeng 4 years ago
parent
commit
39a4940f94
1 changed files with 24 additions and 11 deletions
  1. 24 11
      jeecg-boot-module-system/src/main/resources/application-jiaoyang.yml

+ 24 - 11
jeecg-boot-module-system/src/main/resources/application-jiaoyang.yml

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