Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 525 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 525 Bytes

Código original alojado en github https://github.com/JoTerrance Requisitos oracle-java-8

Para instalar la aplicacion usar el wrapper de maven

.mvnw clean .mvnw compile .mvnw package .mvnw install

Para ejecutar la aplicacion tenemos dos perfiles, El perfil CON errores se seguridad cd jar ../.mvnw spring-boot:run -PbadCode

y el perfil SIN errores de seguridad cd jar ../.mvnw spring-boot:run -PbadCode

conectarse en localhost:8080 y leer el texto de la página localhost:8080/instruction.html para más información