Skip to content
Snippets Groups Projects
Commit c7f5f5e8 authored by Joris Kuipers's avatar Joris Kuipers
Browse files

Various changes and updates of the skeleton application

* Update to latest Spring Boot
* Include Boot dev tools
* Remove Thymeleaf dependency, as it wasn't used
* As a result, move index.html to /static (Boot picks it up automatically)
  and remove IndexController
* Move RestLogicController up a package and get rid of the /rest mapping
* Use @PostMapping rather than @RequestMapping(method=POST)
* Fix script tag in index.html to not be self-closing
* Translated README into English and rename it to have a .md extension
  so that the IDE shows the rendered version
parent 1fdd65cd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment