Browse Source
update config/application.yml.
Signed-off-by: 小宇 <11625238+xiaojiao1xingfu@user.noreply.gitee.com>
pull/4/head
小宇
Gitee
2 years ago
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
1 deletions
-
config/application.yml
|
|
@@ -35,7 +35,7 @@ spring: |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
url: jdbc:mysql://localhost:3306/stonedt_portal?useUnicode=true&characterEncoding=utf8&autoReconnect=true&failOverReadOnly=false&serverTimezone=Asia/Shanghai&useSSL=false
|
|
|
|
username: root
|
|
|
|
password: 123456
|
|
|
|
password: 1234
|
|
|
|
|
|
|
|
|
|
|
|
# 3.修改设置Redis服务器地址
|
|
|
|