From 8fa036746e7d694daaf163f55ba1dc2659926fb3 Mon Sep 17 00:00:00 2001 From: Timer <@> Date: Thu, 29 Jan 2026 19:31:19 +0800 Subject: [PATCH] db 127 --- .idea/compiler.xml | 18 ++++++++++++++++++ .idea/encodings.xml | 6 ++++++ .idea/jarRepositories.xml | 20 ++++++++++++++++++++ src/main/resources/application-dev.yml | 8 ++++---- 4 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 .idea/compiler.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/jarRepositories.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..d349e20 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..63e9001 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..b074d70 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 2395ddf..a8dae8d 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -30,7 +30,7 @@ spring: datasource: master: username: sa - password: ZAQwsx@2016 + password: P76XB3nm36aMkN6n jdbc-url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=SIPAIIS_WMS_HQAQ driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver type: com.alibaba.druid.pool.DruidDataSource @@ -38,7 +38,7 @@ spring: #生产库 js1: username: sa - password: ZAQwsx@2016 + password: P76XB3nm36aMkN6n jdbc-url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=EIP_PRD_HQWS driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver type: com.alibaba.druid.pool.DruidDataSource @@ -46,7 +46,7 @@ spring: #生产库 js2: username: sa - password: ZAQwsx@2016 + password: P76XB3nm36aMkN6n jdbc-url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=EIP_PRD_HQWS driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver type: com.alibaba.druid.pool.DruidDataSource @@ -54,7 +54,7 @@ spring: #生产库 js3: username: sa - password: ZAQwsx@2016 + password: P76XB3nm36aMkN6n jdbc-url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=EIP_PRD_HQWS driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver type: com.alibaba.druid.pool.DruidDataSource