Giter Site home page Giter Site logo

Comments (10)

fendo8888 avatar fendo8888 commented on July 22, 2024 3

我这里写了篇博客: http://blog.csdn.net/u011781521/article/details/79160999

from dubbo-spring-boot-project.

lovepoem avatar lovepoem commented on July 22, 2024

https://github.com/alibaba/dubbo/blob/2.5.x/dubbo-demo/dubbo-demo-api/pom.xml

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.alibaba</groupId>
        <artifactId>dubbo-demo</artifactId>
        <version>2.5.9</version>
    </parent>
    <artifactId>dubbo-demo-api</artifactId>
    <packaging>jar</packaging>
    <name>${project.artifactId}</name>
    <description>The demo module of dubbo project</description>
    <properties>
        <skip_maven_deploy>true</skip_maven_deploy>
    </properties>
</project>

看代码是没有发布到maven

from dubbo-spring-boot-project.

fendo8888 avatar fendo8888 commented on July 22, 2024

OK

from dubbo-spring-boot-project.

chickenlj avatar chickenlj commented on July 22, 2024

@mercyblitz At present, dubbo-demo-api will not be published to central repository, i think the demo project should avoid depend on this module.

from dubbo-spring-boot-project.

tateecredit avatar tateecredit commented on July 22, 2024

[ERROR] Failed to execute goal on project dubbo-spring-boot-actuator: Could not resolve dependencies for project com.alibaba.boot:dubbo-spring-boot-actuator:jar:1.0.0-SNAPSHOT: Failure to find com.alibaba:dubbo-demo-api:jar:2.5.9 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

from dubbo-spring-boot-project.

lovepoem avatar lovepoem commented on July 22, 2024

image
dubbo-spring-boot-project/dubbo-spring-boot-actuator/pom.xml

        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>dubbo-demo-api</artifactId>
            <version>${dubbo.version}</version>
            <scope>test</scope>
        </dependency>

@mercyblitz the problem still exists

from dubbo-spring-boot-project.

mercyblitz avatar mercyblitz commented on July 22, 2024

Please Retry

from dubbo-spring-boot-project.

lovepoem avatar lovepoem commented on July 22, 2024

It's ok now

from dubbo-spring-boot-project.

neesonqk avatar neesonqk commented on July 22, 2024

@lovepoem what font are you using for your terminal?

from dubbo-spring-boot-project.

lovepoem avatar lovepoem commented on July 22, 2024

image

from dubbo-spring-boot-project.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.