Commit 43f5ff7a5b4ba867e75ef314ad47d9a983ad9f35
1 parent
348fb90b
1.数据库地址
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/traffic-jdbc.properties
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | #ms.mysql.password= 123456 |
| 5 | 5 | |
| 6 | 6 | ms.mysql.driver= com.mysql.jdbc.Driver |
| 7 | -ms.mysql.url= jdbc:mysql://10.10.150.226:3306/ms?useUnicode=true&characterEncoding=utf-8 | |
| 7 | +ms.mysql.url= jdbc:mysql://192.168.160.222:3306/ms?useUnicode=true&characterEncoding=utf-8 | |
| 8 | 8 | ms.mysql.username= root |
| 9 | 9 | ms.mysql.password= root2jsp |
| 10 | 10 | ... | ... |