com.github.zhengframework.mybatis.MyBatisModuleProvider Maven / Gradle / Ivy
package com.github.zhengframework.mybatis;
import com.github.zhengframework.core.ModuleProvider;
import com.google.inject.Module;
public class MyBatisModuleProvider implements ModuleProvider {
@Override
public Module getModule() {
return new MyBatisModule();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy