Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Spring session in a multidatasource environment #170

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
How to configure additional Datasource for Spring Session #96
  • Loading branch information
visweshwar committed Jun 2, 2019
commit 09822b583771b364d60409bec34c8e12f97fcb2c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* This will enable us to have multiple MongoOperations in the application.
*
* @author Visweshwar Ganesh
* @since 2.x.x
* @since 2.2.0
*/
@Target({ ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.TYPE,
ElementType.ANNOTATION_TYPE })
Expand Down