diff --git a/comixed-app/src/main/java/org/comixedproject/ComiXedApp.java b/comixed-app/src/main/java/org/comixedproject/ComiXedApp.java index 85021de46..e809c101d 100644 --- a/comixed-app/src/main/java/org/comixedproject/ComiXedApp.java +++ b/comixed-app/src/main/java/org/comixedproject/ComiXedApp.java @@ -21,10 +21,9 @@ import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; -import org.springframework.session.jdbc.config.annotation.web.http.EnableJdbcHttpSession; @SpringBootApplication -@EnableJdbcHttpSession +// @EnableJdbcHttpSession public class ComiXedApp implements CommandLineRunner { private static final int VERSION_MAJOR = 0; private static final int VERSION_MINOR = 1;