# cloud2022 **Repository Path**: sunyzc/cloud2022 ## Basic Information - **Project Name**: cloud2022 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-04-29 - **Last Updated**: 2022-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## *Technology Stack* *** - Spring Cloud + Spring Boot - [x] OpenFeign - [x] Eureka - [x] Consul - [x] Ribbon - [x] Hystrix - [x] Gateway - [x] Config - [x] Bus + RabbitMQ - [x] Stream + Kafka - [x] Sleuth + Zipkin - [x] Nacos - [ ] Sentinel - [ ] Seata - [ ] Security - Spring Data - [x] Spring Data JPA - Spring - [x] Validation - [ ] Cache (Caffeine + Redis) - [x] SpringDoc - [x] Druid - [ ] Hikari - [x] Lombok - [ ] Logback - [x] Hutool - [ ] MyCat2 - [ ] ShardingSphere - [ ] Leaf - [ ] ELK - [ ] SkyWalking - [ ] Docker - [ ] Nginx ## *Middleware* *** #### Maven aliyunmaven * 阿里云公共仓库 https://maven.aliyun.com/repository/public #### MySQL - URL: jdbc:mysql://localhost:3306/cloud - Username: root - Password: 123456 - DDL: /sql/payment.sql #### Consul - consul agent -dev - URL: http://localhost:8500 #### RabbitMQ - Start Web Plugin: rabbitmq-plugins enable rabbitmq_management - URL: http://localhost:15672 - Username: guest - Password: guest - Port: 5672 #### Kafka - bin\windows\zookeeper-server-start.bat config\zookeeper.properties - bin\windows\kafka-server-start.bat config\server.properties - bin\windows\kafka-topics.bat --create --bootstrap-server localhost:9092 --topic test - bin\windows\kafka-topics.bat --list --bootstrap-server localhost:9092 #### Zipkin - java -jar zipkin-server-2.23.16-exec.jar - URL: http://localhost:9411/zipkin #### Nacos - startup.cmd -m standalone - URL: http://localhost:8848/nacos - Password: nacos - Port: nacos ## *Module Service* *** #### cloud-consumer-order - Port: 80 - Eureka Version Profile: eureka - Consul Version Profile: consul - Nacos Version Profile: nacos #### cloud-provider-payment - Eureka Version Profiles: 8001, 8002 - Consul Version Profiles: 8003, 8004 - Nacos Version Profiles: 8005, 8006 - Swagger URL: http://localhost:8001/swagger-ui/index.html - Druid URL: http://localhost:8001/druid/sql.html #### cloud-eureka-server - Profiles: 7001, 7002 - URL: http://localhost:7001, http://localhost:7002 #### cloud-hystrix-dashboard - Port: 9001 - URL: http://localhost:9001/hystrix #### cloud-gateway - Port: 9527 #### cloud-config-center - Port: 3344 - Global refresh: http://localhost:3344/actuator/bus-refresh/{destination} #### cloud-config-client - Profiles: 3355, 3366 - Manual refresh: http://localhost:3355/actuator/refresh #### cloud-stream-provider - Port: 8801 #### cloud-stream-consumer - Profiles: 8802, 8803