Skip to content

Academic Code example with Spring boot MVC and repositories to do Reverse Engineering by in the University

Notifications You must be signed in to change notification settings

ignaciopaz/spring-mvc-sales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UTN FRRO - Asignatura: Diseño de Sistemas.

spring-mvc-sales

Aplicación académica de ejemplo con Spring de punto de venta para hacer ingeniería inversa.

Correr la aplicación

Para ejecutar la aplicación:

  1. Terminar cualquier aplicación que esté corriendo dentro de Eclipse.
  2. Ir al Paquete edu.utn.frro.ds.ventas.
  3. Clic derecho en Application.java y hacer Run as Java Application.
  4. Abrir el browser en http://localhost:8080/

Como ver la base de datos H2

Para ver la consola de la base de datos H2 de la aplicación:

  1. En el brower ir a: http://localhost:8080/h2-console
  2. En "JDBC URL" ingresar: jdbc:h2:mem:testdb
  3. Clic en "Connect"

About

Academic Code example with Spring boot MVC and repositories to do Reverse Engineering by in the University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published