JAVA-8286 Split or move spring boot runtime module
This commit is contained in:
parent
5aca0b05b6
commit
3c5cb8f470
@ -4,3 +4,5 @@ This module contains articles about administering a Spring Boot runtime
|
|||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Configure the Heap Size When Starting a Spring Boot Application](https://www.baeldung.com/spring-boot-heap-size)
|
- [Configure the Heap Size When Starting a Spring Boot Application](https://www.baeldung.com/spring-boot-heap-size)
|
||||||
|
- [CORS with Spring](https://www.baeldung.com/spring-cors)
|
||||||
|
- [Max-HTTP-Header-Size in Spring Boot 2](https://www.baeldung.com/spring-boot-max-http-header-size)
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
<artifactId>spring-boot-starter-test</artifactId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.security</groupId>
|
||||||
|
<artifactId>spring-security-test</artifactId>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@ -8,7 +8,5 @@ This module contains articles about administering a Spring Boot runtime
|
|||||||
- [Logging HTTP Requests with Spring Boot Actuator HTTP Tracing](https://www.baeldung.com/spring-boot-actuator-http)
|
- [Logging HTTP Requests with Spring Boot Actuator HTTP Tracing](https://www.baeldung.com/spring-boot-actuator-http)
|
||||||
- [Spring Boot Embedded Tomcat Logs](https://www.baeldung.com/spring-boot-embedded-tomcat-logs)
|
- [Spring Boot Embedded Tomcat Logs](https://www.baeldung.com/spring-boot-embedded-tomcat-logs)
|
||||||
- [Project Configuration with Spring](https://www.baeldung.com/project-configuration-with-spring)
|
- [Project Configuration with Spring](https://www.baeldung.com/project-configuration-with-spring)
|
||||||
- [CORS with Spring](https://www.baeldung.com/spring-cors)
|
|
||||||
- [Spring – Log Incoming Requests](https://www.baeldung.com/spring-http-logging)
|
- [Spring – Log Incoming Requests](https://www.baeldung.com/spring-http-logging)
|
||||||
- [How to Configure Spring Boot Tomcat](https://www.baeldung.com/spring-boot-configure-tomcat)
|
- [How to Configure Spring Boot Tomcat](https://www.baeldung.com/spring-boot-configure-tomcat)
|
||||||
- [Max-HTTP-Header-Size in Spring Boot 2](https://www.baeldung.com/spring-boot-max-http-header-size)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user