All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.tangjiabao.halodb.utils.Base Maven / Gradle / Ivy

Go to download

Orm whitch The highest development efficiency and Efficiency is the fastest

There is a newer version: 0.17
Show newest version
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