springboot项目引入公用项目
<!--公共interface模块-->
<dependency>
<groupId>com.hcp</groupId>
<artifactId>dubbointerface</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>

<!--公共interface模块-->
<dependency>
<groupId>com.hcp</groupId>
<artifactId>dubbointerface</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
