Commit 734eebaf28ddb9bc4a70e809075fdf937eda397e
1 parent
daf2630852
Exists in
master
and in
8 other branches
增加配置
Showing 2 changed files with 5 additions and 6 deletions
platform-resource/resources/config-dev.properties
View file @
734eeba
... | ... | @@ -3,8 +3,8 @@ |
3 | 3 | mongo.db.dbname=dev_mongo |
4 | 4 | |
5 | 5 | |
6 | -mysql.db.name=lyms_chengdu | |
7 | -mysql.db.password=Lyms123456 | |
6 | +mysql.db.name=platform | |
7 | +mysql.db.password=platform123 | |
8 | 8 | mysql.driver=com.mysql.jdbc.Driver |
9 | -mysql.jdbcurl=jdbc:mysql://rds75ha2a97jyo64p3hx.mysql.rds.aliyuncs.com:3306/mommybaby_stage2?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
9 | +mysql.jdbcurl=jdbc:mysql://192.168.5.250:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 |
platform-resource/resources/config-test.properties
View file @
734eeba
... | ... | @@ -3,8 +3,8 @@ |
3 | 3 | mongo.db.dbname=platform |
4 | 4 | |
5 | 5 | |
6 | -mysql.db.name=test | |
7 | -mysql.db.password=test | |
6 | +mysql.db.name=platform | |
7 | +mysql.db.password=platform123 | |
8 | 8 | mysql.driver=com.mysql.jdbc.Driver |
9 | 9 | mysql.jdbcurl=jdbc:mysql://localhost:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 |
10 | 10 |