springboot教程

时间:2026年06月22日 05:01:37

springboot+redis项目实战 - 简书

##端口号 server.port=8888 # Redis数据库索引(默认为0) spring.redis.database=0 # Redis服务器地址 spring.redis.host=localhost # Redis服务器连接端口 spring.redis.port=6379 # Redis服务...www.jianshu.com