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
You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tree:
d6f4964a47
3.x
dev
master
v-1.5.x
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'd6f4964a47'
${ noResults }
spring-boot-demo
/
demo-cache
/
demo-cache-redis
/
docker-compose.env.yml
8 lines
96 B
Raw
Blame
History
version: "3.8"
services:
redis:
image: redis:7.0.4-alpine
ports:
- "6379:6379"