commit:权限模块新增分配详情功能

This commit is contained in:
Jerry
2020-11-21 11:33:37 +08:00
parent 5cdf9b7115
commit 512b9be702
401 changed files with 5651 additions and 1328 deletions

View File

@@ -1 +0,0 @@
{"version":"1.0.2","checksum":{"algorithm":"","blocksize":0,"hashes":null},"meta":{"etag":"4fed24a75dbec5c74772d58b73a0a107-1"}}

View File

@@ -1 +0,0 @@
{"version":"1","format":"fs","id":"5dc3c1de-589c-4bf0-b582-83d7ebe905e8","fs":{"version":"2"}}

View File

@@ -1,4 +1,4 @@
version: '3.2'
version: '3.5'
services:
@@ -59,7 +59,7 @@ services:
- zz-test
depends_on:
- zookeeper
sentinel:
image: bladex/sentinel-dashboard
ports:
@@ -67,21 +67,6 @@ services:
networks:
- zz-test
minio:
image: minio/minio:latest
environment:
# spring boot服务中的配置项需要与该值相同。
# nginx访问页面的登录名和密码。密码不能少于8个字符。
- MINIO_ACCESS_KEY=admin
- MINIO_SECRET_KEY=admin123456
volumes:
- ./data/minio:/data
- ./services/minio/config:/root/.minio
ports:
# 对主机暴露19000接口nginx需要将请求导入该端口号。
- "19000:9000"
command: server /data
networks:
zz-test:
driver: bridge