abelbcarvalho / booksapi

Spring boot application for manage a book collection.
0 stars 0 forks source link

Contribution necessaries #2

Open CryptedSnow opened 7 months ago

CryptedSnow commented 7 months ago

What type of contribution you need in your Spring Boot 3 API REST?

CryptedSnow commented 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

CryptedSnow commented 7 months ago

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.

abelbcarvalho commented 6 months ago

I really Idk spring boot, I'm trying to learn guy.

CryptedSnow commented 6 months ago

Check my application that i shared to you, read the README.md, slowly you will understand. The HTTP examples are working.