根据此文 http://www.jb51.net/article/112473.htm 在 pom 文件中加入
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>springloaded</artifactId>
<version>1.2.6.RELEASE</version>
</dependency>
</dependencies>
</plugin>
然后想实现热加载
可是很容易出现端口号被占用的状况,而且即使有时候没出现这种状况,也没能够热加载
我仔细的在每次启动前把占用端口号的进程关掉,确保没有进程使用该端口再启动的
Failed to start end point associated with ProtocolHandler [http-nio-8001]
java.net.BindException: Address already in use: bind
The Tomcat connector configured to listen on port 8001 failed to start. The port may already be in use or the connector may be misconfigured.
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.