From 9492a348d057d7a5d13d50e40d3139a0096e5d3c Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Mon, 12 Jul 2021 12:27:29 +0200 Subject: [PATCH] Add frontend and java compatibility config --- pom.xml | 6 +++++- src/main/resources/static/index.html | 11 +++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/static/index.html diff --git a/pom.xml b/pom.xml index 777958e..dd29ba3 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,11 @@ - + + 1.8 + 1.8 + 1.8 + org.springframework.boot diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html new file mode 100644 index 0000000..e98306e --- /dev/null +++ b/src/main/resources/static/index.html @@ -0,0 +1,11 @@ + + + + + MyApp + + +

Welcome to Java Maven Application

+ + +