greatwall-microservice是一个基于Spring Cloud Alibaba、Layui/Vue的前后端分离的微服务架构管理系统。 #项目结构 . ├── greatwall-business为系统业务模块 │   ├── greatwall-code-generator为系统的代码生成模块 │   ├── greatwall-file-center为系统文件管理模块 │   ├── greatwall-search-center为系统搜索模块 │   └── greatwall-user-center为系统用户模块 ├── greatwall-commons为系统的公共模块,各种工具类 │   ├── greatwall-auth-client-spring-boot-starter │   ├── greatwall-common-core │   ├── greatwall-common-spring-boot-starter │   ├── greatwall-db-spring-boot-starter │   ├── greatwall-elasticsearch-spring-boot-starter │   ├── greatwall-loadbalancer-spring-boot-starter │   ├── greatwall-log-spring-boot-starter │   ├── greatwall-oss-spring-boot-starter │   ├── greatwall-redis-spring-boot-starter │   ├── greatwall-sentinel-spring-boot-starter │   └── greatwall-swagger2-spring-boot-starter ├── greatwall-config为系统公共配置模块 ├── greatwall-gateway │   └── greatwall-gateway-sc ├── greatwall-monitor │   ├── greatwall-admin-sc │   └── greatwall-log-center ├── greatwall-uaa ├── greatwall-web │   ├── greatwall-web-back为系统Layui管理界面 │   └── greatwall-web-front为系统的vue管理界面 ├── help    └── sql为系统数据库语句