Learn Spring and Java by Example

I am a software engineer that likes to experiment in my free time. This site holds my collection of coding examples, tutorials, and more.


Featured

How to fix 404 error in Spring Boot

There are a few common reasons why you may get a 404 error in your Spring Boot application. I have put together a few of the most common reasons below: Your path parameter types don’t match If you try and access this path using Curl, you will get a 404 - Page Not Found error returned by …