Polishing.
This commit is contained in:
@@ -42,10 +42,8 @@ public class MongoHttpSessionConfiguration extends SpringHttpSessionConfiguratio
|
||||
implements EmbeddedValueResolverAware, ImportAware {
|
||||
|
||||
private AbstractMongoSessionConverter mongoSessionConverter;
|
||||
|
||||
private Integer maxInactiveIntervalInSeconds;
|
||||
private String collectionName;
|
||||
|
||||
private StringValueResolver embeddedValueResolver;
|
||||
|
||||
@Bean
|
||||
|
||||
@@ -39,7 +39,6 @@ public class ReactiveMongoWebSessionConfiguration implements EmbeddedValueResolv
|
||||
private AbstractMongoSessionConverter mongoSessionConverter;
|
||||
private Integer maxInactiveIntervalInSeconds;
|
||||
private String collectionName;
|
||||
|
||||
private StringValueResolver embeddedValueResolver;
|
||||
|
||||
@Bean
|
||||
|
||||
Reference in New Issue
Block a user