diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html new file mode 100644 index 0000000..6f74454 --- /dev/null +++ b/src/main/resources/static/index.html @@ -0,0 +1,11 @@ + + + + + + + + +

Hello Spring

+ + diff --git a/src/main/resources/static/js/app.js b/src/main/resources/static/js/app.js new file mode 100644 index 0000000..8e56b21 --- /dev/null +++ b/src/main/resources/static/js/app.js @@ -0,0 +1 @@ +alert('hi')