Skip to content

Memode/bootx-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bootx-loader

spring-boot-maven-plugin插件类加载优化

参考: https://blog.csdn.net/javaYY_/article/details/125690216

使用方法:

<plugin>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-maven-plugin</artifactId>
    <executions>
        <execution>
            <goals>
                <goal>repackage</goal>
            </goals>
            <configuration>
                <layoutFactory implementation="com.rewrite.bootx.loader.MybLayoutFactory"/>
            </configuration>
        </execution>
    </executions>
    <dependencies>
        <dependency>
              <groupId>com.meiyibao</groupId>
            <artifactId>bootx-loader-core</artifactId>
            <version>1.0</version>
        </dependency>
    </dependencies>
</plugin>

About

spring-boot-maven-plugin插件类加载优化

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%