diff --git a/pom.xml b/pom.xml
index 76997e1107f47e6bf66bf602eddbfb6f9591ce87..412853c49910a9e3d73602f4f59e4ee7bba3bf2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,10 +37,6 @@
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-jdbc</artifactId>
 		</dependency>
-		<dependency>
-			<groupId>org.springframework.session</groupId>
-			<artifactId>spring-session</artifactId>
-		</dependency>
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 042cc51d4f8a9ae5ff35a053205a1ba2d1325779..8589cfa54b1b11a34991ca80911faa470300e7fc 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -2,6 +2,5 @@ spring.datasource.url=jdbc:mysql://localhost:3306/memorybox?useUnicode=yes&amp;c
 spring.datasource.username=memory
 spring.datasource.password=memory
 
-spring.jpa.hibernate.ddl-auto=create-drop
+spring.jpa.hibernate.ddl-auto=create
 
-spring.session.store-type=jdbc