Sample usage of gradle-webjar-plugin
This project presents how to use gradle-webjar-plugin to separate front end and back end modules in a typical Spring-boot application.
Backend project is a simple Spring Webflux application.
- Spring by default serves static resources from
classpath:/static
- There is an endpoint that forwards all html requests to
classpath:/static/index.html
to serve SPA from front end module
Frontend project was generated with Vue CLI