摘要: 1.入口文件设置缓存注解 package com.asdphp.suddenlynlinelearningplatform; import org.springframework.boot.SpringApplication; import org.springframework.boot.auto 阅读全文
posted @ 2021-08-01 23:37 夏秋初 阅读(1226) 评论(0) 推荐(0)
摘要: 转自:(2条消息) springboot @Value无效原因_ITzhongzi的博客-CSDN博客 不能作用于静态变量(static); 不能作用于常量(final); 不能在非注册的类中使用(类需要被注册在spring上下文中,如用@Service,@RestController,@Compo 阅读全文
posted @ 2021-08-01 17:59 夏秋初 阅读(336) 评论(0) 推荐(0)