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