Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexnarvaez00/springboot-prueba-veterinaria
- Owner: AlexNarvaez00
- Created: 2023-08-07T22:08:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T03:42:41.000Z (over 1 year ago)
- Last Synced: 2024-11-11T14:06:55.856Z (3 months ago)
- Topics: api-rest, html, java, javascript, postgresql, react, spring-boot, spring-framework, spring-mvc
- Language: Java
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)