file-processing-back

Build Status Coverage Status License

Minimal Spring Boot sample app.

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the biojj.FileProcessingBackApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

Spring Boot Back-end Visão geral Estas são APIs que o Spring Boot App exportará:

BASEURL: localhost:8080/

Methods Urls Actions
POST /api/users create new users
GET /api/users retrieve all userss
GET /api/users/:id retrieve a users by :id
PUT /api/users/:id update a users by :id
DELETE /api/users/:id delete a users by :id
POST /api/users create new user
POST /oauth/token Login

Copyright