Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ffrancoc/sge

Sistema de Gestión de Empleados
https://github.com/ffrancoc/sge

bootstrap5 java mariadb spring-boot thymeleaf

Last synced: about 2 months ago
JSON representation

Sistema de Gestión de Empleados

Awesome Lists containing this project

README

        

# Sistema de Gestión de Empleados

Sistema simple MVC para gestión de empleados

## Catacterísticas

- Empleados
- Departamentos

## Tecnologías

- Java
- Springboot
- Thymeleaf
- Maria DB
- Bootstrap 5

## Configuración

Archivo resources/application.properties:

```
spring.application.name=sge

spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true

spring.datasource.url=jdbc:mysql://localhost:3305/DATABASE_NAME
spring.datasource.username=USER_NAME
spring.datasource.password=PASSWORD
```