Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
2a5b9670
Commit
2a5b9670
authored
Dec 18, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-配置提交
parent
d053d28c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletion
+25
-1
application.yml
yifu-batch/yifu-batch-biz/src/main/resources/application.yml
+8
-1
application.yml
yifu-csp/yifu-csp-biz/src/main/resources/application.yml
+17
-0
No files found.
yifu-batch/yifu-batch-biz/src/main/resources/application.yml
View file @
2a5b9670
...
@@ -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
yifu-csp/yifu-csp-biz/src/main/resources/application.yml
View file @
2a5b9670
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment