Skip to content

Commit

Permalink
Merge pull request #1 from Trendy-Devs/feature/jisoo
Browse files Browse the repository at this point in the history
build.gradle 의존성 추가
  • Loading branch information
kimjiisuuu authored Jun 25, 2024
2 parents d0a0384 + 03bff1e commit 48ec446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
//스프링 시큐리티 의존성
implementation 'org.springframework.boot:spring-boot-starter-security'
//mariadb 연결
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
Expand Down

0 comments on commit 48ec446

Please sign in to comment.