spring boot - Making SpringBoot to use beans.xml -
is possible make spring boot use beans.xml file? how can supply context it? there other way put it?
sincerely, peter.
absolutely! add @configuration @importresource. more info, see http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/context/annotation/importresource.html
Comments
Post a Comment