修改maven打包名为it_war
This commit is contained in:
parent
264d3e7fa2
commit
2756d1b2bd
|
|
@ -6,7 +6,7 @@ spring:
|
||||||
druid:
|
druid:
|
||||||
# 主库数据源
|
# 主库数据源
|
||||||
master:
|
master:
|
||||||
url: jdbc:mysql://192.168.2.18:3306/bps_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
url: jdbc:mysql://192.168.2.18:3306/bps?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
username: root
|
username: root
|
||||||
password: abc.123
|
password: abc.123
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue