diff --git a/.gitignore b/.gitignore index 1c2d52b..5654cd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea/* +target \ No newline at end of file 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

+ + +