# mall-parent **Repository Path**: java-object-oriented/mall-parent ## Basic Information - **Project Name**: mall-parent - **Description**: spring boot and spring cloud - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-01 - **Last Updated**: 2025-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目结构 ``` mall-parent ├── mall-admin -- SpringBootAdmin模块 ├── mall-auth -- SpringSecurity认证授权模块 ├── mall-common -- 工具类及通用代码模块 ├── mall-common-db -- 数据库相关依赖模块 ├── mall-eureka -- 注册中心模块 ├── mall-gateway -- 基于Spring Cloud Gateway的微服务API网关服务 ├── mall-service -- 微服务中心模块 ├── mall-service-api -- 微服务提供外部调用的API模块 ├── mall-web -- WEB服务模块 ``` ## 后端技术 技术|说明|官网 ---|---|--- 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 MyBatis-Plus|ORM框架|http://www.mybatis.org/mybatis-3/zh/index.html MyBatisGenerator|数据层代码生成|http://www.mybatis.org/generator/index.html PageHelper|MyBatis物理分页插|http://git.oschina.net/free/Mybatis_PageHelper Elasticsearch|搜索引擎|https://github.com/elastic/elasticsearch RabbitMq|消息队列|https://www.rabbitmq.com/ Redis|分布式缓存|https://redis.io/ MongoDb|NoSql数据库|https://www.mongodb.com/ Docker|应用容器引擎|https://www.docker.com/ Druid|数据库连接池|https://github.com/alibaba/druid OSS|对象存储|https://github.com/aliyun/aliyun-oss-java-sdk MinIO|对象存储|https://github.com/minio/minio Fast-DFS|分布式文件存储|https://sourceforge.net/projects/fastdfs JWT |JWT登录支持|https://github.com/jwtk/jjwt LogStash|日志收集|https://github.com/logstash/logstash-logback-encoder Lombok|简化对象封装工具|https://github.com/rzwitserloot/lombok Seata|全局事务管理框架|https://github.com/seata/seata Portainer|可视化Docker容器管理|https://github.com/portainer/portainer Jenkins |自动化部署工具 |https://github.com/jenkinsci/jenkins Kubernetes |应用容器管理平台|https://kubernetes.io/