Commit 2a5b9670 authored by huyuchen's avatar huyuchen

huych-配置提交

parent d053d28c
...@@ -69,4 +69,11 @@ springdoc: ...@@ -69,4 +69,11 @@ springdoc:
#分组名 #分组名
- group: batch - group: batch
#按包路径匹配 #按包路径匹配
packagesToScan: com.yifu.cloud.plus.v1.batch.controller packagesToScan: com.yifu.cloud.plus.v1.batch.controller
\ No newline at end of file
# 文件上传相关 支持阿里云、华为云、腾讯、minio
oss:
endpoint: http://oss-cn-beijing.aliyuncs.com
accessKey: LTAIDh9goA3jgpun
secretKey: eN8EHPAZxglNfcUCMhAT02cy93omLa
bucket-name: yf-hr-efile-source
\ No newline at end of file
...@@ -70,3 +70,20 @@ springdoc: ...@@ -70,3 +70,20 @@ springdoc:
- group: csp - group: csp
#按包路径匹配 #按包路径匹配
packagesToScan: com.yifu.cloud.plus.v1.csp.controller packagesToScan: com.yifu.cloud.plus.v1.csp.controller
security:
#client:
# client-id: pig
# client-secret: pig
# scope: server
oauth2:
resource:
loadBalanced: true
token-info-uri: http://yifu-auth/oauth/check_token
ignore: # 通用放行URL,服务个性化,请在对应配置文件覆盖
urls:
- /v3/api-docs
- /actuator/**
- /swagger-ui/**
- /employeeregistration/*
\ No newline at end of file
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