maven项目引入私有jar,并打包到java.jar中

小明 2025-05-04 17:27:40 5
  1. index.php/tags-41973.html" class="superseo">���有jar存放位置

  2. maven依赖
    com.hikvision.ga
    artemis-http-client
    1.1.10
    system
    ${project.basedir}/src/main/resources/lib/artemis-http-client-1.1.10.jar

  1. maven build
    ${project.artifactId}
    
        
            org.springframework.boot
            spring-boot-maven-plugin
            
                
                    
                        repackage
                    
                
            
            
                
                true
            
        
    

The End
微信