微服务 SpringBoot+Dubbo+Docker+Jenkins(一)

SpringBoot+Dubbo+Docker+Jenkins

https://github.com/Leon-xiayu/SpringBoot-Dubbo-Docker-Jenkins

微服务踩坑

此项目为fork项目,故将所有Gaoxi替换为leon 请自行辨别
  1. 包依赖问题


    image.png

    Leon-Common-Service-Facade 为leon的子模块,在leon中的pom.xml中指定了


        Leon-Analysis
        Leon-Order
        Leon-Product
        Leon-User
        Leon-Redis
        Leon-Controller
        Leon-Common-Service-Facade
    

但打开maven控制面板,一直报Dependencies错误 clean+complie之后依然没用,于是将 Leon-Common-Service-Facade 中的pom.xml以下片段剪切重新粘贴解决

 
        com.leon
        leon
        0.0.1-SNAPSHOT
        ../pom.xml
    

你可能感兴趣的:(微服务 SpringBoot+Dubbo+Docker+Jenkins(一))