maven打成jar包后,其他工程导入不进去

关键点

classifier中配置exec

pom文件配置


    org.springframework.boot
    spring-boot-maven-plugin
    
                
        exec
                
        true
    

你可能感兴趣的:(maven打成jar包后,其他工程导入不进去)