File tree Expand file tree Collapse file tree 5 files changed +6
-2
lines changed
persistence-modules/spring-boot-persistence-5
src/test/java/com/baeldung/hikari Expand file tree Collapse file tree 5 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33- [ Using Enum in Spring Data JPA Queries] ( https://www.baeldung.com/spring-data-jpa-enums )
44- [ Run Queries From a File in H2 Database] ( https://www.baeldung.com/java-h2-db-execute-sql-file )
5+ - [ Configuring a Hikari Connection Pool with Spring Boot] ( https://www.baeldung.com/spring-boot-hikari )
Original file line number Diff line number Diff line change 1616 </parent >
1717
1818 <dependencies >
19+ <dependency >
20+ <groupId >org.springframework.boot</groupId >
21+ <artifactId >spring-boot-starter-web</artifactId >
22+ </dependency >
1923 <dependency >
2024 <groupId >org.springframework.boot</groupId >
2125 <artifactId >spring-boot-starter-data-jpa</artifactId >
File renamed without changes.
Original file line number Diff line number Diff line change 11package com .baeldung .hikari ;
22
3- import static org .junit .Assert .* ;
3+ import static org .junit .Assert .assertEquals ;
44
55import javax .sql .DataSource ;
66
Original file line number Diff line number Diff line change @@ -8,4 +8,3 @@ This module contains articles about Spring 5
88- [ Spring ResponseStatusException] ( https://www.baeldung.com/spring-response-status-exception )
99- [ Spring Assert Statements] ( https://www.baeldung.com/spring-assert )
1010- [ Difference between context: annotation-config vs context: component-scan ] ( https://www.baeldung.com/spring-contextannotation-contextcomponentscan )
11- - [ Configuring a Hikari Connection Pool with Spring Boot] ( https://www.baeldung.com/spring-boot-hikari )
You can’t perform that action at this time.
0 commit comments