<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
References
- [1] Spring Boot reference: Developer Tools https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html
Similar Posts
- Spring Boot 2 - Web Reactive Functional 如何使用函数式编程( Functional Programming )方式编写 Spring 响应式( Reactive )的 Web Application
- Spring Boot 2 - Reactive Web Application
- Spring Boot 2 - Setup Setup a project of Spring Boot 2 in Visual Studio Code IDE
- Spring Boot Spring Boot
- Apache Camel - Testing Testing is a crucial activity in any piece of software development or integration. Typically Camel Riders use various different technologies wired together in a variety of patterns with different expression languages together with different forms of Bean Integration and Dependency Injection so its very easy for things to go wrong! (smile) . Testing is the crucial weapon to ensure that things work as you would expect.
- Spring Boot - Apache Camel This article shows how to work with a simple Apache Camel application using Spring Boot.
Comments