Skip to content

Commit 71cc819

Browse files
committed
PermissionHelper
1 parent 94381fb commit 71cc819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
spring:
22
datasource:
3-
url: jdbc:mysql://172.16.10.23:3306/acme?characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&allowMultiQueries=true
3+
url: jdbc:mysql://xxx:3306/xxx?characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&allowMultiQueries=true
44
driver-class-name: com.mysql.jdbc.Driver
55
username: root
6-
password: biosan#17
6+
password: 123
77

88
logging:
99
com:

0 commit comments

Comments
 (0)