🎨 规范化 framework 配置.

This commit is contained in:
lijiahang
2024-03-27 16:33:42 +08:00
parent e45908130c
commit 833ced5748
62 changed files with 96 additions and 86 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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": [

View File

@@ -1 +1 @@
com.orion.ops.framework.common.config.OrionCommonAutoConfiguration
com.orion.ops.framework.common.configuration.OrionCommonAutoConfiguration