Lucasark
Lucasark
Spring Boot 3.1.x
@marcusdacoregio If I just write this: ``` @EnableMongoHttpSession @Configuration(proxyBeanMethods = false) public class SessionConfig { @Bean public JdkMongoSessionConverter jdkMongoSessionConverter() { return new JdkMongoSessionConverter(Duration.ofMinutes(1)); } } ``` JdkMongoSessionConverter parameter is same...
I don't know why, but last tagged version is 2.0.3 and it is "old". Last commit PR solved this problem with AndroidX (But I don't know if it generated other,...
IDK if this a good idea, not saying about insomnia, only just use of JSON or it in a application. Maybe considering use of querys, or something else to not...
My workaround (i used lombok): @PrimaryKey @Builder.Default private UUID id = UUID.randomUUID();