This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
yuqing
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update config/application.yml.
修改 # 设置MySQL服务器地址和用户名及密码
tags/v1.0.1-219.1332
思通数科 StoneDT
Gitee
3 years ago
parent
df062e7040
commit
6d2efeac4f
No known key found for this signature in database
GPG Key ID:
173E9B9CA92EEF8F
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
config/application.yml
+ 6
- 0
config/application.yml
View File
@@ -1,3 +1,5 @@
#
server:
port: 8084
servlet:
@@ -26,12 +28,16 @@ spring:
enabled: true #热部署生效
application:
name: stonedt-portal
# 修改设置MySQL服务器地址和用户名及密码
datasource:
druid:
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
# 修改设置Redis服务器地址
redis:
database: 0
host: localhost
Write
Preview
Loading…
Cancel
Save