Commit cac00779 authored by huyuchen's avatar huyuchen

提供角色类表接口

parent 301128f9
......@@ -28,6 +28,20 @@ mybatis-plus:
map-underscore-to-camel-case: true
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# spring security 配置
security:
oauth2:
resource:
loadBalanced: true
token-info-uri: http://yifu-auth/oauth/check_token
ignore: # 通用放行URL,服务个性化,请在对应配置文件覆盖
urls:
- /v3/api-docs
- /actuator/**
- /swagger-ui/**
- /sysroleinfo/getEkpRoleList
spring:
application:
name: @artifactId@
......
......@@ -38,6 +38,7 @@ security:
- /v3/api-docs
- /actuator/**
- /swagger-ui/**
- /role/getRoleList
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment