jianghaiyue
2025-11-05 642f20dd1b068e23146b8ec96c5eac8b63c96b87
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();
//    }
//
//
//}