三云时光

三云时光

maven打包可运行jar

<build> <plugins> <plugin> <groupId>org.


云哥  253  2021-10-25 阅读全文

springboot web maven配置

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.


云哥  503  2021-05-13 阅读全文

maven打包,添加第三方jar class文件

配置pom文件 <build> <plugins> <plugin> <artifac


云哥  368  2021-04-02 阅读全文

maven jar jar中没有主清单属性

这样的情况会出现在maven 工程打包成 jar 的情况 我们需要在pom.xml 中配置 <build> <plugins> <p


云哥  1658  2020-07-28 阅读全文

maven配置阿里镜像mirror需要注意,maven仓库地址配置 repositories

settings.xml中配置   <mirrors>     <mirror>         <id>nexus-aliyun</id>      


云哥  859  2020-05-11 阅读全文

pom.xml Maven中央仓库地址全集,Maven中央仓库配置示例

<!-- 使用阿里 maven 库 --> <repositories> <repository> <id>ali-maven</id


云哥  1404  2020-04-22 阅读全文