类 NacosServerWebApplication

java.lang.Object
com.alibaba.nacos.NacosServerWebApplication

@SpringBootApplication(exclude=org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration.class) @ComponentScan(basePackages="com.alibaba.nacos",excludeFilters={,,}) @PropertySource("classpath:nacos-server.properties") public class NacosServerWebApplication extends Object
Nacos Server web starter class, which load non-console web container beans.
作者:
xiweng.yy
  • 构造器详细资料

    • NacosServerWebApplication

      public NacosServerWebApplication()
  • 方法详细资料

    • main

      public static void main(String[] args)