jianghaiyue
7 天以前 9aee8c2267752430b740803c7711b31cff855c4e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.algo.config;//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();
//    }
//
//
//}