当前位置:网站首页>.jar中没有主清单属性
.jar中没有主清单属性
2022-06-24 06:46:00 【BUG记录机】
springboot项目万金油的maven打包配置
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.5.10</version>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
<executions>
<execution>
<goals>
<goal>repackage</goal><!---->
</goals>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>src/main/resources/lib</directory>
<targetPath>src/main/resources/lib/</targetPath>
<includes>
<include>**/*.jar</include>
</includes>
</resource>
<resource>
<directory>src/lib</directory>
<targetPath>BOOT-INF/lib/</targetPath>
<includes>
<include>**/*.jar</include>
</includes>
</resource>
</resources>
</build>
边栏推荐
- 使用SystemParametersInfo访问用户界面设置
- Global and Chinese market of Earl Grey tea 2022-2028: Research Report on technology, participants, trends, market size and share
- [frame rate doubling] development and implementation of FPGA based video frame rate doubling system Verilog
- Ultra wideband pulse positioning scheme, UWB precise positioning technology, wireless indoor positioning application
- 向量操作与坐标转换相关方法
- Shell script for MySQL real-time synchronization of binlog
- RDD basic knowledge points
- Common coding and encryption in penetration testing
- How can win11 set the CPU performance to be fully turned on? How does win11cpu set high performance mode?
- Deploy L2TP in VPN (Part 1)
猜你喜欢

【NILM】非入侵式负荷分解模块nilmtk安装教程
![[frame rate doubling] development and implementation of FPGA based video frame rate doubling system Verilog](/img/38/92486c92557e6e5a10a362eb2b7bdf.png)
[frame rate doubling] development and implementation of FPGA based video frame rate doubling system Verilog

How can win11 set the CPU performance to be fully turned on? How does win11cpu set high performance mode?

【Django中运行scrapy框架,并将数据存入数据库】

图形技术之坐标转换

【008】表格数据逐行筛选,跳出for循环及跳过本次循环思路_#VBA

2022年PMP项目管理考试敏捷知识点(1)

Session & cookie details

希尔伯特-黄变换

Ultra wideband pulse positioning scheme, UWB precise positioning technology, wireless indoor positioning application
随机推荐
A case of bouncing around the system firewall
常见的数组封装
New features of PHP: bytecode cache and built-in server
报错“Computation failed in `stat_summary_hex()`”
[tips] use the deep learning toolbox of MATLAB deepnetworkdesigner to quickly design
The seminar on "global IPv6 development and outlook 2020-2021" was held in Beijing
How to connect the Bluetooth headset to the computer and how to connect the win10 computer to the Bluetooth headset
《canvas》之第1章 canvas概述
[wustctf2020] climb
Commandes de console communes UE
Dichotomous special training
Several misunderstandings of VPN
光照使用的简单总结
2.1.1 QML grammar foundation I
[从零开始学习FPGA编程-41]:视野篇 - 摩尔时代与摩尔定律以及后摩尔时代的到来
Unity 的序列化
Super fast reading in OI
【NILM】非入侵式负荷分解模块nilmtk安装教程
any类备注
向量操作与坐标转换相关方法