jenkins maven -P profile


    
        dev
        
            true
        
        
            dev
        
    
    
        test
        
            false
        
        
            test
        
    
    
        prod
        
            false
        
        
            prod
        
    



      org.apache.maven.plugins
      maven-resources-plugin
      3.1.0
  

spring:
profiles:
active: @spring.profiles.active@

你可能感兴趣的:(java)