1. 程式人生 > >spring配置檔案資料

spring配置檔案資料

<!-- 載入配置檔案 -->

<context:property-placeholder location="classpath:conf/db.properties" />

<!-- 配置包掃描器 -->
<context:component-scan base-package="cn.e3mall.service"/>