We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94381fb commit 71cc819Copy full SHA for 71cc819
src/main/resources/application.yml
@@ -1,9 +1,9 @@
1
spring:
2
datasource:
3
- url: jdbc:mysql://172.16.10.23:3306/acme?characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&allowMultiQueries=true
+ url: jdbc:mysql://xxx:3306/xxx?characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&allowMultiQueries=true
4
driver-class-name: com.mysql.jdbc.Driver
5
username: root
6
- password: biosan#17
+ password: 123
7
8
logging:
9
com:
0 commit comments