av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁技術文章
文章詳情頁

詳解Spring Boot 打包分離依賴JAR 和配置文件

瀏覽:27日期:2023-07-31 11:12:15

1:自定義路徑

<properties> <!--自定義路徑--> <directory>d:/im/</directory> </properties>

2:把配置文件打包出來

<build> <plugins> <!--上線部署 JAR啟動分離依賴lib和配置--> <!--打包jar--> <plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-jar-plugin</artifactId><configuration> <!--不打包資源文件--> <excludes> <exclude>*.**</exclude> </excludes> <archive> <manifest> <addClasspath>true</addClasspath> <!--MANIFEST.MF 中 Class-Path 加入前綴--> <classpathPrefix>lib/</classpathPrefix> <!--jar包不包含唯一版本標識--> <useUniqueVersions>false</useUniqueVersions> <!--指定入口類--> <mainClass>com.v.im.VServerApplication</mainClass> </manifest> <!-- 指定配置文件目錄,這樣jar運行時會去找到同目錄下的config文件夾下查找 --> <manifestEntries> <Class-Path>config/</Class-Path> </manifestEntries> </archive> <outputDirectory>${directory}</outputDirectory></configuration> </plugin> <!--拷貝依賴 copy-dependencies--> <plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-dependency-plugin</artifactId><executions> <execution> <id>copy-dependencies</id> <phase>package</phase> <goals> <goal>copy-dependencies</goal> </goals> <configuration> <outputDirectory>${directory}/lib/ </outputDirectory> </configuration> </execution></executions> </plugin> <!--拷貝資源文件 copy-resources--> <plugin><artifactId>maven-resources-plugin</artifactId><executions> <execution> <id>copy-resources</id> <phase>package</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> <resources><resource> <directory>src/main/resources</directory> <!-- 指定參與構建的resoures--> <includes> <include>*.**</include> </includes></resource> </resources> <outputDirectory>${directory}/config</outputDirectory> </configuration> </execution></executions> </plugin> </plugins> </build>

3:打包文件截圖

詳解Spring Boot 打包分離依賴JAR 和配置文件

到此這篇關于詳解Spring Boot 打包分離依賴JAR 和配置文件的文章就介紹到這了,更多相關Spring Boot 打包依賴內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Spring
相關文章:
主站蜘蛛池模板: 黄色在线观看 | 99久久电影| 一级一级毛片免费看 | 欧美午夜视频 | 黄色网址在线免费播放 | 一级大黄色片 | 欧美激情啪啪 | 日韩欧美国产一区二区 | 亚洲国产小视频 | 成年人免费看 | 国产欧美在线 | 日本一区二区三区精品视频 | 精品久久久久久久久久久 | 中文字幕在线网 | 日本国产精品视频 | 日韩视频一区二区在线 | 日日摸日日添日日躁av | 国产欧美日韩久久久 | 久久久久久国产精品三区 | 欧美一区二区三区在线观看 | 国产一区| 亚洲综合大片69999 | 天天操天天干天天爽 | 久久尤物免费一区二区三区 | 色综合久久天天综合网 | 国产一区二区三区免费 | 欧产日产国产精品v | 欧美一区二区在线 | 99tv| 久久久久久久亚洲精品 | 亚洲国产成人精品久久久国产成人一区 | 久久精品中文字幕 | 日韩视频一区二区在线 | 国产精品高清在线 | 91国内外精品自在线播放 | 国产乱码久久久久久一区二区 | 免费看国产精品视频 | 国产一区二区三区在线视频 | 黑人巨大精品欧美一区二区免费 | 激情欧美一区二区三区中文字幕 | 国产精品久久久久久久久久 |