[Vuejs]-Unable to run VueJS SPA with Spring Boot

0👍

Looks like the coping files to the resource folder is very fragile in Spring Boot. With those exactly steps I was able to run my project:

  1. Stop application (the embeded Tomcat)
  2. Delete all files in /resources/static folder
  3. Copy new html/css/js/img files
  4. Clean and Build the project
  5. Run the application
👤kojot

Leave a comment