摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###classpath作用 指定配置/资源文件的路径 ###web文件夹层次 src(编译前) main java resources webapp test java r 阅读全文
posted @ 2019-08-10 14:25 LittleDonkey 阅读(655) 评论(0) 推荐(2) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/sch 阅读全文
posted @ 2019-08-10 14:04 LittleDonkey 阅读(1114) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###前言 web.xml中标签的加载顺序:<context-param> > <listener> (spring的相关工作) > filter >servlet(spri 阅读全文
posted @ 2019-08-10 13:18 LittleDonkey 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot 把logback或者log4j放在src/main/resources下,Spring容器就可以自动加载日志文件。 ###前言 Logback是由log4j创始人设计的又一个 阅读全文
posted @ 2019-08-09 14:47 LittleDonkey 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###1.导入依赖 @EnableRedisHttpSession这个注解是由spring-session-data-redis提供的 <dependency> <group 阅读全文
posted @ 2019-08-08 00:03 LittleDonkey 阅读(629) 评论(2) 推荐(1) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###1.添加依赖及配置(application.yml) <!-- 引入redis依赖 --> <dependency> <groupId>org.springframew 阅读全文
posted @ 2019-08-07 17:35 LittleDonkey 阅读(581) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###1.添加Redis依赖 <!-- spring boot redis 缓存引入 --> <dependency> <groupId>org.springframewor 阅读全文
posted @ 2019-08-07 17:21 LittleDonkey 阅读(1312) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###1.引入依赖 <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-d 阅读全文
posted @ 2019-08-07 16:49 LittleDonkey 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot REmote DIctionary Server(Redis) 是一个key-value存储系统。 它通常被称为数据结构服务器,因为值(value)可以是字符串 (Strin 阅读全文
posted @ 2019-08-07 15:42 LittleDonkey 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframe 阅读全文
posted @ 2019-08-07 13:35 LittleDonkey 阅读(310) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示