This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
spring-boot-demo
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
🏗️
规范配置
3.x
Yangkai.Shen
2 years ago
parent
09910e7088
commit
4fc806b614
1 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-3
demo-distributed-lock/demo-distributed-lock-redis/src/main/resources/application.yml
+ 4
- 3
demo-distributed-lock/demo-distributed-lock-redis/src/main/resources/application.yml
View File
@@ -14,6 +14,7 @@ spring:
url: jdbc:mysql://localhost:3306/spring-boot-demo
username: root
password: root
redis:
host: 127.0.0.1
port: 6379
data:
redis:
host: 127.0.0.1
port: 6379
Write
Preview
Loading…
Cancel
Save