首页 > 其他分享 >Springboot 打包细节

Springboot 打包细节

时间:2022-11-23 09:56:32浏览次数:77  
标签:Springboot 继承 boot 细节 csdn 打包

    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.7.0</version>
        <relativePath/> <!-- lookup parent from repository -->
    </parent>

标签:Springboot,继承,boot,细节,csdn,打包
From: https://www.cnblogs.com/shaozelong/p/16917316.html

相关文章