Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
crontab-bff
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fitness-server
crontab-bff
Commits
feba8ff6
Commit
feba8ff6
authored
Mar 07, 2024
by
程裕兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parent
745a4a80
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
56 deletions
+0
-56
server/.DS_Store
+0
-0
server/target/classes/application-canary.yml
+0
-0
server/target/classes/application-dev.yml
+0
-0
server/target/classes/application-local.yml
+0
-0
server/target/classes/application-prod.yml
+0
-0
server/target/classes/application-rc.yml
+0
-0
server/target/classes/application.yml
+0
-44
server/target/classes/bootstrap.yml
+0
-12
server/target/classes/com/jiejing/bff/crontab/server/CrontabBffApplication.class
+0
-0
server/target/classes/com/jiejing/bff/crontab/server/cam/ScheduleAutoCancelJob.class
+0
-0
No files found.
server/.DS_Store
0 → 100644
View file @
feba8ff6
File added
server/target/classes/application-canary.yml
deleted
100644 → 0
View file @
745a4a80
server/target/classes/application-dev.yml
deleted
100644 → 0
View file @
745a4a80
server/target/classes/application-local.yml
deleted
100644 → 0
View file @
745a4a80
server/target/classes/application-prod.yml
deleted
100644 → 0
View file @
745a4a80
server/target/classes/application-rc.yml
deleted
100644 → 0
View file @
745a4a80
server/target/classes/application.yml
deleted
100644 → 0
View file @
745a4a80
server
:
port
:
7018
tomcat
:
uri-encoding
:
UTF-8
# 最大工作线程数(默认值 200)
max-threads
:
200
# 最小工作线程数(默认值 10)
min-spare-threads
:
10
# 最大连接数(默认值 10000)
max-connections
:
10000
# 最大连接数饱和后的队列最大容量(默认值100)
acceptCount
:
200
info
:
name
:
${spring.application.name}
version
:
none
evn
:
${spring.profiles.active}
management
:
endpoint
:
health
:
show-details
:
ALWAYS
endpoints
:
web
:
exposure
:
include
:
gateway,loggers,health,info,env,metrics,prometheus,threaddump
spring
:
mvc
:
hiddenmethod
:
filter
:
enabled
:
true
servlet
:
# 文件上传限制
multipart
:
max-file-size
:
10MB
max-request-size
:
10MB
# 异步处理线程池
asy
:
pool
:
corePoolSize
:
20
maxPoolSize
:
100
keepAliveSeconds
:
1800
queueCapacity
:
120
server/target/classes/bootstrap.yml
deleted
100644 → 0
View file @
745a4a80
spring
:
application
:
name
:
crontab-bff
profiles
:
active
:
local
http
:
encoding
:
force
:
true
charset
:
UTF-8
enabled
:
true
main
:
allow-bean-definition-overriding
:
true
server/target/classes/com/jiejing/bff/crontab/server/CrontabBffApplication.class
deleted
100644 → 0
View file @
745a4a80
File deleted
server/target/classes/com/jiejing/bff/crontab/server/cam/ScheduleAutoCancelJob.class
deleted
100644 → 0
View file @
745a4a80
File deleted
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