Commit 8b81554f71d18adf66af3fc4f5c6a476eb9f42c5

Authored by jiangjiazhi
1 parent b370dca2d1

增加配置

Showing 1 changed file with 1 additions and 1 deletions

platform-resource/resources/config-test.properties View file @ 8b81554
... ... @@ -6,7 +6,7 @@
6 6 mysql.db.name=platform
7 7 mysql.db.password=platform123
8 8 mysql.driver=com.mysql.jdbc.Driver
9   -mysql.jdbcurl=jdbc:mysql://localhost:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
  9 +mysql.jdbcurl=jdbc:mysql://119.90.57.26:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
10 10  
11 11 mysql.maxpoolsize=5
12 12 mysql.initialpoolsize=2