Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LimiteDiTempo committed Aug 26, 2024
1 parent 0ec141e commit 45c532e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies {
implementation("com.querydsl:querydsl-jpa:5.0.0:jakarta")
kapt("com.querydsl:querydsl-apt:5.0.0:jakarta")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2")
testRuntimeOnly ("org.junit.platform:junit-platform-launcher")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.byebye.chapterTwo.domain.exception
package com.byebye.chapterTwo.domain.gooin.exception

import com.byebye.chapterTwo.global.auth.exception.CustomErrorCode
import org.springframework.http.HttpStatus
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package com.byebye.chapterTwo.domain.gooin.service

import com.byebye.chapterTwo.domain.exception.GooinErrorCode
import com.byebye.chapterTwo.domain.gooin.exception.GooinErrorCode
import com.byebye.chapterTwo.domain.gooin.dto.Gooin
import com.byebye.chapterTwo.domain.gooin.dto.req.AddGooinRequest
import com.byebye.chapterTwo.domain.gooin.entity.GooinEntity
import com.byebye.chapterTwo.domain.gooin.mapper.GooinMapper
import com.byebye.chapterTwo.domain.gooin.repository.GooinRepository
import com.byebye.chapterTwo.global.auth.exception.CustomErrorCode
import com.byebye.chapterTwo.global.auth.exception.CustomException
import com.byebye.chapterTwo.global.auth.jwt.JwtUtils
import com.byebye.chapterTwo.global.common.BaseResponse
Expand Down

0 comments on commit 45c532e

Please sign in to comment.