File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,18 @@ repositories {
29
29
30
30
dependencies {
31
31
implementation(" org.springframework.boot:spring-boot-starter-web" )
32
+ implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
32
33
compileOnly(" org.projectlombok:lombok" )
33
34
annotationProcessor(" org.springframework.boot:spring-boot-configuration-processor" )
34
35
annotationProcessor(" org.projectlombok:lombok" )
35
36
testImplementation(" org.springframework.boot:spring-boot-starter-test" )
36
37
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
37
38
implementation(" org.springframework.boot:spring-boot-starter-validation" )
39
+ runtimeOnly(" com.h2database:h2" )
40
+ implementation(" org.xerial:sqlite-jdbc:3.34.0" )
41
+
42
+ // sqlite dialect
43
+ // implementation("org.hibernate:hibernate-community-dialects:5.6.3.Final")
38
44
39
45
// implementation("org.springdoc:springdoc-openapi-ui:1.8.0")
40
46
// either API (just documentation) or API + UI (documentation + Swagger UI)
You can’t perform that action at this time.
0 commit comments