You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
465 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

签权应用
----------
## 关键词
`签权、认证`
## 简介
签权微服务可供网关gateway实现微服务对外权限的签定。
![授权签权服务架构](../../docs/auth.png)
## 启动
### 先决条件
- [postgresql](http://www.postgresql.org/)
- [rabbitmq](http://rabbitmq.io/download)
- [nacos](../../docs/register.md)
### 启动命令
进入应用目录
启动命令:`mvn spring-boot:run`
docker镜像打包`mvn docker:build`