Open CryptedSnow opened 7 months ago
I recommend that you see an example of a Spring Boot API REST that i made to learning, it may help you. Here is: https://github.com/Iury189/api-rest-sb3
I prefer create projects of type MAVEN in Spring initializr and avoid SNAPSHOT versions or it seems (Use normal versions because of stability). I tried run your project and got any problems, so I hope have helped you.
I really Idk spring boot, I'm trying to learn guy.
Check my application that i shared to you, read the README.md, slowly you will understand. The HTTP examples are working.
What type of contribution you need in your Spring Boot 3 API REST?