类 GatewayApplication
- java.lang.Object
-
- tech.codingless.core.gateway.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
-
-
方法详细资料
-
main
public static void main(String[] args)
-
-