File tree Expand file tree Collapse file tree 1 file changed +37
-25
lines changed
Expand file tree Collapse file tree 1 file changed +37
-25
lines changed Original file line number Diff line number Diff line change 2424 <java .version>11</java .version>
2525 </properties >
2626
27- <dependencies >
28- <dependency >
29- <groupId >org.springframework.boot</groupId >
30- <artifactId >spring-boot-starter-data-jpa</artifactId >
31- </dependency >
32- <dependency >
33- <groupId >org.springframework.boot</groupId >
34- <artifactId >spring-boot-starter-web</artifactId >
35- </dependency >
36- <dependency >
37- <groupId >org.springframework.boot</groupId >
38- <artifactId >spring-boot-starter-validation</artifactId >
39- </dependency >
40- <dependency >
41- <groupId >org.postgresql</groupId >
42- <artifactId >postgresql</artifactId >
43- <scope >runtime</scope >
44- </dependency >
45- <dependency >
46- <groupId >org.springframework.boot</groupId >
47- <artifactId >spring-boot-starter-test</artifactId >
48- <scope >test</scope >
49- </dependency >
50- </dependencies >
27+ <dependencies >
28+ <dependency >
29+ <groupId >org.springframework.boot</groupId >
30+ <artifactId >spring-boot-starter-data-jpa</artifactId >
31+ </dependency >
32+ <dependency >
33+ <groupId >org.springframework.boot</groupId >
34+ <artifactId >spring-boot-starter-web</artifactId >
35+ </dependency >
36+ <dependency >
37+ <groupId >org.springframework.boot</groupId >
38+ <artifactId >spring-boot-starter-validation</artifactId >
39+ </dependency >
40+ <dependency >
41+ <groupId >org.springframework.boot</groupId >
42+ <artifactId >spring-boot-starter-test</artifactId >
43+ <scope >test</scope >
44+ </dependency >
45+
46+
47+ <dependency >
48+ <groupId >org.postgresql</groupId >
49+ <artifactId >postgresql</artifactId >
50+ <scope >runtime</scope >
51+ </dependency >
52+ <dependency >
53+ <groupId >com.h2database</groupId >
54+ <artifactId >h2</artifactId >
55+ <scope >runtime</scope >
56+ </dependency >
57+
58+ <dependency >
59+ <groupId >junit</groupId >
60+ <artifactId >junit</artifactId >
61+ <scope >test</scope >
62+ </dependency >
63+ </dependencies >
5164
5265 <build >
5366 <plugins >
5871 </plugins >
5972 </build >
6073
61-
6274</project >
You can’t perform that action at this time.
0 commit comments