Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ana-order-backend
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
ana-order-backend
Commits
93486117
Commit
93486117
authored
Aug 11, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置
parent
e4a4af81
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
ExecutorBuilder.java
...na/infrastructure/common/util/thread/ExecutorBuilder.java
+1
-1
application-pre.yml
src/main/resources/application-pre.yml
+1
-1
application-prod.yml
src/main/resources/application-prod.yml
+1
-1
application.yml
src/main/resources/application.yml
+1
-1
No files found.
src/main/java/com/bailuntec/ana/infrastructure/common/util/thread/ExecutorBuilder.java
View file @
93486117
...
...
@@ -18,7 +18,7 @@ public class ExecutorBuilder {
private
RejectedExecutionHandler
handler
;
/**
* 创建ExecutorBuilder,开
始
构建
* 创建ExecutorBuilder,开构建
*
* @return {@link ExecutorBuilder}
*/
...
...
src/main/resources/application-pre.yml
View file @
93486117
...
...
@@ -20,7 +20,7 @@ spring:
#redis配置
redis
:
# host: host.docker.internal
host
:
1
27.0.0.1
host
:
1
06.55.55.253
port
:
6379
database
:
0
lettuce
:
...
...
src/main/resources/application-prod.yml
View file @
93486117
...
...
@@ -20,7 +20,7 @@ spring:
#redis配置
redis
:
# host: host.docker.internal
host
:
1
27.0.0.1
host
:
1
06.55.55.253
port
:
6379
database
:
0
lettuce
:
...
...
src/main/resources/application.yml
View file @
93486117
spring
:
profiles
:
active
:
dev
active
:
pre
jackson
:
default-property-inclusion
:
non_null
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