当前位置:网站首页>Multi module packaging: package: XXX does not exist
Multi module packaging: package: XXX does not exist
2022-07-28 05:28:00 【MusicCodeM】
Project scenario :
Multi module scenario
Problem description :
When packaging sub modules , appear Package :xxx non-existent
Solution :
In the sub module pom.xml Add this , It can also be placed in a larger pom.xml in , because Inherit
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<classifier>exec</classifier>
</configuration>
</plugin>
</plugins>
</build>
When packing ,
You can execute the corresponding sub module .
Disadvantage : Just modify the code , You must perform the above steps in general , Can run in
Related issues :https://blog.csdn.net/qq_46539281/article/details/122156348
边栏推荐
- C language characters and strings
- After ruoyi generates the code corresponding to the database, what should I do to make the following image look like
- From the basic concept of micro services to core components - explain and analyze through an example
- Dell remote control card uses ipmitools to set IPMI
- 导出excel,生成多个sheet页,并命名
- MySQL(5)
- Classes and objects [medium]
- Advanced assignment method of ES6 -- Deconstruction assignment
- Database date types are all 0
- 使用navicat或plsql导出csv格式,超过15位数字后面变成000(E+19)的问题
猜你喜欢

mysql 为查询结果增加序号

Microservice failure mode and building elastic system

【CVPR2022 oral】Balanced Multimodal Learning via On-the-fly Gradient Modulation

【ARXIV2203】CMX: Cross-Modal Fusion for RGB-X Semantic Segmentation with Transformers

Configuration experiment of building virtual private network based on MPLS

21 day SQL punch in summary

【CVPR2022】Multi-Scale High-Resolution Vision Transformer for Semantic Segmentation

使用navicat或plsql导出csv格式,超过15位数字后面变成000(E+19)的问题

MySQL basic query

After ruoyi generates the code corresponding to the database, what should I do to make the following image look like
随机推荐
24小时内的时间段无交叉
【内功心法】——函数栈帧的创建和销毁(C实现)
Invalid bound statement (not found): com.exam.mapper.UserMapper.findbyid
VMware Workstation 与 Device/Credential Guard 不兼容。禁用 Device/Credential Guard
导出excel,生成多个sheet页,并命名
regular expression
block yandex bot
oracle查看锁表语句、解锁方法
Professor dongjunyu made a report on the academic activities of "Tongxin sticks to the study of war and epidemic"
Jsonp single sign on permission verification
JSON in JS (launch object deep copy)
Redis 之布隆过滤器
Classes and objects [medium]
mysql 为查询结果增加序号
mybaties foreach多选查询,index循环,取消and/or标签
Thinking on multi system architecture design
LocalDateTime去掉T,JSONField失效
Digital twin technology creates visual application of smart mine
Test Development - UI testing in automated testing
lamda 获取当前循环数,AtomicInteger