🎨 规范化 framework 配置.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.orion.ops.framework.common.config;
|
||||
package com.orion.ops.framework.common.configuration;
|
||||
|
||||
import com.orion.ops.framework.common.configuration.config.AsyncExecutorConfig;
|
||||
import com.orion.ops.framework.common.constant.AutoConfigureOrderConst;
|
||||
import com.orion.ops.framework.common.thread.ThreadPoolMdcTaskExecutor;
|
||||
import com.orion.spring.SpringHolder;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.orion.ops.framework.common.config;
|
||||
package com.orion.ops.framework.common.configuration.config;
|
||||
|
||||
import lombok.Data;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
@@ -2,8 +2,8 @@
|
||||
"groups": [
|
||||
{
|
||||
"name": "orion.async.executor",
|
||||
"type": "com.orion.ops.framework.common.config.AsyncExecutorConfig",
|
||||
"sourceType": "com.orion.ops.framework.common.config.AsyncExecutorConfig"
|
||||
"type": "com.orion.ops.framework.common.configuration.config.AsyncExecutorConfig",
|
||||
"sourceType": "com.orion.ops.framework.common.configuration.config.AsyncExecutorConfig"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
|
||||
@@ -1 +1 @@
|
||||
com.orion.ops.framework.common.config.OrionCommonAutoConfiguration
|
||||
com.orion.ops.framework.common.configuration.OrionCommonAutoConfiguration
|
||||
Reference in New Issue
Block a user