Rest API For Studies with Spring, Spring Security, Spring Data, JPA in the PostgreSQL database. This is the REST API backend for a project with good practices and integrations of a Rest API. The application is educational in nature.
This is the REST API backend for a project of good practices and integrations of a Rest API.
The application is educational in nature.
It was developed in Spring Boot and exploring Spring concepts: Security, Data, in addition to JPA, Jackson and others.
The image below describes a diagram of project entities:
mvn exec: java
To know that everything happened successfully, the last lines of the terminal must be identical to these:
Hibernate: values next value for hibernate_sequence
Hibernate: insert into person (address, hobbies, name, id) values (?,?,?,?)
To stop the application press CTRL + C
FullstackSpringbootApplication.java
class in thecom.matheusicaro.course.fullstack
packageOnce the API is started you can access [http: // localhost: 8080 / swagger-ui.htm] (http: // localhost: 8080 / swagger-ui.htm)
to see your documentation.
This documentation can only be accessed with the application running.
Insert an Issue in this project :-)