1. 程式人生 > >將檔案屬性通過@Value()註解注入到檔案

將檔案屬性通過@Value()註解注入到檔案

    <!-- 使用註解的包,包括子集 -->     <context:component-scan base-package="com.java1234.controller" />     <context:property-placeholder location="classpath:dd.properties" />