I am trying to use this plugin in my spring-boot application. I am trying to build static files under "build/static" folder. plugin create a folder with same name and then it is deleted automatically.
All the files are built in same "build" folder. My objective is to point build folder as my resources directory, so that they are available in my spring boot app. As per spring-boot structure I need my files under "resources/static" folder to be identified by default.
Below is my plugin configuration -
Hi Team,
I am trying to use this plugin in my spring-boot application. I am trying to build static files under "build/static" folder. plugin create a folder with same name and then it is deleted automatically. All the files are built in same "build" folder. My objective is to point build folder as my resources directory, so that they are available in my spring boot app. As per spring-boot structure I need my files under "resources/static" folder to be identified by default. Below is my plugin configuration -