Skip to content

Commit

Permalink
build: SPRING DATA JPA 의존성 추가
Browse files Browse the repository at this point in the history
Related to: #139
Ref: #136
  • Loading branch information
hgh1472 committed Oct 20, 2024
1 parent 5d7cd59 commit e581fb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ dependencies {

implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3'
implementation group: 'org.mybatis.dynamic-sql', name: 'mybatis-dynamic-sql', version: '1.5.2'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'


// Swagger
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
Expand Down

0 comments on commit e581fb2

Please sign in to comment.