Skip to content

Java微服务开发脚手架,正在开发中……

Notifications You must be signed in to change notification settings

hechunhuis/platform-console

Repository files navigation

管理系统后台

简介

PLATFORM是基于SpringBoot 2.7、Spring Cloud & Alibaba构建的后台管理系统

🗂目录结构

platform-console
├── middleware     -- 中间件(nacos/seata)
├── platform-auth    -- OAuth2认证授权中心
├── platform-common  -- 公共依赖
├── platform-gateway -- 网关
├── platform-system  -- 系统服务
├── platform-ums     -- 用户服务
└── end

🥇快速启动

  1. 启动Nacos
    在IDEA打开命令行终端Terminal
    输入 cd middleware/nacos/bin 切换到Nacos的bin目录
    执行 startup -m standalone 启动单机版Nacos服务
  2. 启动服务
    platform-gateway 模块的启动类 GatewayApplication 启动网关
    platform-auth 模块的启动类 AuthApplication 启动认证中心
    platform-system -> system-boot 模块的启动类 SystemApplication 启动系统服务
    基础服务启动完成,其他服务按需启动,步骤与platform-system相同

Releases

No releases published

Packages

No packages published

Languages