Dubbo首先使用com.alibaba.dubbo.config.spring.schema.NamespaceHandler注册解析器,当spring解析xml配置文件时就会调用这些解析器生成对应的BeanDefinition交给spring管理

 

启动jar项目

 

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

 不间断后台运行程序

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

相关文章:

  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
  • 2021-07-08
  • 2022-02-07
  • 2021-11-21
  • 2022-12-23
猜你喜欢
  • 2021-10-29
  • 2022-02-26
  • 2021-05-27
  • 2021-12-16
  • 2021-07-18
  • 2021-10-06
相关资源
相似解决方案