Created
April 15, 2019 09:49
-
-
Save fedotxxl/7cde2802c9318266351b0210d9c9cacc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//import xml configuration | |
@ImportResource("classpath:applicationContext.xml") | |
//import java configuration | |
@Import({App.Config.class, App.JobsConfig.class}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment