Commit 17893963a7a0dcdd49c6e762f47b51e737e50998

Authored by songww
1 parent 70091f29

注释

src/main/resources/application.yml
1 spring: 1 spring:
2 application: 2 application:
3 name: wvp 3 name: wvp
4 - # 数据存储方式,支持redis、jdbc 4 + # 数据存储方式,暂只支持redis,后续支持jdbc
5 database: redis 5 database: redis
6 redis: 6 redis:
7 # Redis服务器IP 7 # Redis服务器IP