240 发简信
IP属地:江苏
  • 当SpringBoot2.x与dubbo相遇

    1.dubbo 与 spring cloud 宿命之争 主要原因可能是dubbo提交了开源社区apache吧和来自SpringCloud的压力,必须搞一波事情,立一个flag...

  • 运行mvn clean package Dockfile:build报错如下:

    [ERROR] No plugin found for prefix 'Dockerfile' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositorie
    s [local (C:\Users\Rainy\.m2\repository), nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public/)] -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException

    使用docker-maven-plugin插件实现Docker构建并提交到私有仓库

    使用Maven插件实现项目打包及Docker构建并提交到私有仓库 以下内容非教程,不适合对Docker及Maven不熟悉者使用 目标:Spring Boot项目打包成可执行的...