Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexnarvaez00/springboot-prueba-veterinaria


https://github.com/alexnarvaez00/springboot-prueba-veterinaria

api-rest html java javascript postgresql react spring-boot spring-framework spring-mvc

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Spring Boot

## Requerimientos

- Java 20
- Maven 3.9

## Ejecutar el proyecto

Limpiar la cache

```bash
mvn clean
```

para ejecutar el servidor

```bash
mvn spring-boot:run
```
Finalmente visita cualquier de las siguientes url:

* `http://localhost:8080/api/v1/veterinaries`
* `http://localhost:8080/api/v1/patients`
* `http://localhost:8080/api/v1/owners`
* `http://localhost:8080/api/v1/owners`

## Información útil.

* [Errores de validacion en formato JSON](https://johndobie.com/blog/validation-errors-in-spring-boot-microservices/)
* [Ejemplos de spring boot](https://github.com/in28minutes/spring-boot-examples/blob/master/README.md)