2018年12月28日

Spring boot 官网学习笔记 - Spring Boot 属性配置和使用(转)-application.properties

摘要: Devtools global settings properties on your home directory (~/.spring-boot-devtools.properties when devtools is active). @TestPropertySource annotatio 阅读全文

posted @ 2018-12-28 22:31 手握太阳 阅读(509) 评论(0) 推荐(0) 编辑

Spring boot 官网学习笔记 - Spring DevTools 介绍

摘要: 想要使用devtools支持,只需使用dependencies将模块依赖关系添加到你的构建中 Spring Boot 支持的一些库中会使用缓存来提高性能。例如模版引擎将缓存编译后的模板,以避免重复解析模板文件。 此外,Spring MVC可以在服务静态资源时向响应中添加HTTP缓存头。 虽然缓存在生 阅读全文

posted @ 2018-12-28 21:55 手握太阳 阅读(652) 评论(0) 推荐(0) 编辑

导航