From 676dfbbc9753d17bea6a1fe8948b4a4922f7e69f Mon Sep 17 00:00:00 2001 From: fecaille Date: Fri, 11 Mar 2016 08:54:45 +0100 Subject: [PATCH] Changes JS compilation location + adds header and footer --- pom.xml | 78 +++++++++---------- .../resources/templates/fragments/header.html | 2 +- src/main/resources/templates/index.html | 1 + 3 files changed, 41 insertions(+), 40 deletions(-) diff --git a/pom.xml b/pom.xml index 3b45de9..a8f2197 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 1.8 - + 2.4.1 3.2.0 @@ -40,36 +40,36 @@ spring-boot-starter-thymeleaf - - org.springframework.boot - spring-boot-starter-security - - org.thymeleaf.extras - thymeleaf-extras-springsecurity4 - - - - org.springframework - spring-jdbc - - - org.springframework - spring-tx - - - org.springframework - spring-orm - - - org.hibernate - hibernate-entitymanager - - - org.hsqldb - hsqldb - - + org.springframework.boot + spring-boot-starter-security + + + org.thymeleaf.extras + thymeleaf-extras-springsecurity4 + + + + org.springframework + spring-jdbc + + + org.springframework + spring-tx + + + org.springframework + spring-orm + + + org.hibernate + hibernate-entitymanager + + + org.hsqldb + hsqldb + + org.springframework.boot spring-boot-starter-test @@ -92,10 +92,10 @@ test - org.webjars - jquery-mockjax - 1.5.3 - test + org.webjars + jquery-mockjax + 1.5.3 + test @@ -296,14 +296,14 @@ /webjars/jquery.mockjax.js ${project.basedir}/src/test/resources/jasmine/config.js - ${project.build.directory}/classes/static/js + ${project.build.directory}/classes/static/js **/*.js - - **/react-bootstrap.js - **/app.render.js - + + **/react-bootstrap.js + **/app.render.js + ${project.basedir}/src/test/resources/static/js **/*.spec.js diff --git a/src/main/resources/templates/fragments/header.html b/src/main/resources/templates/fragments/header.html index 8ebe728..34ca60a 100644 --- a/src/main/resources/templates/fragments/header.html +++ b/src/main/resources/templates/fragments/header.html @@ -6,7 +6,7 @@
-