Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 915 Bytes

File metadata and controls

35 lines (33 loc) · 915 Bytes

Generation Enterprise API REST

Generation enterprise API REST built with JavaSE-11, Java Spring, Maven, SpringBoot, RestTemplate, Hibernate (JPA) and SpringData JPA.

Functionality

Proyecto

  • Create one
  • Read all
  • Read one by id
  • Read by cliente
  • Update one
  • Delete one

Persona

  • Create one
  • Read all
  • Read one by id
  • Update one
  • Delete one

Mensaje

  • Create one
  • Read all

Cargo

  • Read all

Cliente

  • Read all

Data Source

MySQL database.

SQL statements to create the database and table along with CRUD queries are provided.

Testing

HTTP tests written on Postman are included as importable file.

API REST controller classes are tested with JUnit and Mockito.

API Documentation with Swagger

Application must be running: