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
Showing
- README.md 0 additions, 54 deletionsREADME.md
- pom.xml 5 additions, 5 deletionspom.xml
- src/main/java/nl/trifork/tictactoe/RestLogicController.java 14 additions, 0 deletionssrc/main/java/nl/trifork/tictactoe/RestLogicController.java
- src/main/java/nl/trifork/tictactoe/gui/IndexController.java 0 additions, 18 deletionssrc/main/java/nl/trifork/tictactoe/gui/IndexController.java
- src/main/resources/static/index.html 3 additions, 2 deletionssrc/main/resources/static/index.html
- src/test/java/nl/trifork/tictactoe/TicTacToeApplicationTests.java 4 additions, 6 deletions.../java/nl/trifork/tictactoe/TicTacToeApplicationTests.java
Loading
Please register or sign in to comment