Skip to content
Snippets Groups Projects
Commit a74ff093 authored by stendler's avatar stendler
Browse files

remove dependency: spring-session

as long as we don't use authentication (with eg. spring-security) we won't need a session for REST services.
parent 028394fb
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment