Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <bean id="propertyConfigurer" class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer">
  2. <property name="location" ref="envConfigLocation" />
  3. <property name="order" value="1"/>
  4. </bean>
  5.  
  6. <dependency>
  7. <groupId>org.apache.logging.log4j</groupId>
  8. <artifactId>log4j-core</artifactId>
  9. <version>2.1</version>
  10. </dependency>
  11. <dependency>
  12. <groupId>org.apache.logging.log4j</groupId>
  13. <artifactId>log4j-1.2-api</artifactId>
  14. <version>2.1</version>
  15. </dependency>
  16. <dependency>
  17. <!--HIBERNATE LOGGER (log4j)-->
  18. <groupId>org.slf4j</groupId>
  19. <artifactId>slf4j-log4j12</artifactId>
  20. <version>1.7.6</version>
  21. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement