Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ffrancoc/sge
- Owner: ffrancoc
- Created: 2024-10-22T03:00:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T04:48:06.000Z (4 months ago)
- Last Synced: 2024-10-23T08:01:04.272Z (4 months ago)
- Topics: bootstrap5, java, mariadb, spring-boot, thymeleaf
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=sgespring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=truespring.datasource.url=jdbc:mysql://localhost:3305/DATABASE_NAME
spring.datasource.username=USER_NAME
spring.datasource.password=PASSWORD
```