AlexisMartinez1913 / beststore-spring-boot-thymeleaf

Product management web application with Spring Boot and Thymeleaf.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proyecto CRUD de Productos usando thymeleaf

Este es un proyecto practicando thymeleaf, para gestionar un CRUD (Crear, Leer, Actualizar, Eliminar) de productos utilizando Java, Spring Boot y Thymeleaf.

Requisitos

Antes de comenzar, asegúrate de tener instalados los siguientes programas:

Instalación

  1. Clona este repositorio en tu máquina local:

    git clone https://github.com/AlexisMartinez1913/beststore-spring-boot-thymeleaf.git
    cd repositorio
  2. Construye el proyecto con Maven:

    mvn clean install
  3. Ejecuta la aplicación:

    mvn spring-boot:run

Uso

  1. Abre tu navegador web y navega a http://localhost:8082.
  2. Utiliza la interfaz web para crear, leer, actualizar y eliminar productos.
  3. Configura el application.properties con los datos de mysql local

Estructura del Proyecto

El proyecto sigue la estructura estándar de un proyecto Spring Boot: controller: Contiene los controladores Spring MVC.

  • model: Contiene las entidades JPA.
  • repository: Contiene los repositorios JPA.
  • service: Contiene la lógica de negocio.
  • templates: Contiene las vistas Thymeleaf.

About

Product management web application with Spring Boot and Thymeleaf.


Languages

Language:HTML 52.9%Language:Java 47.1%