# micro **Repository Path**: hgs_ss/micro ## Basic Information - **Project Name**: micro - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-04-02 - **Last Updated**: 2021-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` lua micro ├── micro-common -- 工具类及通用代码模块 ├── micro-auth -- 基于Spring Security Oauth2的统一的认证中心 ├── micro-gateway -- 基于Spring Cloud Gateway的微服务API网关服务 ├── micro-monitor -- 基于Spring Boot Admin的微服务监控中心 ├── micro-admin -- 后台管理系统服务 └── config -- 配置中心存储的配置 ``` ## 技术选型 ### 后端技术 | 技术 | 说明 | 官网 | | ---------------------- | -------------------- | ---------------------------------------------------- | | Spring Cloud | 微服务框架 | https://spring.io/projects/spring-cloud | | Spring Cloud Alibaba | 微服务框架 | https://github.com/alibaba/spring-cloud-alibaba | | Spring Boot | 容器+MVC框架 | https://spring.io/projects/spring-boot | | Spring Security Oauth2 | 认证和授权框架 | https://spring.io/projects/spring-security-oauth | | MyBatisPlus | ORM框架 | http://www.mybatis.org/mybatis-3/zh/index.html | | | PageHelper | MyBatis物理分页插件 | http://git.oschina.net/free/Mybatis_PageHelper | | Knife4j | 文档生产工具 | https://github.com/xiaoymin/swagger-bootstrap-ui | | | | Redis | 分布式缓存 | https://redis.io/ | | | Docker | 应用容器引擎 | https://www.docker.com/ | | Druid | 数据库连接池 | https://github.com/alibaba/druid | | | MinIO | 对象存储 | https://github.com/minio/minio | | JWT | JWT登录支持 | https://github.com/jwtk/jjwt | | LogStash | 日志收集 | https://github.com/logstash/logstash-logback-encoder | | Lombok | 简化对象封装工具 | https://github.com/rzwitserloot/lombok | | | Portainer | 可视化Docker容器管理 | https://github.com/portainer/portainer | | Jenkins | 自动化部署工具 | https://github.com/jenkinsci/jenkins | | ### 启动顺序 micro-gateway -> micro-auth -> micro-admin -> micro-monitor 启动前请先安装nacos跟redis 运行完成后可以通过监控中心查看监控信息,账号密码为micro:123456:http://localhost:8101 运行完成后可以直接通过如下地址访问API文档:http://localhost:8201/doc.html