Skip to content

Tag: spring-boot

No Mapping for GET /WEB-INF/jsp/login.jsp

Please find this project on GITHUB as studentsbooks I am getting errror as below, even after following a proper tutorial. Kindly guide where i am going wrong. Feel free to clone the project. Committed Just now. Answer I created a class InsertInitialData class annotated as @Component and used WebApplicationCon…

Springboot property typemismatch

I have a common issue and none of all the other similar questions on the forum helped me sofar. Pls bear with me, im still learning. l have a Spring boot app. Unfortunately the first property that I declare doesn’t work due to type mismatch from String to int. The other works just fine. my application.p…