diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index b9e97a4..ac6f469 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -233,8 +233,8 @@ spring: platform: workId: 32 authToken: JI8AeA7POKsdGcBC - url: http://8.130.96.163:8866/api/taskImei/callback/add - tripartite-url: http://127.0.0.1:8866/api/taskImei/tripartite/add + url: http://8.130.96.163:8866/api/data/callback/add + tripartite-url: http://127.0.0.1:8866/api/data/tripartite/add tf: diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index bb7b859..e0df6d4 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -50,17 +50,17 @@ spring: type: com.alibaba.druid.pool.DruidDataSource # 数据库驱动类名 driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://localhost:3306/db_ad?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&rewriteBatchedStatements=true + url: jdbc:mysql://127.0.0.1:3306/db_ad?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&rewriteBatchedStatements=true username: root - password: Yuyou@2020 + password: ukYTrVrRp3TQ. db1: # 数据库连接池类名称 type: com.alibaba.druid.pool.DruidDataSource # 数据库驱动类名 driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://localhost:3306/db_ad1?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&rewriteBatchedStatements=true + url: jdbc:mysql://127.0.0.1:3306/db_ad1?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&rewriteBatchedStatements=true username: root - password: Yuyou@2020 + password: ukYTrVrRp3TQ. # 规则配置 rules: sharding: @@ -226,8 +226,8 @@ spring: sql-show: false platform: authToken: nqJpVSf3UcrEcVIH - tripartite-url: https://baiyee.vip/api/taskImei/tripartite/add - url: https://baiyee.vip/api/taskImei/callback/add + tripartite-url: https://baiyee.vip/api/data/tripartite/add + url: https://baiyee.vip/api/data/callback/add workId: 32 tf: diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d86f1a6..e291fb9 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,7 +4,7 @@ spring: application: name: ad-callback profiles: - active: dev + active: prod jackson: time-zone: GMT+8 date-format: yyyy-MM-dd HH:mm:ss @@ -19,6 +19,7 @@ spring: #允许对象忽略json中不存在的属性 fail_on_unknown_properties: false parser: + #允许出现特殊字符和转义符 allow_unquoted_control_chars: true #允许出现单引号