|
@@ -65,8 +65,11 @@ spring:
|
|
|
#driverClassName: com.mysql.jdbc.Driver
|
|
|
#url: jdbc:mysql://localhost:3306/bofeng_test?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
|
|
|
driverClassName: net.sf.log4jdbc.DriverSpy
|
|
|
- url: jdbc:log4jdbc:mysql://39.99.148.1:3306/whepi_test?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
|
|
|
- username: whepi_test
|
|
|
+# url: jdbc:log4jdbc:mysql://39.99.148.1:3306/whepi_test?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
|
|
|
+# username: whepi_test
|
|
|
+# password: 123456
|
|
|
+ url: jdbc:log4jdbc:mysql://localhost:3306/test?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
|
|
|
+ username: root
|
|
|
password: 123456
|
|
|
|
|
|
redis:
|