CoreMedia Content Cloud v12 Upgrade Guide / Version 2404
Table Of Contents
The additionalProfiles
Maven property that could have been used to set profiles to activate
when starting the Studio Server Spring Boot app locally via the Spring Boot Maven plugin was removed. When additional
profiles need to be set, use the spring-boot.run.profiles
property of the plugin. This will
override the plugin configuration. Therefore, make sure to also activate the dev and local profiles if needed.
If previously the command mvn spring-boot:run -DadditionalProfiles=my-profile
was used,
now use the equivalent mvn spring-boot:run -Dspring-boot.run.profiles=dev,local,my-profile
.
Alternatively, CoreMedia apps can still be started conveniently from within the IDE. Consult the documentation for
further details.