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

더 읽 기
 
예:프로젝트 에서 pom 파일 경 로 를 읽 는 방법:
    pom 파일 내:
   <profile>
      <id>developmentid>
      <activation>
         <activeByDefault>trueactiveByDefault>
      activation>
      <properties>
         <web.work.model>normalweb.work.model>
         <config.root>D:/javaServer/opt/pay/config/basis/wenjianmuluconfig.root><dbtype>oracledbtype>
      properties>
   profile>

profiles>

 
 
<build>
   <resources>
      <resource>
         <directory>src/main/resourcesdirectory>
         <filtering>truefiltering>
      resource>
   resources>
build>

 
 
 
 
applicationContext.xml 파일 에서 지정 한 주 소 를 읽 는 방법:
   class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="ignoreUnresolvablePlaceholders" value="true" /> <property name="locations"> <list> <value>file:${config.root}/xianyu-config-env.propertiesvalue>list> property> bean>
 
 
(파일 디 렉 터 리 사용자 정의)
이상,applicationContext.xml 는 pom 의 값 을 읽 을 수 있 습 니 다.
 
 
 
 
 
 
 
 
 
 
 

좋은 웹페이지 즐겨찾기