Skip to content

Commit b2085bb

Browse files
committed
➕Dependency: psql setting
1 parent 306fb53 commit b2085bb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ dependencies {
3939
// DB
4040
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
4141
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
42+
runtimeOnly 'org.postgresql:postgresql'
43+
44+
// AWS S3
45+
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE'
4246
}
4347

4448
tasks.named('test') {

src/main/java/com/be/sportizebe/SportizeBeApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import org.springframework.boot.SpringApplication;
44
import org.springframework.boot.autoconfigure.SpringBootApplication;
5+
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
56

67
@EnableJpaAuditing
78
@SpringBootApplication

0 commit comments

Comments
 (0)