1 Star 0 Fork 94

caiotte / wechat-parent

forked from 。W / wechat-parent 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
README.md 3.47 KB
Copy Edit Raw Blame History
。W authored 2019-04-08 21:26 . 更新 README.md

wechat-parent

QQ群 码云 Github Join the chat at https://gitter.im/interview-docs/community

项目介绍

基于Spring Cloud微服务化开发平台,核心技术采用Spring Boot2以及Spring Cloud 相关核心组件,前端采用Vue的微信公众号管理系统。 (未完成 持续更新中)

模块说明

软件架构说明

wechat-renren                   #后台管理模块(采用人人开源项目基础架构)
wechat-api                     #api接口模块
wechat-api-gateway             #Zuul路由网关过滤器
wechat-common                  #公共模块
wechat-eureka                  #eureka 注册中心
wechat-feign-interface         #feign调用接口模块(调用外部接口和内部服务接口。配置有差异)
wechat-monitoring              #基于SpringBoot Admin2.0的服务监控
wechat-web                     #web前端模块 
wechat-config                  #Spring-Cloud-Alibaba 的配置中心Nacos Config 限流组件demo
wechat-cloud-config            #Spring-Cloud-Config的配置中心
wechat-turbine                 #Turbine断路器聚合监控

数据库脚本文件

输入图片说明

启动

首先启动注测中心 ,其余模块随便启动

打包部署

wechat-eureka 注册中心打包部署

第一步  mvn package -Dmaven.test.skip=true
第二步  linux服务启动  nohup java -Xms256m -Xmx256m -jar wechat-eureka-1.0.jar  &  (后台运行)

wechat-monitoring 监控部署运行

 nohup java -Xms256m -Xmx256m -jar wechat-monitoring-1.0  & 

Nacos Config Starter 完成 Spring Cloud 应用的配置管理

Linux/Unix/Mac 操作系统,执行命令 sh startup.sh -m standalone
Windows 操作系统,执行命令 cmd startup.cmd

访问控制台:http://127.0.0.1:8848/nacos

输入图片说明

输入图片说明

关于

开源小项目

  • boot-actuator: 基于Spring Boot 实现的监控远程服务器多个Java应用JVM性能图形化工具
  • blog-sharon: 一款简单微信小程序个人博客
  • Mongodb-WeAdmin: SpringBoot版Mongodb工具
Java
1
https://gitee.com/caiotte/wechat-parent.git
git@gitee.com:caiotte/wechat-parent.git
caiotte
wechat-parent
wechat-parent
master

Search