随笔分类 -  Maven

摘要:http://qclog.cn/1098 完整的版本号范围说明如下:(x为具体使用的版本号) (,1.0] x <= 1.0 [1.0] x = 1.0 跟直接指定1.0没有区别 [1.2,1.3] 1.2 <= x <= 1.3 [1.0,2.0) 1.0 <= x < 2.0 [1.5,) x 阅读全文
posted @ 2022-08-13 10:16 Peter.Jones 阅读(1767) 评论(0) 推荐(0) 编辑
摘要:Maven项目的标准目录结构 src main java 源文件 resources 资源文件 filters 资源过滤文件 config 配置文件 scripts 脚本文件 webapp web应用文件 test java 测试源文件 resources 测试资源文件 filters 测试资源过滤 阅读全文
posted @ 2022-02-21 11:36 Peter.Jones 阅读(490) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-01-08 21:23 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
摘要:mvn clean packege -Pdev -DskipTest 阅读全文
posted @ 2021-12-24 11:46 Peter.Jones 阅读(51) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/jiangchao858/article/details/108880019 阅读全文
posted @ 2021-11-24 11:51 Peter.Jones 阅读(202) 评论(0) 推荐(0) 编辑
摘要:<plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>2.3.1.RELEASE</version> <con 阅读全文
posted @ 2021-11-24 11:50 Peter.Jones 阅读(38) 评论(0) 推荐(0) 编辑
摘要:<resources> <resource> <directory>src/main/resources</directory> <includes> <include>*.properties</include> <include>*.yml</include> </includes> <filt 阅读全文
posted @ 2021-02-19 16:39 Peter.Jones 阅读(882) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-02-13 14:14 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-07-20 15:41 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
摘要:File->Invalidate Caches/Restart 以上是被人给的答案, 试下下都不行,后来找到了原因: maven问题. 换成自己本地的maven就可以了 阅读全文
posted @ 2020-01-03 15:40 Peter.Jones 阅读(3254) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/tanghaoran-blog/p/10429329.html 阅读全文
posted @ 2019-11-29 16:20 Peter.Jones 阅读(70) 评论(0) 推荐(0) 编辑
摘要:乍一看以为: 你的端口已经被其他程序占用,无法连接目标虚拟机. 其实不是的. 当Java调试器连接到JVM的调试端口时,它会显示以下消息: 同样,当程序终止时,将显示以下消息,指示调试器已与端口断开连接: 阅读全文
posted @ 2019-09-21 15:15 Peter.Jones 阅读(7362) 评论(0) 推荐(1) 编辑
该文被密码保护。
posted @ 2019-05-20 10:48 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-03-13 11:30 Peter.Jones 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-03-10 16:40 Peter.Jones 阅读(2) 评论(0) 推荐(0) 编辑
摘要:mvn clean install -pl com:boss -am -DskipTests 阅读全文
posted @ 2018-12-29 13:47 Peter.Jones 阅读(111) 评论(0) 推荐(0) 编辑
摘要:org.apache.maven.plugins maven-war-plugin 2.6 false UTF-8 UTF-8 UTF-8 1.7 ... 阅读全文
posted @ 2018-12-11 16:13 Peter.Jones 阅读(633) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-09-15 13:37 Peter.Jones 阅读(1) 评论(0) 推荐(0) 编辑

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