Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <bean id="propertyConfigurer"
  2. class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
  3. <property name="location"
  4. value="classpath:application.properties">
  5. </property>
  6. <property name="fileEncoding" value="utf-8" />
  7. </bean>
  8.  
  9. <context:property-placeholder location="jdbc.properties"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement