I’m struggling through a Spring Web API tutorial, using STS4. I got to the state in the tutorial where I need to test it, but I just got a “not found”, so the routing doesn’t seem to be working. I saw online comments that seem to suggest I need a @ComponentScan(“com.example”) adding to the main() function, something not mentioned in
Tag: sts
Eclipse not giving warning when running java code which has compilation errors
When running a Java/Spring code, If the application has compilation errors we get a popup warning as ” Code contains compilation error..Continue running “. There is a checkbox there as ” Do not ask next time” I ticked that and allowed, Now Even if my large Java/spring applications contains compilation error it still runs and I am not able to