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

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -