//package com.algo.config;
|
//
|
//import com.algo.expose.BaseDataService;
|
//import com.algo.expose.impl.BaseDataServiceImpl;
|
//import org.springframework.context.annotation.Bean;
|
//import org.springframework.context.annotation.Configuration;
|
//
|
//@Configuration
|
//public class BaseDataConfig {
|
//
|
//
|
// @Bean
|
// public BaseDataService baseDataService() {
|
// return new BaseDataServiceImpl();
|
// }
|
//
|
//
|
//}
|