hantsy/angularjs-springmvc-sample-boot

able to run project but UI is not visible no log reported in the back

maroom1 opened this issue · 2 comments

image

image

image

image

I followed your steps
npm install
bower install
mvn spring-boot:run -Dstatic-UI

The .addResourceLocations line in Application destroyed the Spring Boot built-in url mapping rules, which was prepared for Docker mulitstages scenario.

I will try to fix this later.

Thanks for reporting this issue. @maroom1