top.cutexingluo.tools.utils.spring.XTBeanConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xingtools-extra Show documentation
Show all versions of xingtools-extra Show documentation
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