dubbo按部就班 - yml配置

Dubbo首先使用com.alibaba.dubbo.config.spring.schema.NamespaceHandler註冊解析器,當spring解析xml配置文件時就會調用這些解析器生成對應的BeanDefinition交給spring管理java

 

啓動jar項目spring

 

java -jar x.jar  --spring.profiles.active=local --server.port=8000spa

 不間斷後臺運行程序server

nohup java -jar x.jar  --spring.profiles.active=test --server.port=8000 &xml

相關文章
相關標籤/搜索