diff --git a/platform-resource/resources/config-dev.properties b/platform-resource/resources/config-dev.properties index 90a690c..76e79b0 100644 --- a/platform-resource/resources/config-dev.properties +++ b/platform-resource/resources/config-dev.properties @@ -3,8 +3,7 @@ mongo.db.port=27017 mongo.db.dbname=dev_mongo -mysql.db.name=lyms_chengdu -mysql.db.password=Lyms123456 +mysql.db.name=platform +mysql.db.password=platform123 mysql.driver=com.mysql.jdbc.Driver -mysql.jdbcurl=jdbc:mysql://rds75ha2a97jyo64p3hx.mysql.rds.aliyuncs.com:3306/mommybaby_stage2?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 - +mysql.jdbcurl=jdbc:mysql://192.168.5.250:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 \ No newline at end of file diff --git a/platform-resource/resources/config-test.properties b/platform-resource/resources/config-test.properties index 1ac363d..78170a1 100644 --- a/platform-resource/resources/config-test.properties +++ b/platform-resource/resources/config-test.properties @@ -3,8 +3,8 @@ mongo.db.port=10001 mongo.db.dbname=platform -mysql.db.name=test -mysql.db.password=test +mysql.db.name=platform +mysql.db.password=platform123 mysql.driver=com.mysql.jdbc.Driver mysql.jdbcurl=jdbc:mysql://localhost:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8