<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations" >
<list>
<value>classpath:/jdbc.properties</value>
<value>classpath:/path.properties</value>
</list>
</property>
<property name="fileEncoding" value="UTF-8" />
</bean>
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations" value="classpath:/*.properties" />
<property name="fileEncoding" value="UTF-8" />
</bean>
윈도우 nodejs 2503, 2502 에러코드 발생시 대처법 (0) | 2021.06.14 |
---|