Nikolay Simitchiyski
Nikolay Simitchiyski
@JavaIlya Unfortunately I don't. Same issue with the example from chapter 7. Let me know if you find a solution.
@JavaIlya Oh, thank you. I changed the java version to `11` and ` 11 11 ` in all the poms and spring boot parent to `2.1.8.RELEASE` in the main pom...
@abdullahsen Hey there I solved the problem with upgrading to java 11 and spring boot parent dependency to the last one [Check out this one](https://github.com/habuma/spring-in-action-5-samples/issues/48)
@invzbl3 The IDEA has [built-in web server](https://www.jetbrains.com/help/idea/php-built-in-web-server.html). When you start your spring boot application it starts in http://localhost:8080 (by default) and your resources will be for example at this url...