Commit a7582045ce48228447afdc4d38296ce3327058fb
1 parent
1d0f13ca
up
Showing
1 changed file
with
7 additions
and
7 deletions
src/main/resources/ms-jdbc.properties
| 1 | -#ms.mysql.driver= com.mysql.jdbc.Driver | |
| 2 | -#ms.mysql.url= jdbc:mysql://127.0.0.1:3306/ms?useUnicode=true&characterEncoding=utf-8 | |
| 3 | -#ms.mysql.username= root | |
| 4 | -#ms.mysql.password= panzhao | |
| 5 | - | |
| 6 | 1 | ms.mysql.driver= com.mysql.jdbc.Driver |
| 7 | -ms.mysql.url= jdbc:mysql://192.168.168.171:3306/ms?useUnicode=true&characterEncoding=utf-8 | |
| 2 | +ms.mysql.url= jdbc:mysql://192.168.168.201:3306/ms?useUnicode=true&characterEncoding=utf-8 | |
| 8 | 3 | ms.mysql.username= root |
| 9 | -ms.mysql.password= root2jsp | |
| 10 | 4 | \ No newline at end of file |
| 5 | +ms.mysql.password= 123456 | |
| 6 | + | |
| 7 | +#ms.mysql.driver= com.mysql.jdbc.Driver | |
| 8 | +#ms.mysql.url= jdbc:mysql://192.168.168.171:3306/ms?useUnicode=true&characterEncoding=utf-8 | |
| 9 | +#ms.mysql.username= root | |
| 10 | +#ms.mysql.password= root2jsp | |
| 11 | 11 | \ No newline at end of file | ... | ... |