Release Notes / Version 12.2401
Table Of Contents
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)


