You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing a REST API using some Spring ecosystem projects such as Spring Boot and Spring Data JPA. Created 'jar' to run in all O.S's
How to create jar and run?
project -> Run As -> Maven Build -> Goals (digit: 'clean package')
on terminal -> target folder -> run code 'java -jar arq-name.jar'
API Requests example on Insomnia
About
Implementing a REST API ( with requests by filters ) using some Spring ecosystem projects such as Spring Boot, Lombok, H2 Database and Spring Data JPA. Created 'jar' to run in all O.S's