Spring Boot热启动

来源:互联网 发布:matlab编程作业答案 编辑:程序博客网 时间:2024/04/27 16:04

Spring boot的热交换 springloaded

<plugin>    <groupId>org.springframework.boot</groupId>    <artifactId>spring-boot-maven-plugin</artifactId>    <dependencies>        <dependency>            <groupId>org.springframework</groupId>            <artifactId>springloaded</artifactId>            <version>1.2.0.RELEASE</version>        </dependency>    </dependencies></plugin>
0 0
原创粉丝点击