当前位置:网站首页>No main manifest attribute in jar
No main manifest attribute in jar
2022-06-24 23:16:00 【Programmer Jiuan】
java The program uses maven hit jar The package run does not have a main manifest attribute
terms of settlement Add the following plug-ins
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<!-- To run the full path of the main class -->
<mainClass>com.xx.xxxx</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
边栏推荐
- 并发之共享模型管程
- laravel 消息队列
- gocolly-手册
- Research and investment strategy report on China's bridge anticorrosive coating industry (2022 Edition)
- Financial management [2]
- 冒泡排序
- Market trend report, technical innovation and market forecast of solar roof system in China
- idea创建模块提示已存在
- sql -CONVERT函数
- [text data mining] Chinese named entity recognition: HMM model +bilstm_ CRF model (pytoch) [research and experimental analysis]
猜你喜欢

【js】-【栈、队-应用】-学习笔记

Dig deep into MySQL - resolve the clustered index / secondary index / federated index of InnoDB storage engine

Docker installation MySQL simple without pit

Tech talk activity review kubernetes skills of cloud native Devops

Recommended course: workplace writing training

Tech Talk 活动回顾|云原生 DevOps 的 Kubernetes 技巧

【nvm】

InnoDB, the storage engine of MySQL Architecture Principle_ Redo log and binlog

Dig deep into MySQL - resolve the non clustered index of MyISAM storage engine

laravel 宝塔安全配置
随机推荐
二分查找数组下标
Laravel study notes
Research and investment strategy report on China's nano silver wire conductive film industry (2022 Edition)
【nvm】
Financial management [3]
Main cause of EMI - mold current
01_ Getting started with the spingboot framework
2022 safety officer-b certificate examination question bank and answers
监听 Markdown 文件并热更新 Next.js 页面
Blogs personal blog project details (servlet implementation)
. Net 7 Preview 1 has been officially released
docker安装mysql-简单无坑
Construction equipment [6]
[text data mining] Chinese named entity recognition: HMM model +bilstm_ CRF model (pytoch) [research and experimental analysis]
Construction equipment [5]
Building Survey [3]
[untitled]
01_SpingBoot 框架入门
Epics record reference 3 -- fields common to all records
03_ Spingboot core profile