# spring-cloud-example **Repository Path**: v_soul/spring-cloud-example ## Basic Information - **Project Name**: spring-cloud-example - **Description**: spring cloud 脚手架 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring cloud 脚手架 #### 项目介绍 spring cloud 脚手架 #### 软件架构 软件架构说明 使用springboot微服务架构 db层使用 druid jpa mysql 增删改使用原生jpa-api操作 查询使用entityManager封装工具类传递sql查询 web层使用 thymeleaf jquery bootstrap #### 安装教程 server1: 使用80端口 zuul: 使用8097端口 eureka: 使用7002端口 1. http://127.0.0.1/example/swagger-ui.html 查看swagger 接口文档与测试 2. http://127.0.0.1/example/* 不走网关项目访问路径 3. http://127.0.0.1:8097/example/* 走项目访问路径 ---- ip : 网关端口 / 服务id / 接口路径 4. http://127.0.0.1/example/druid/index.html druid监控页面 5. http://localhost:7002/ eureka 监控界面 6. http://47.104.187.215:15672 rabbitmq管理页面 账户:admin 密码:123456 #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request