Giter VIP home page Giter VIP logo

Comments (3)

springboot-plus avatar springboot-plus commented on May 18, 2024

解决方案:

  1. 删除对应的springbootadmin配置

  2. mvn clean install spring-boot-plus项目下载对应依赖
    spring-boot-plus 1.4.0中的springbootadmin 2.2.0-SNAPSHOT快照版本,springbootadmin官网显示预计11月20号发布正式版本。
    请勿使用低版本的spring boot admin,这样会造成不兼容
    springbootadmin 2.2.0-SNAPSHOT版本依赖在pom.xml中有配置其快照仓库。

    <repository>
        <id>sonatype-nexus-snapshots</id>
        <name>Sonatype Nexus Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
        <releases>
            <enabled>false</enabled>
        </releases>
    </repository>

from spring-boot-plus.

huangge666 avatar huangge666 commented on May 18, 2024

解决方案:

  1. 删除对应的springbootadmin配置
  2. mvn clean installspring-boot-plus项目下载对应的
    spring-boot-plus 1.4.0中的springbootadmin 2.2.0-SNAPSHOT快照版本,springbootadmin官网显示预计11月20号发布正式版本。
    不要使用低版本的spring boot admin,这样的会造成不兼容
    springbootadmin 2.2.0-SNAPSHOT版本依赖于pom.xml中有配置其快照仓库。
    <repository>
        <id>sonatype-nexus-snapshots</id>
        <name>Sonatype Nexus Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
        <releases>
            <enabled>false</enabled>
        </releases>
    </repository>

不知道为什么,我这边一直拉不下 快照版本

from spring-boot-plus.

huangge666 avatar huangge666 commented on May 18, 2024

解决方案:

  1. 删除对应的springbootadmin配置
  2. mvn clean installspring-boot-plus项目下载对应的
    spring-boot-plus 1.4.0中的springbootadmin 2.2.0-SNAPSHOT快照版本,springbootadmin官网显示预计11月20号发布正式版本。
    不要使用低版本的spring boot admin,这样的会造成不兼容
    springbootadmin 2.2.0-SNAPSHOT版本依赖于pom.xml中有配置其快照仓库。
    <repository>
        <id>sonatype-nexus-snapshots</id>
        <name>Sonatype Nexus Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
        <releases>
            <enabled>false</enabled>
        </releases>
    </repository>

不知道为什么,我这边一直拉不下快照版本

我没有安装maven,我是通过IDEA直接拉依赖的

from spring-boot-plus.

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.