Generated an empty app with https://start.spring.io/
authorKai Moritz <kai@juplo.de>
Fri, 8 Jan 2021 14:00:13 +0000 (15:00 +0100)
committerKai Moritz <kai@juplo.de>
Fri, 8 Jan 2021 14:04:53 +0000 (15:04 +0100)
commitabe2e76d41f59fffc2d77569de4c7d7e7956ec0b
tree0a51e9c1ce8556cf17198cfa712df224729a1bf4
Generated an empty app with https://start.spring.io/

* Dependencies:
** spring-boot-startet-web
** spring-boot-starter-thymeleaf
** spring-boot-devtools
* Aligned indentation
* Removed mvnw & Co.
.gitignore [new file with mode: 0644]
pom.xml [new file with mode: 0644]
src/main/java/de/juplo/demo/httpresources/HttpResourcesDemoApplication.java [new file with mode: 0644]
src/main/resources/application.properties [new file with mode: 0644]
src/test/java/de/juplo/demo/httpresources/HttpResourcesDemoApplicationTests.java [new file with mode: 0644]