com.fastjrun.example.web.controller.BaseController Maven / Gradle / Ivy
/*
* Copyright (C) 2019 fastjrun, Inc. All Rights Reserved.
*/
package com.fastjrun.example.web.controller;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public abstract class BaseController {
protected final Logger log = LoggerFactory.getLogger(this.getClass());
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy