Maven: properties 파일 에서 Maven 의 pom. xml 키 를 가 져 오 는 방법

더 읽 기
  원본 링크:http://blog.csdn.net/bigtree_3721/article/details/51898095
 
 
   properties     maven  pom.xml    ?
    :     (*.properties)   pom.xml       ,    mvn package              
  :
1.    src\main\resources\application.properties      
     version=${project.version}
2.   pom.xml Maven to copy that file into your output classes and translate the resource during that copy, interpreting the property
    
        
            
                src/main/resources
                true
            
        
    
3.   mvn package
         jar    application.properties, version      pom.xml  version

        java  application.properties  

좋은 웹페이지 즐겨찾기