Spring boot CRUD By Sotobotero
🌟 Contribuye y Mejora este Proyecto ¡Este proyecto está en constante evolución y cualquier mejora es bienvenida! 🎉 Si encuentras algo que se pueda optimizar, tienes una idea o quieres corregir errores, no dudes en participar.
Consulta el paso a paso Cómo contribuir con un proyecto en github para español or How to Contribute with github project for English.
This project is open source under the Licencia MIT.
- Java 17 or higher
- Clone the repository.
- Enter the project folder and run the command ./mvnw package.
- Run the command java -jar target/customer-back-0.0.1-SNAPSHOT.jar.
- Open your browser and go to http://localhost:8080/swagger-ui.html.
- Optionally, you can clone the Angular front-end from the following repository: