
springboot
文章平均质量分 63
mryangzc
真正的大师永远都怀着一颗学徒的心,作业辅导,bug修改 昵称绿泡泡了
展开
-
The valid characters are defined in RFC 7230 and RFC 3986
错误描述:tomcat8 请求地址中包含 [],会出现 Invalid character found in the request target .The valid characters are defined in RFC 7230 and RFC 3986 java.lang.IllegalArgumentException: Invalid character found in the request target [/lw-ueditor-backend-server/ueditor/o原创 2021-06-11 14:43:40 · 360 阅读 · 1 评论 -
SpringBoot Redis 主键监听
Y基础知识代码分析代码实现基础知识`redis自2.8.0之后版本提供Keyspace Notifications功能,允许客户订阅Pub / Sub频道,以便以某种方式接收影响Redis数据集的事件链接地址:https://redis.io/topics/notifications默认情况下,redis的通知事件是关闭的,在终端执行以下命令开启:`其中 KEA表示启用了所有可能的事件代码分析springboot集成了redis,直接引包 <dependen原创 2021-02-22 09:47:25 · 392 阅读 · 1 评论 -
springboot 配置静态资源访问
springboot 配置静态资源访问在 application.properties 里面 配置spring.resources.static-locations=\ classpath:/META-INF/resources/, classpath:/resources/,classpath:/static/, classpath:/public/,classpath:/templates...原创 2018-06-25 17:44:11 · 2675 阅读 · 0 评论 -
idea springboot 打包
1. Jar包maven-->installjava -jar jar包名称war包不成功,按照下面 两步走,解决当前这个在外部tomcat没办法运行起来并访问的问题:第一步: 新建一个SpringBootStartApplication 继承自SpringBootServletInitializer作用:因为在外部容器部署的话,就不能依赖于Appl...原创 2018-06-22 18:09:33 · 880 阅读 · 0 评论 -
springboot启动失败
springboot 从官网创建工程以后导入 idea中启动失败2018-07-16 18:00:13.908 INFO 12600 --- [ main] com.example.cas.CasApplication : No active profile set, falling back to default profiles: de...原创 2018-07-16 18:07:05 · 2421 阅读 · 0 评论