Reputation: 61
I am trying to integrate the SB Angular Admin
template to a spring boot application. For that, I added the Frontend maven plugin to pom.xml
in order to use grunt task runner
.
When I clean install, everything works just fine, but when I run the application, all is some html text in blank pages (no design). What should I do in order to integrate the template and run it alongside with the back-end on the same port on my localhost.
Upvotes: 0
Views: 997
Reputation: 4558
Here's some example of web content management with Spring Boot and AngularJS integration in Spring Boot backend application :
Upvotes: 1