spring cloud api gateway not working 404 not found
Created the project from https://start.spring.io/ and added a dependency API gateway as below
Understanding @Controller and @RestController, why it works on @Controller and doesn’t on @RestController
why this Model thing works on @Controller but doesnt work on @RestController
Understanding @Controller and @RestController
why this Model thing works on @Controller but doesnt work on @RestController
vs code extention configuration
First of all, I’m still learning about Java
How to fix “No static resource” found error, and use dynamic resources instead (404 Error)
Trying to use Spring endpoints, but it is not making any sense. I keep getting an error
Tomcat version 10.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5, 6, 7, 8, and Jakarta EE 9 Web modules
While Adding my spring boot application vers 3.2.5 on an external tomcat server ver 10.0
How to resolve static content paths with a global controller?
My application has a GET
mapping to all undefined paths.
Ambiguous @ExceptionHandler method mapped for [class java.lang.Exception]: {public final org.springframework.http.ResponseEntity
I’m migrating Spring Boot microservice from version 2021.0.9 to 2023.0.1. I have one microservice with shared library for handling exceptions.