How to import/load multiple spring configuration file

In Spring configuration file we can import other context.xml files using <import resource=”xxxx”> tag.

Example

<import resource="classpath:com/pretech/applicationContext.xml"/>

No comments:

Post a Comment

Confusion Matrix + Precision/Recall (Super Simple, With Examples)

  Confusion Matrix + Precision/Recall (Super Simple, With Examples) 1) Binary Classification Setup Binary classification means the model p...

Featured Posts