springboot
white_Dave
这个人很懒什么也没留下
展开
-
springcloud集成ehcache
springcloud集成ehcache 1、导入pom依赖 <!--ehcache--> <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> </dependency> <...转载 2019-12-27 17:28:45 · 652 阅读 · 0 评论 -
springboot的配置文件参数读取和4种属性注入
springboot的配置文件参数读取 springboot项目启动时会自动读取项目下application.properties中的配置。 当以需要读取application.properties中的参数时,可以使用@ConfigurationProperties注解读取,然后在要使用到的类种用@EnableConfigurationProperties((JdbcProperties.clas...原创 2019-11-30 23:41:12 · 871 阅读 · 0 评论