Package ch.tocco.nice2.boot.impl
Class BootConfiguration
java.lang.Object
ch.tocco.nice2.boot.impl.BootConfiguration
@Configuration
@PropertySource("classpath:ch/tocco/nice2/boot/impl/default.properties")
public class BootConfiguration
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.slf4j.Logger
logger
(org.springframework.beans.factory.InjectionPoint injectionPoint) starterContributions
(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
BootConfiguration
public BootConfiguration()
-
-
Method Details
-
logger
@Bean @Scope("prototype") public org.slf4j.Logger logger(org.springframework.beans.factory.InjectionPoint injectionPoint) -
starterContributions
@Bean public List<StarterContribution> starterContributions(org.springframework.context.ApplicationContext applicationContext)
-