| | |
| | | import com.vci.ubcs.starter.util.VciSpringUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.context.annotation.DependsOn; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import javax.annotation.PostConstruct; |
| | |
| | | * @date 2023/4/24 |
| | | */ |
| | | @Component |
| | | @DependsOn("vciSpringUtil") |
| | | public class DdlOracleMapperProcessor extends DdlMapperProcessor{ |
| | | |
| | | private static DdlMapper mapper = VciSpringUtil.getBean(DdlOracleMapper.class); |