taotao

Results 22 issues of taotao

看了下代码,主要还是基于可编程式的SpringApplication com.didiglobal.jushata.springboot.JushataSpringBootModule ```` DefaultResourceLoader resourceLoader = new JushataResourceLoader(this.classLoader); SpringApplication app = new SpringApplication(resourceLoader, sources.toArray(new Class[0])); app.setBannerMode(Banner.Mode.OFF); app.setLogStartupInfo(false); app.addInitializers(new JushataApplicationContextInitializer(this.parent, httpPort)); app.addListeners((ApplicationListener) event -> { final String port = event.getEnvironment().getProperty("server.port", String.valueOf(httpPort));...

[root@vistio]# kubectl create -f vistio-mesh-only-1.0.yaml configmap/vistio-api-config created service/vistio-api created service/vistio-web created unable to recognize "vistio-mesh-only-1.0.yaml": no matches for kind "Deployment" in version "extensions/v1beta1" unable to recognize "vistio-mesh-only-1.0.yaml": no matches for...