Skip to content

Commit 09822b5

Browse files
committed
How to configure additional Datasource for Spring Session spring-projects#96
1 parent 88eaa08 commit 09822b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/session/data/mongo/config/annotation/web/http/SpringSessionMongoOperations.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* This will enable us to have multiple MongoOperations in the application.
2727
*
2828
* @author Visweshwar Ganesh
29-
* @since 2.x.x
29+
* @since 2.2.0
3030
*/
3131
@Target({ ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.TYPE,
3232
ElementType.ANNOTATION_TYPE })

0 commit comments

Comments
 (0)