1
luxiaotao1123
10 天以前 5ebf967d3438669d6cd66fd8b07dc9c0bd48e678
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();
//    }
//
//
//}