摘要: 【Maven】在pom.xml文件中使用resources插件的小作用 不过war包比较实用,毕竟独立的tomcat比较好控制 阅读全文
posted @ 2019-02-17 23:47 由良大小姐 阅读(1549) 评论(0) 推荐(0) 编辑
摘要: 打算把detectx迁移,毕竟springboot更适合它, 首先我是用的快速建立的项目,springboot版本为 1.5.19.RELEASE ,官网查了下,这个是GA稳定生产环境版本 然后如果要导入starter,我发现得看maven仓库的依赖,也就是starter的springboot依赖要 阅读全文
posted @ 2019-02-17 23:45 由良大小姐 阅读(913) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/lewky_liu/article/details/79845655 加上 return 搞定 阅读全文
posted @ 2019-02-17 04:54 由良大小姐 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 这样拦截/下所有请求之后,发现请求静态资源404了(这里是css) 发现得在springmvc下配置 这样就可以访问到静态资源了 阅读全文
posted @ 2019-02-17 04:39 由良大小姐 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 原理:idea控制台里的日志默认是从tomcat的localhost.log 和 catalina.log 两个文件中读出来的。 https://blog.csdn.net/zhaijingkui/article/details/85245090 https://blog.csdn.net/weix 阅读全文
posted @ 2019-02-17 03:13 由良大小姐 阅读(954) 评论(0) 推荐(0) 编辑