diff --git a/curriculumsearch/src/main/resources/application.properties b/curriculumsearch/src/main/resources/application.properties index 5af5256..7335b08 100644 --- a/curriculumsearch/src/main/resources/application.properties +++ b/curriculumsearch/src/main/resources/application.properties @@ -16,7 +16,7 @@ spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true #server.port=8888 spring.mvc.view.prefix=/jsp/ spring.mvc.view.suffix=.jsp - +server.error.whitelabel.enabled=false spring.mail.host=smtp.gmail.com spring.mail.username=fpunascrumkanban@gmail.com spring.mail.password=fpunascrumkanban123 @@ -24,8 +24,6 @@ spring.mail.port=587 spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.starttls.enable=true -jsp-inheritance-prefix=/jsp/layouts/ -jsp-inheritance-suffix=.jsp ## MULTIPART (MultipartProperties) # Enable multipart uploads diff --git a/curriculumsearch/src/main/webapp/jsp/error.jsp b/curriculumsearch/src/main/webapp/jsp/error.jsp new file mode 100644 index 0000000..4c85b3c --- /dev/null +++ b/curriculumsearch/src/main/webapp/jsp/error.jsp @@ -0,0 +1,54 @@ +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + + + + + + + +
+

+ +

+

Oops!

+

Ha ocurrido un error.
Ponganse en contacto con los bootcampers.

+
+ + \ No newline at end of file