Skip to content

Sistema para el Control de los Agentes de Seg. y Protecc.

Notifications You must be signed in to change notification settings

karelp90/control_asp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Control ASP

Control ASP is demonstrating how to implement simple CRUD operations with the entities: Agente and Centro.

What's inside

This project is based on the Spring Boot project and uses these packages :

  • Maven
  • Spring Core
  • JPA
  • Spring Data (Hibernate & MySQL & PostgreSQL)
  • Spring MVC (Tomcat)
  • Thymleaf
  • JasperReport (PDF Reports)

Installation

The project is created with Maven, so you just need to import it to your IDE and build the project to resolve the dependencies

Database configuration

Create a PostgreSQL or MySQL database with the name control_aspand add the credentials to /resources/application.properties.
The default ones are :

spring.datasource.url=jdbc:postgresql://localhost:5432/control_asp
spring.datasource.username=youruser
spring.datasource.password=yourpass

Usage

Run the project and head out to http://localhost:8080

About

Sistema para el Control de los Agentes de Seg. y Protecc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages