随笔 - 597  文章 - 4  评论 - 445  阅读 - 424万
09 2020 档案
SpringBoot中jsp里面的静态资源js、css、images访问不到解决办法
摘要:参考:https://www.cnblogs.com/zfding/p/11766062.html 1、如果Springboot的项目用到了jsp页面,里面有些静态资源需要引用。 2、springboot 默认的静态资源的值有四个,Default默认分别如下所示: 1)、classpath:/MET 阅读全文
posted @ 2020-09-30 18:00 别先生 阅读(3689) 评论(1) 推荐(0) 编辑
使用Maven的父项目,多个子模块来开发Springboot项目,新建的子模块如何和同级的子模块进行依赖
摘要:1、业务场景,使用Maven来构建项目,创建一个父工程,然后创建多个子模块,子模块data-runtime模块作为启动模块,同时将前端界面放到该模块。这里需要注意的是springboot项目开发,启动类放到的位置,由于是不同的模块,分为了不同的子模块,这里启动类所在的包,和各个子模块所在的包位置要必 阅读全文
posted @ 2020-09-29 13:31 别先生 阅读(1369) 评论(0) 推荐(0) 编辑
Eclipse集成Maven打包时报错:[ERROR] Unknown lifecycle phase "mvn". You must specify a valid lifecycle phase or a goal in the format
摘要:1、Eclipse集成Maven打包时报错:[ERROR] Unknown lifecycle phase "mvn". You must specify a valid lifecycle phase or a goal in the format。 使用eclipse打包项目,右击项目Run A 阅读全文
posted @ 2020-09-19 19:17 别先生 阅读(3624) 评论(0) 推荐(0) 编辑
AES加解密工具类AESUtil记录
摘要:1、首先引入需要的jar包,如下所示: 1 <dependency> 2 <groupId>commons-codec</groupId> 3 <artifactId>commons-codec</artifactId> 4 <version>1.10</version> 5 </dependenc 阅读全文
posted @ 2020-09-10 10:34 别先生 阅读(1311) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示