79278261

Date: 2024-12-13 12:11:48
Score: 1
Natty:
Report link

In my case I had a tomcat dependency in my pom.xml that caused the connection to be closed randomly. Check that the dependency is not included:

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-tomcat</artifactId>
    <scope>provided</scope>
</dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cloud4dev