From 26fcb4058fc0ab1c574dda243b068ee31c12f3cb Mon Sep 17 00:00:00 2001 From: monkeyk7 Date: Mon, 4 Dec 2017 23:28:29 +0800 Subject: [PATCH] Reset by spring-boot 1.5.9 --- pom.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/pom.xml b/pom.xml index 2bcdc5f..ce19833 100644 --- a/pom.xml +++ b/pom.xml @@ -22,9 +22,24 @@ UTF-8 UTF-8 1.8 + + false + + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + org.apache.tomcat.embed + tomcat-embed-jasper + provided + + org.springframework.boot spring-boot-starter-security @@ -33,6 +48,14 @@ org.springframework.boot spring-boot-starter-thymeleaf + + org.thymeleaf.extras + thymeleaf-extras-springsecurity4 + + + org.springframework.boot + spring-boot-starter-validation + org.springframework.boot spring-boot-starter-web @@ -83,6 +106,40 @@ org.springframework.boot spring-boot-maven-plugin + + + maven-war-plugin + + false + */classes/application.properties + */classes/application.properties + + false + + ${project.version} + spring-oauth-server(boot) + ${project.version} + http://monkeyk.com + Not Vendor Yet, Inc. + + + + true + + + + + + + maven-surefire-plugin + + ${test.skip} + none + + **/*Test.java + + +