Commit 7f3e723b07574c7e6a2560fedc8f87c9eb321309
1 parent
c8b9828c
update
Showing
1 changed file
with
3 additions
and
8 deletions
src/main/resources/ms-jdbc.properties
| @@ -3,13 +3,8 @@ | @@ -3,13 +3,8 @@ | ||
| 3 | #ms.mysql.username= root | 3 | #ms.mysql.username= root |
| 4 | #ms.mysql.password= 123456 | 4 | #ms.mysql.password= 123456 |
| 5 | 5 | ||
| 6 | -#ms.mysql.driver= com.mysql.jdbc.Driver | ||
| 7 | -#ms.mysql.url= jdbc:mysql://192.168.168.171:3306/ms?useUnicode=true&characterEncoding=utf-8 | ||
| 8 | -#ms.mysql.username= root | ||
| 9 | -#ms.mysql.password= root2jsp | ||
| 10 | - | ||
| 11 | - | ||
| 12 | ms.mysql.driver= com.mysql.jdbc.Driver | 6 | ms.mysql.driver= com.mysql.jdbc.Driver |
| 13 | -ms.mysql.url= jdbc:mysql://192.168.168.117:3306/ms?useUnicode=true&characterEncoding=utf-8&useSSL=false | 7 | +ms.mysql.url= jdbc:mysql://192.168.168.171:3306/ms?useUnicode=true&characterEncoding=utf-8 |
| 14 | ms.mysql.username= root | 8 | ms.mysql.username= root |
| 15 | -ms.mysql.password= root | 9 | +ms.mysql.password= root2jsp |
| 10 | + |