@SpringBootApplication @Configuration @EnableAspectJAutoProxy @Import(value=org.coodex.concrete.spring.ConcreteSpringConfiguration.class) public class ServiceStarter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceStarter.JaxRSApplication |
static class |
ServiceStarter.WebsocketApplication |
| Constructor and Description |
|---|
ServiceStarter() |
| Modifier and Type | Method and Description |
|---|---|
DubboApplication |
dubboApplication() |
Test |
getTest() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
jaxrsServlet() |
static void |
main(String[] args) |
org.coodex.concrete.core.token.TokenManager |
tokenManager() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
webSocketServlet() |
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean jaxrsServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean webSocketServlet()
@Bean public DubboApplication dubboApplication()
@Bean public org.coodex.concrete.core.token.TokenManager tokenManager()
@Bean public Test getTest()
public static void main(String[] args)
Copyright © 2018. All rights reserved.