|
|
|
@ -21,6 +21,8 @@ spring: |
|
|
|
name: druidDataSource |
|
|
|
name: druidDataSource |
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
|
druid: |
|
|
|
druid: |
|
|
|
|
|
|
|
stat-view-servlet: |
|
|
|
|
|
|
|
enabled: false |
|
|
|
#添加allowMultiQueries=true 在批量更新时才不会出错 |
|
|
|
#添加allowMultiQueries=true 在批量更新时才不会出错 |
|
|
|
# url: jdbc:sqlserver://192.168.1.108:2012;DatabaseName=FSBG;allowMultiQueries=true |
|
|
|
# url: jdbc:sqlserver://192.168.1.108:2012;DatabaseName=FSBG;allowMultiQueries=true |
|
|
|
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
|
|
|
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
|
|
|
@ -79,16 +81,16 @@ spring: |
|
|
|
# password: Mhtech@803 |
|
|
|
# password: Mhtech@803 |
|
|
|
|
|
|
|
|
|
|
|
# # 珠海北师大 |
|
|
|
# # 珠海北师大 |
|
|
|
# url: jdbc:sqlserver://127.0.0.1:8033;DatabaseName=chws_bsdz;allowMultiQueries=true |
|
|
|
url: jdbc:sqlserver://127.0.0.1:8033;DatabaseName=chws_bsdz;allowMultiQueries=true;encrypt=false |
|
|
|
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
|
|
|
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
|
|
|
# username: chws_bsdz |
|
|
|
username: chws_bsdz |
|
|
|
# password: Mhtech@803803 |
|
|
|
password: Mhtech@803803 |
|
|
|
|
|
|
|
|
|
|
|
#南方学院 |
|
|
|
#南方学院 |
|
|
|
url: jdbc:sqlserver://175.178.153.91:8033;DatabaseName=chws_nfxy;allowMultiQueries=true;encrypt=false |
|
|
|
# url: jdbc:sqlserver://175.178.153.91:8033;DatabaseName=chws_nfxy;allowMultiQueries=true;encrypt=false |
|
|
|
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
|
|
|
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
|
|
|
username: chws_nfxy |
|
|
|
# username: chws_nfxy |
|
|
|
password: minghan@123456 |
|
|
|
# password: minghan@123456 |
|
|
|
|
|
|
|
|
|
|
|
filters: stat,wall,config |
|
|
|
filters: stat,wall,config |
|
|
|
max-active: 100 |
|
|
|
max-active: 100 |
|
|
|
|