Skip to content

Commit

Permalink
Disabled saving HTTP session details via JDBC [#538]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Dec 26, 2020
1 parent 12ff65f commit 23f8cfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions comixed-app/src/main/java/org/comixedproject/ComiXedApp.java
Expand Up @@ -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;
Expand Down

0 comments on commit 23f8cfc

Please sign in to comment.