Commit d42c9334963c502898a5022b332251b2250b118f
1 parent
948c39f22b
Exists in
master
and in
6 other branches
初诊复诊
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/zcfy/ConnTools.java
View file @
d42c933
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | private static String fmPassword = "lyms123"; |
| 21 | 21 | |
| 22 | 22 | private static String czDirverClassName = "com.mysql.jdbc.Driver"; |
| 23 | - private static String czUrl = "jdbc:mysql://192.168.11.98:3306/platform?useUnicode=true&characterEncoding=utf8"; | |
| 23 | + private static String czUrl = "jdbc:mysql://119.90.57.26:3306/platform?useUnicode=true&characterEncoding=utf8"; | |
| 24 | 24 | private static String czUser = "platform"; |
| 25 | 25 | private static String czPassword = "platform123"; |
| 26 | 26 |