@Configuration @ComponentScan(value="cn.jasonone.him") public class HimAutoConfig extends Object
| 构造器和说明 |
|---|
HimAutoConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
closed(org.springframework.context.event.ContextClosedEvent e) |
HimService |
himService() |
void |
init(org.springframework.context.event.ContextRefreshedEvent e) |
com.corundumstudio.socketio.SocketIOServer |
socketIOServer(HimService himService,
HimProperties himProperties) |
com.corundumstudio.socketio.annotation.SpringAnnotationScanner |
springAnnotationScanner(com.corundumstudio.socketio.SocketIOServer server) |
@EventListener public void closed(org.springframework.context.event.ContextClosedEvent e)
@Bean public com.corundumstudio.socketio.SocketIOServer socketIOServer(HimService himService, HimProperties himProperties)
@EventListener public void init(org.springframework.context.event.ContextRefreshedEvent e)
@Bean public com.corundumstudio.socketio.annotation.SpringAnnotationScanner springAnnotationScanner(com.corundumstudio.socketio.SocketIOServer server)
@Bean @ConditionalOnMissingBean(value=cn.jasonone.him.service.HimService.class) public HimService himService()
Copyright © 2019. All rights reserved.