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

com.argo.wx.web.weixin.WxBaseController Maven / Gradle / Ivy

package com.argo.wx.web.weixin;

import com.argo.web.MvcController;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
 * Created by user on 3/15/15.
 */
public class WxBaseController extends MvcController {

    protected Logger logger = LoggerFactory.getLogger(this.getClass());

    @Override
    public boolean needLogin() {
        return false;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy