79097749

Date: 2024-10-17 11:04:23
Score: 1.5
Natty:
Report link

The issue I was encountering in my Spring Boot application was that I had both spring-web-mvc and spring-web-flux dependencies included in my build.gradle.kts file.It seems the two dependencies cannot be enabled together.To resolve this I modified my application properties file by adding the following line spring.main.web-application-type=reactive

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vick20