My JDK 9+181 Spring Boot 2.0.0.BUILD-SNAPSHOT CLI application displays this warning on startup:
WARNING: An illegal reflective access operation has occurred
After these warnings, if your app is still not working then add this dependency to your pom.xml
javax.xml.bind jaxb-api 2.3.0
This helped me!!