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

top.cutexingluo.tools.utils.spring.XTBeanConfig Maven / Gradle / Ivy

Go to download

xingtools 依赖core,附加,也就是基于 SpringBoot 的一些工具或实体类

The newest version!
package top.cutexingluo.tools.utils.spring;


/**
 * @author XingTian
 * @version 1.0.0
 * @date 2023/6/20 15:15
 */
public class XTBeanConfig {

    /**
     * 得到一些XT简单的bean 名称
     *
     * @return {@link String[]}
     */
    public static String[] getSimpleBeanNames() {
        return new String[]{
                "springUtils",
                "rySpringUtils",
                "xtExceptionAop",
                "printLogAop",
                "methodLogAop",
                "xtSystemLogAop",
                "extTransactionAop",
                "xtLockAop",
                "corsFilter",
        };
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy