Release Notes / Version 12.2404
Table Of ContentsRemoved property for Spring Boot Maven plugin
The additionalProfiles 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.
(CMS-23917)


