Package de.trustable.ca3s.core
Class PropertiesLogger
- java.lang.Object
-
- de.trustable.ca3s.core.PropertiesLogger
-
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationPreparedEvent>
public class PropertiesLogger extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationPreparedEvent>
-
-
Constructor Summary
Constructors Constructor Description PropertiesLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonApplicationEvent(org.springframework.boot.context.event.ApplicationPreparedEvent event)voidprintProperties()
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationPreparedEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationPreparedEvent>
-
printProperties
public void printProperties()
-
-