Springboot整合dubbo搭建基本的消费、提供和负载均衡
文章目录1.确定接口2.创建提供者2.1 pom配置2.2dubbo配置文件2.3 application.properties2.4 mybatis相关2.4.1 配置UserMapper.xml2.4.2 配置UserMapper接口2.4.3 实现UserService接口2.5 让dubbo配置生效2.6 实现Springboot application3.创建消费者3.1 pom依赖3....
转载
2019-04-29 16:20:10 ·
438 阅读 ·
0 评论