
spring-boot
十一路客
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring-boot 加入拦截器Interceptor
spring-boot 加入拦截器Interceptor springmvcInterceptorspring-boot 转自 1.spring boot拦截器默认有 HandlerInterceptorAdapterAbstractHandlerMappingUserRoleAuthorizationInterceptorLocaleChangeInterceptorT转载 2015-10-10 11:13:15 · 16556 阅读 · 0 评论 -
springboot+thymeleaf对静态资源环境进行缓存
参考文章:http://www.jb51.net/article/135626.htmhttps://docs.spring.io/spring-boot/docs/1.5.4.RELEASE/reference/htmlsingle/ 在appplication.properties中添加配置:#20180420 add spring boot static resoources cache ...转载 2018-04-20 18:57:26 · 3242 阅读 · 0 评论 -
springboot+mybatis+thymeleaf架构
一.项目结构图 二. 结构剖析 (1)数据库+mybatis配置 https://blog.youkuaiyun.com/xyr05288/article/details/84841133 (2)thymeleaf配置 spring.thymeleaf.check-template-location=true #spring.thymeleaf.prefix=classpath:/static...原创 2018-12-05 17:40:14 · 1098 阅读 · 1 评论