# template-spring-cloud-combo **Repository Path**: yipinfuwu/template-spring-cloud-combo ## Basic Information - **Project Name**: template-spring-cloud-combo - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-19 - **Last Updated**: 2022-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 环境: 1.jdk 1.8 2.maven 因为使用 seata 版本的依赖 比较强 勿要轻易的更改版本 版本描述: org.springframework.boot `2.3.2.RELEASE` org.springframework.cloud `Hoxton.SR8` com.alibaba.cloud `2.2.5.RELEASE` io.seata `1.3.0` 部署seata-server: seata-server: register.conf 中的 register 和 config 的ip 必须一致 nacos中控制台的 service.default.grouplist 参数 servicesList中 seata-server的 ip ,基本情况就是 nacos的 ip 简述: business模块 --> 对应的就是 API 模块 feign模块 --> 内部之间接口调用的模块 common --> core: 核心编码包的模块 getway --> 简单网关模块 RouteLocator构建网关 issue: 1.在seata 注册服务的时候,勿用 127.0.0.1 会造成 seata-server的注册服务无法找到 postman test: 1.business auth-core http://127.0.0.1:9102/oauth/token?username=user_1&password=123456&grant_type=password 2.business chat-module http://127.0.0.1:8192/authority/getTreeMenu?access_token=7f2fc6bf-4a2b-4e0a-92cb-574d80c3ad09