File tree Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 201
201
</dependency >
202
202
<dependency >
203
203
<groupId >org.springframework.session</groupId >
204
- <artifactId >spring-session-core</artifactId >
205
- <scope >compile</scope >
204
+ <artifactId >spring-session-jdbc</artifactId >
206
205
</dependency >
207
- <dependency >
208
- <groupId >org.springframework.session</groupId >
209
- <artifactId >spring-session-jdbc</artifactId >
210
- </dependency >
211
206
<dependency >
212
207
<groupId >com.github.mxab.thymeleaf.extras</groupId >
213
208
<artifactId >thymeleaf-extras-data-attribute</artifactId >
Original file line number Diff line number Diff line change 1
- endpoints :
2
- health :
3
- enabled : true
4
- sensitive : true
5
- shutdown :
6
- enabled : true
7
- sensitive : true
8
1
server :
9
2
port : 8080
10
3
error :
@@ -13,18 +6,12 @@ server:
13
6
enabled : false
14
7
min-response-size : 2048
15
8
spring :
16
- devtools :
17
- livereload :
18
- enabled : true
19
- application :
20
- admin :
21
- enabled : true
22
9
datasource :
23
10
url : jdbc:postgresql://localhost:5433/simpleworklist
24
11
username : simpleworklist
25
12
password : simpleworklistpwd
26
13
driverClassName : org.postgresql.Driver
27
- platform : POSTGRESQL
14
+ platform : postgresql
28
15
jpa :
29
16
show-sql : true
30
17
open-in-view : true
@@ -42,8 +29,8 @@ spring:
42
29
jdbc :
43
30
initialize-schema : ALWAYS
44
31
# cleanup-cron: 0 * * * *simpleworklist *
45
- # schema: classpath:org/springframework/session/jdbc/schema-postgresql.sql
46
- # table-name: SPRING_SESSION
32
+ schema : classpath:org/springframework/session/jdbc/schema-postgresql.sql
33
+ table-name : SPRING_SESSION
47
34
thymeleaf :
48
35
cache : false
49
36
main :
You can’t perform that action at this time.
0 commit comments