cn.tangjiabao.halodb.utils.Base Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of haloDb Show documentation
Show all versions of haloDb Show documentation
Orm whitch The highest development efficiency and Efficiency is the fastest
package cn.tangjiabao.halodb.utils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
*基础类
* @author [email protected]
* @date 2015-6-14 下午10:46:24
*/
public class Base {
protected final Logger logger = LoggerFactory.getLogger(getClass());
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy