Reworked to use the Spring Guides' Spring Boot web application example

This commit is contained in:
Erik C. Thauvin 2023-10-22 22:06:49 -07:00
parent 33984c4c0d
commit 3385b72fb5
14 changed files with 143 additions and 72 deletions

2
.vscode/launch.json vendored
View file

@ -5,7 +5,7 @@
"type": "java",
"name": "Run Tests",
"request": "launch",
"mainClass": "com.example.demo.DemoApplicationTest"
"mainClass": "com.example.springboot.DemoApplicationTests"
}
]
}