cloudfoundry-samples/spring-music

Updated to spring-boot but the README is old.

Amay22 opened this issue · 2 comments

This is an excellent guide. I love this example. I know you recently updated to spring-boot.

How to run must change. Also a word or two on the readme about Angular and all the other gradle stuff used would be great.

My major concern is the How to run has not been updated. It's to the old tomcatRun for the old tomcat plugin.

./gradlew build && java -jar build/libs/spring-music.jar

Ah yes, the documentation needs to be updated when the code is changed. Thanks for the reminder @Amay22!

App start and other Boot updates fixed in 3d0a916.