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

io.github.xtazxz.base.common.component.BaseComponent Maven / Gradle / Ivy

The newest version!
package io.github.xtazxz.base.common.component;

import io.github.xtazxz.base.common.log.SecurityLogger;
import io.github.xtazxz.base.common.log.SecurityLoggerFactory;

/**
 * 基础组件.
 */
public class BaseComponent {

  protected SecurityLogger logger = SecurityLoggerFactory.getLogger(this.getClass());

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy