mirror of https://github.com/longtai-cn/hippo4j
parent
aa19960582
commit
0d36621af4
@ -1,16 +1,17 @@
|
|||||||
package io.dynamic.threadpool.common.config;
|
package io.dynamic.threadpool.config.config;
|
||||||
|
|
||||||
|
import io.dynamic.threadpool.common.config.ApplicationContextHolder;
|
||||||
import org.springframework.context.annotation.Bean;
|
import org.springframework.context.annotation.Bean;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 公共配置
|
* 公共配置.
|
||||||
*
|
*
|
||||||
* @author chen.ma
|
* @author chen.ma
|
||||||
* @date 2021/6/20 18:52
|
* @date 2021/7/19 21:03
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
public class CommonConfiguration {
|
public class CommonConfig {
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
public ApplicationContextHolder simpleApplicationContextHolder() {
|
public ApplicationContextHolder simpleApplicationContextHolder() {
|
Loading…
Reference in new issue