Browse Source

不小心把数据库路劲改了传上去现在改回来

Signed-off-by: you.chen <you.chen@cloudcross.com>
you.chen 9 years ago
parent
commit
b1cfdecf12
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/application.properties

+ 2 - 2
src/main/resources/application.properties

@@ -5,8 +5,8 @@ global.encoding=UTF-8
 #database setting
 jdbc.driver=com.mysql.jdbc.Driver
 jdbc.username=ssp_test
-jdbc.password=1234qwer
-jdbc.url=jdbc:mysql://122.144.134.135:3306/ssp?useUnicode=true&amp;characterEncoding=UTF-8
+jdbc.password=1q2w3e4r
+jdbc.url=jdbc:mysql://test.dc.loc:3306/ssp?useUnicode=true&amp;characterEncoding=UTF-8
 
 #mail server setting
 mail.server=smtp.163.com