Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.07 KB

Java CI

API - MICROSERVICIO - SPRINGBOOT WITH TDD

Proyecto en Springboot que permite exponer una API con Base de Datos MongoDB, se basa en un CRUD de MVC para alojar registros

Actualización:

API - RECOVERED

This project was generated with Gradle version 6.4.1

Development server

Run gradlew bootRun for a dev server. Navigate to http://localhost:9010/recovered for get Json with AllRegister.

Code scaffolding

Building...

Build

Run gradlew build to build the project. The build artifacts will be stored in the .jar directory.

Running unit tests

Run gradlew clean test to execute the unit tests via Gradlew.

Running end-to-end tests

Building... comming soon