From fce0f324697f6313c13a28c29b93dfd2c8589566 Mon Sep 17 00:00:00 2001 From: 陈战涛 <chenzhantao7055@sina.com> Date: 星期日, 14 五月 2023 22:15:15 +0800 Subject: [PATCH] 提交上海嘉定纪委接口同步及推送 --- src/main/resources/application-pro.yml | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml index 249c112..5a49efd 100644 --- a/src/main/resources/application-pro.yml +++ b/src/main/resources/application-pro.yml @@ -1,4 +1,4 @@ -########################## 骞夸笢娼槼 ########################## +########################## 涓婃捣鍢夊畾 ########################## server: port: 8090 jetty: @@ -11,13 +11,13 @@ primary: url: jdbc:mysql://127.0.0.1:3306/igds_api?useUnicode=true&characterEncoding=utf-8 username: root - password: Abc123.. + password: root driver-class-name: com.mysql.jdbc.Driver #娆℃暟鎹簮 secondary: url: jdbc:mysql://127.0.0.1:3306/igds_master?useUnicode=true&characterEncoding=utf-8 username: root - password: Abc123.. + password: root driver-class-name: com.mysql.jdbc.Driver jpa: #涓籮pa閰嶇疆 @@ -38,7 +38,7 @@ dialect: org.hibernate.dialect.MySQL5InnoDBDialect # Redis鐩稿叧閰嶇疆 redis: - database: 0 + database: 1 host: 127.0.0.1 port: 6379 password: Abc123.. @@ -51,7 +51,6 @@ timeout: 6000 igds: default: - companyId: 5317 - - file-path: D:/IGDS-API/FILE/ + companyId: 5303 + file-path: C:/app/igds-api/ img-path: D:/IGDS/FILE/ \ No newline at end of file -- Gitblit v1.9.3