Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javguerra/java_cp_clientes_spring_boot
Clientes con Spring Boot: Caso práctico del curso de testing Java + Spring
https://github.com/javguerra/java_cp_clientes_spring_boot
Last synced: about 18 hours ago
JSON representation
Clientes con Spring Boot: Caso práctico del curso de testing Java + Spring
- Host: GitHub
- URL: https://github.com/javguerra/java_cp_clientes_spring_boot
- Owner: JavGuerra
- License: gpl-3.0
- Created: 2024-10-22T13:31:26.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-10-28T09:16:27.000Z (22 days ago)
- Last Synced: 2024-10-28T12:09:03.766Z (22 days ago)
- Language: Java
- Size: 3.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Caso práctico
## Tema: Gestión de clientes con Spring Boot
**Autor**: Javier Guerra
**Estátus**: Finalizado
**Versión**: 1.1.0
**Fecha**: 2024-10-18
**Última**: 2024-10-31## Descripción
En este caso práctico se va a usar Spring Boot para desarrollar un CRUD (Crear, Leer, Actualizar y Eliminar) para gestionar clientes.
Las opciones del menú son:
- Listar clientes
- Mostrar un cliente
- Crear un nuevo cliente
- Actualizar un cliente
- Eliminar un cliente
- Eliminar todos los clientesImplementa:
- Estructura MVC
- Spring Boot
- JPA
- Lombok
- Thymeleaf
- Estilos con «WYSIWYG.css»
- Maven
- JavaDoc
- Interface para el servicio
- Test unitarios y de integración## Posibles mejoras
- Preguntar antes de borrar usuarios
- Aviso de borrado## Requisitos
Se requiere Java 11 o superior
## Licencia
Sobre el código fuente: GNU GENERAL PUBLIC LICENSE Version 3
## Saber más
- [Información sobre el uso de WYSIWYG.css](https://javguerra.github.io/blog/wysiwyg-css/)