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

com.gitee.easyopen.template.AbstractTemplate Maven / Gradle / Ivy

Go to download

easyopen mini版,保留基本签名校验,文档功能。https://gitee.com/durcframework/easyopen

There is a newer version: 1.0.4
Show newest version
package com.gitee.easyopen.template;

import com.gitee.easyopen.ApiConfig;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
 * @author tanghc
 */
public class AbstractTemplate {
    protected Logger logger = LoggerFactory.getLogger(getClass());

    protected ApiConfig apiConfig;

    public AbstractTemplate(ApiConfig apiConfig) {
        this.apiConfig = apiConfig;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy