Код: Выделить всё
@ConditionalOnProperty(name = "aws.secrets-manager.sm.enable", havingValue = "true")
@EnableConfigurationProperties(AwsSecretsManagerProperties.class)
public class AwsSecretsManagerConfig {
}
@Configuration
@Import(AwsSecretsManagerConfig.class)
public class MyPortalAwsSecretsManagerConfig {
}
< /code>
На данный момент бобы не зарегистрированы независимо от значения свойства. При отладке в поведении я заметил, что источник свойств my-web.properties
Код: Выделить всё
org.springframework.web.context.ContextLoaderListener
contextConfigLocation
/WEB-INF/root-mvc.xml
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/797 ... ionalonpro