From 6c965d3228ab9ac065291cf913525ebff0939c2f Mon Sep 17 00:00:00 2001 From: Sergey Lukichev Date: Sat, 29 Sep 2018 12:50:37 +0200 Subject: [PATCH] GH-2 add new dependency --- .../main/{resource => resources}/application.properties | 0 .../main/{resource => resources}/applicationContext.xml | 0 springcontextdemo/springcontextdemo/pom.xml | 9 +++++++++ 3 files changed, 9 insertions(+) rename HotCity/src/main/{resource => resources}/application.properties (100%) rename HotCity/src/main/{resource => resources}/applicationContext.xml (100%) diff --git a/HotCity/src/main/resource/application.properties b/HotCity/src/main/resources/application.properties similarity index 100% rename from HotCity/src/main/resource/application.properties rename to HotCity/src/main/resources/application.properties diff --git a/HotCity/src/main/resource/applicationContext.xml b/HotCity/src/main/resources/applicationContext.xml similarity index 100% rename from HotCity/src/main/resource/applicationContext.xml rename to HotCity/src/main/resources/applicationContext.xml diff --git a/springcontextdemo/springcontextdemo/pom.xml b/springcontextdemo/springcontextdemo/pom.xml index 966daff..a59aadf 100644 --- a/springcontextdemo/springcontextdemo/pom.xml +++ b/springcontextdemo/springcontextdemo/pom.xml @@ -29,6 +29,15 @@ org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-devtools + true +