Add frontend and java compatibility config

This commit is contained in:
Nana Janashia
2021-07-12 12:27:29 +02:00
parent a87e8850de
commit 9492a348d0
2 changed files with 16 additions and 1 deletions

View File

@@ -24,7 +24,11 @@
</plugin>
</plugins>
</build>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MyApp</title>
</head>
<body>
<h1>Welcome to Java Maven Application</h1>
<!-- add image here <img src="" width="" /> -->
</body>
</html>