Spring boot 打jar包启动后无法正常扫描class的问题(Idea直接运行正常)
2021-05-28 08:01
标签:lists etc att cat 无法 res return rgba one Spring boot 打jar包启动后无法正常扫描class的问题(Idea直接运行正常) 标签:lists etc att cat 无法 res return rgba one 原文地址:https://www.cnblogs.com/gabin/p/14788433.htmlimport com.google.common.collect.Lists;
import lombok.extern.slf4j.Slf4j;
import org.springframework.core.io.Resource;
import org.springframework.core.io.support.PathMatchingResourcePatternResolver;
import org.springframework.core.io.support.ResourcePatternResolver;
import org.springframework.core.type.classreading.CachingMetadataReaderFactory;
import org.springframework.core.type.classreading.MetadataReader;
import org.springframework.core.type.classreading.MetadataReaderFactory;
import org.springframework.util.ClassUtils;
import java.io.IOException;
import java.util.Collections;
import java.util.List;
/**
* 注意,如果是jar包启动的,需要打包的时候加上true
*/
@Slf4j
public class ClassUtil {
public static List
上一篇:Java_String类
文章标题:Spring boot 打jar包启动后无法正常扫描class的问题(Idea直接运行正常)
文章链接:http://soscw.com/index.php/essay/88581.html