Maven Spring Boot 文件夹结构

问题描述

我在 pom.xml 中有以下内容

<groupId>com.mycompany.xxx</groupId>
    <artifactId>xxx-appname-service</artifactId>
    <version>0.0.1</version>
    <packaging>jar</packaging>
        

生成的基本/父文件名称com/mycompany/xxx/xxxappnameservice,这是正确的。

我想改变它

com/mycompany/xxx/xxxappname

我可以手动更改它还是需要任何 pom.xml 配置。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)