第一,1.5.13是springboot支持dubbo的最高版本,以上版本不支持。
第二,spring-boot-starter-dubbo依赖只有io.dubbo.springboot类下有,且只有一个1.0.0版本
简单版本最终pom如下:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersio