cae
2. Dezember 2021 / Stephan Post
disable CAE use local resources
apps/cae/spring-boot/cae-preview-app/src/main/resources/application-local.properties
# Load web resources from (local) workspace to support short CAE development round-trips
# spring.boot.tomcat.extraResources=\
# ${cae-base-lib.resources},\
# ${frontend.resources},\
# ${alx-cae.resources},\
# ${am-cae.resources},\
# ${corporate-cae.resources},\
# ${es-cae.resources}
# true if links to resources such as JavaScript and CSS should be generated to point to files in the
# application container (e.g. in modules under META-INF/resources/themes/) instead of the content repository.
delivery.local-resources=false
start cae
cd ~/Projects/prime9/cmcc10/apps/cae/spring-boot/cae-preview-app
mvn spring-boot:run -PdevDRAFT