学无先后,达者为师

网站首页 编程语言 正文

maven引入本地jar,打包问题

作者:ccyy-Csdn 更新时间: 2023-07-04 编程语言
<build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <configuration>
                    <includeSystemScope>true</includeSystemScope>
                    <fork>true</fork>
                </configuration>

            </plugin>
        </plugins>
    </build>

原文链接:https://blog.csdn.net/qq_39234840/article/details/130991784

  • 上一篇:没有了
  • 下一篇:没有了
栏目分类
最近更新