springboot-demo:springboot演示

时间:2024-03-26 07:29:57
【文件属性】:

文件名称:springboot-demo:springboot演示

文件大小:1.27MB

文件格式:ZIP

更新时间:2024-03-26 07:29:57

Java

springboot演示 问题:获取不到实体对应的类? S:修改MapperScan的导入类型为: import tk.mybatis.spring.annotation.MapperScan ; 问题:修改Redis配置为本地后,无法访问Redis? S:切换本地redis后,配置应改成spring.redis.host = 127.0.0.1 spring.redis.port = 6379 spring.redis.password = jincong spring.redis.timeout = 2000 spring.redis.jedis.pool.max -active = 10 spring.redis.jedis.pool.max-idle = 10 spring.redis.jedis.pool.max-wait = 3 spring.redis.database


网友评论