Skip to content

this is a project for demonstrating the DI and the DAO pattern... it doesnt use the JPA + Hibernate integration... instead it uses the classic DAO with a connection pool

License

Notifications You must be signed in to change notification settings

christian130/Gabriela

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#!java
IMPORTANTE: NO SE NECESITA ALGUN IDE PARA LEVANTAR LA APLICACION... BASTA CON EL JDK 8
git clone https://[email protected]/christian130/conexus.git

o puede loguearse desde la web a bitbucket.org y va a tener acceso como administrador para ese repositorio

una vez ahi los pasos para levantar el servidor estan embedidos, y es como sigue

#!java

mvn -Dmaven.test.skip=true clean install
mvn spring-boot:run
ir a la siguiente direccion e ingresar el usuario y contraseña suministrados aqui (esto es obra de spring security)

#!java localhost:12000


#!java usuario: user password: 123456

About

this is a project for demonstrating the DI and the DAO pattern... it doesnt use the JPA + Hibernate integration... instead it uses the classic DAO with a connection pool

Topics

Resources

License

Stars

Watchers

Forks

Packages