类 GatewayApplication


  • @EnableDiscoveryClient
    @NacosPropertySource(dataId="nacos_attr1",
                         autoRefreshed=true)
    @EnableScheduling
    @SpringBootApplication(exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.class)
    @ComponentScan(basePackages="tech.codingless.core.gateway")
    public class GatewayApplication
    extends Object
    • 构造器详细资料

      • GatewayApplication

        public GatewayApplication()
    • 方法详细资料

      • main

        public static void main​(String[] args)