[BAEL-17473] - Retired spring-boot-ops, spring-boot-ops-2, and spring-boot-management modules

This commit is contained in:
amit2103 2019-09-28 20:31:00 +05:30
parent b15eb846d1
commit 9cb83205fe
7 changed files with 8 additions and 8 deletions

View File

@ -1,7 +0,0 @@
## Spring Boot Logging HTTP Requests
This module contains articles about the management of Spring Boot applications.
### Relevant Articles:
- [Logging HTTP Requests with Spring Boot Actuator HTTP Tracing](https://www.baeldung.com/spring-boot-actuator-http)

View File

@ -2,4 +2,4 @@
- [Shutdown a Spring Boot Application](https://www.baeldung.com/spring-boot-shutdown)
- [Comparing Embedded Servlet Containers in Spring Boot](https://www.baeldung.com/spring-boot-servlet-containers)
- [Programmatically Restarting a Spring Boot Application](https://www.baeldung.com/java-restart-spring-boot-app)
- [Logging HTTP Requests with Spring Boot Actuator HTTP Tracing](https://www.baeldung.com/spring-boot-actuator-http)

View File

@ -20,6 +20,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

View File

@ -0,0 +1 @@
spring.main.allow-bean-definition-overriding=true