Package org.hglteam.config.remote
Class Application
- java.lang.Object
-
- org.hglteam.config.remote.Application
-
@SpringBootApplication public class Application extends Object
-
-
Constructor Summary
Constructors Constructor Description Application()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleContextRefreshed(org.springframework.context.event.ContextRefreshedEvent event)static voidmain(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
handleContextRefreshed
@EventListener public void handleContextRefreshed(org.springframework.context.event.ContextRefreshedEvent event)
-
-