Commit 93486117 by huluobin

配置

parent e4a4af81
...@@ -18,7 +18,7 @@ public class ExecutorBuilder { ...@@ -18,7 +18,7 @@ public class ExecutorBuilder {
private RejectedExecutionHandler handler; private RejectedExecutionHandler handler;
/** /**
* 创建ExecutorBuilder,开构建 * 创建ExecutorBuilder,开构建
* *
* @return {@link ExecutorBuilder} * @return {@link ExecutorBuilder}
*/ */
......
...@@ -20,7 +20,7 @@ spring: ...@@ -20,7 +20,7 @@ spring:
#redis配置 #redis配置
redis: redis:
# host: host.docker.internal # host: host.docker.internal
host: 127.0.0.1 host: 106.55.55.253
port: 6379 port: 6379
database: 0 database: 0
lettuce: lettuce:
......
...@@ -20,7 +20,7 @@ spring: ...@@ -20,7 +20,7 @@ spring:
#redis配置 #redis配置
redis: redis:
# host: host.docker.internal # host: host.docker.internal
host: 127.0.0.1 host: 106.55.55.253
port: 6379 port: 6379
database: 0 database: 0
lettuce: lettuce:
......
spring: spring:
profiles: profiles:
active: dev active: pre
jackson: jackson:
default-property-inclusion: non_null default-property-inclusion: non_null
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