继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

修改代码后无需重启就生效的配置

android也疯狂
关注TA
已关注
手记 279
粉丝 39
获赞 245

<build>      <finalName>my-spring-boot</finalName> <!-- 指定package生成的文件名为my-spring-boot.jar -->      <plugins>          <plugin>              <groupId>org.springframework.boot</groupId>              <artifactId>spring-boot-maven-plugin</artifactId>              <dependencies>    <!-- 修改代码后自动生效,Reload Java classes without restarting the container -->                  <dependency>                      <groupId>org.springframework</groupId>                      <artifactId>springloaded</artifactId>                      <version>1.2.6.RELEASE</version>                  </dependency>              </dependencies>          </plugin>      </plugins>  </build>

打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP