You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/12/03 07:46:42 UTC

[GitHub] [servicecomb-java-chassis] 296230551 opened a new issue #1432: springboot2改造cse项目,application.properties文件和microservice.yaml文件配置

296230551 opened a new issue #1432: springboot2改造cse项目,application.properties文件和microservice.yaml文件配置
URL: https://github.com/apache/servicecomb-java-chassis/issues/1432
 
 
   springboot2改造cse项目,application.properties文件和microservice.yaml文件配置问题:
   1、是否可以将microservice.yaml相关的注册中心、配置中心、ak/sk等信息配置到application.properties文件中,整合为一个配置文件?
   2、这两个配置文件中的哪个端口配置是有效的?
   3、在@SpringBootApplication注解加上(exclude = DispatcherServletAutoConfiguration.class),配置文件同步加入spring.main.web-application-type=none之后发现spring支持的过滤器均会失效,不加则可以使用。还有ssl证书相关配置也会失效。加与不加对服务注册,服务之间的调用会有影响吗?
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services