Open paulvi opened 8 years ago
Before for web development with .war output option for modularization were war overlays http://maven.apache.org/plugins/maven-war-plugin/overlays.html
Now with Spring Boot adopting jar packaging, how can make some shared web resources?
e.g. /com.company.shared.web/src/main/resources/static/images/background-image.png
http://stackoverflow.com/questions/37862552/spring-boot-shared-web-modules-jar-file-overlay
https://github.com/kanderson450/stackoverflow-q37862552
Before for web development with .war output option for modularization were war overlays http://maven.apache.org/plugins/maven-war-plugin/overlays.html
Now with Spring Boot adopting jar packaging, how can make some shared web resources?
e.g. /com.company.shared.web/src/main/resources/static/images/background-image.png