File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 52
52
53
53
<dependencies >
54
54
<!-- SpringBoot -->
55
- <dependency >
56
- <groupId >org.springframework.boot</groupId >
57
- <artifactId >spring-boot-starter-data-mongodb</artifactId >
58
- </dependency >
59
55
<dependency >
60
56
<groupId >org.springframework.boot</groupId >
61
57
<artifactId >spring-boot-starter-thymeleaf</artifactId >
65
61
<artifactId >spring-boot-starter-web</artifactId >
66
62
</dependency >
67
63
<!-- Spring Data -->
64
+ <dependency >
65
+ <groupId >org.springframework.boot</groupId >
66
+ <artifactId >spring-boot-starter-data-jpa</artifactId >
67
+ </dependency >
68
68
<dependency >
69
69
<groupId >org.springframework.data</groupId >
70
70
<artifactId >spring-data-commons</artifactId >
71
71
<version >2.6.2</version >
72
72
</dependency >
73
+ <!-- Postgres -->
74
+ <dependency >
75
+ <groupId >org.postgresql</groupId >
76
+ <artifactId >postgresql</artifactId >
77
+ <scope >runtime</scope >
78
+ </dependency >
73
79
<!-- YAML -->
74
80
<dependency >
75
81
<groupId >org.yaml</groupId >
141
147
<version >1.10.19</version >
142
148
<scope >test</scope >
143
149
</dependency >
144
- <dependency >
145
- <groupId >de.flapdoodle.embed</groupId >
146
- <artifactId >de.flapdoodle.embed.mongo</artifactId >
147
- <scope >test</scope >
148
- </dependency >
149
150
</dependencies >
150
151
151
152
<build >
You can’t perform that action at this time.
0 commit comments