springboot项目引入公用项目

_Lawrence / 2023-05-18 / 原文

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