
MAVEN
发热的石头
这个作者很懒,什么都没留下…
展开
-
项目(模块)打包插件
项目打包插件有主程序时(一个小程序)没有主程序时(一个依赖jar)有主程序时(一个小程序) <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artif原创 2021-09-29 17:56:27 · 120 阅读 · 0 评论 -
DependencyManagement使用详解
DependencyManagement详细使用方法:https://blog.youkuaiyun.com/mark_to_win/article/details/88740948原创 2021-08-01 00:03:05 · 155 阅读 · 0 评论 -
MAVEN项目制定JDK编译版本
<properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <encoding>UTF-8</encoding></properties>原创 2021-03-29 09:54:31 · 485 阅读 · 0 评论 -
MAVEN项目无法编译XML文件解决方案
MAVEN项目无法编译XML文件解决方案原创 2021-02-04 16:27:25 · 302 阅读 · 0 评论