Reworked to use the Spring Guides' Spring Boot web application example
This commit is contained in:
parent
33984c4c0d
commit
3385b72fb5
14 changed files with 143 additions and 72 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"type": "java",
|
||||
"name": "Run Tests",
|
||||
"request": "launch",
|
||||
"mainClass": "com.example.demo.DemoApplicationTest"
|
||||
"mainClass": "com.example.springboot.DemoApplicationTests"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue