sofastack / sofa-dashboard

Dashboard of SOFAStack.
Apache License 2.0
91 stars 51 forks source link

Backend lacks dependencies, can't be packaged, help #46

Open Programer-Zhang opened 4 years ago

Programer-Zhang commented 4 years ago

在学习中, 遇到问题无法进行, 前端已经可以正常启动, 现在后端发现如下问题:

后端sofa-dashboard-application中缺少如下依赖, 无法引入:

        <dependency>
            <groupId>com.alipay.sofa</groupId>
            <artifactId>dashboard-support</artifactId>
        </dependency>

后端sofa-dashboard-core中缺少如下依赖, 无法引入:

        <dependency>
            <groupId>com.alipay.sofa</groupId>
            <artifactId>dashboard-client-core</artifactId>
        </dependency>
sofastack-bot[bot] commented 4 years ago

Hi @Programer-Zhang, we detect non-English characters in the issue. This comment is an auto translation by @sofastack-robot to help other users to understand this issue.

We encourage you to describe your issue in English which is more friendly to other users.

In the learning, the problem can not be carried out, the front end can be started normally, and now the back end found the following problems: The following dependencies are missing in the backend sofa-dashboard-application, can not be introduced: <dependency><groupId> Com.alipay.sofa </groupId><artifactId> Dashboard-support </artifactId></dependency> The backend sofa-dashboard-core lacks the following dependencies and cannot be imported: <dependency><groupId> Com.alipay.sofa </groupId><artifactId> Dashboard-client-core </artifactId></dependency>