Skip to content

Commit

Permalink
practice(#7) : Write ErrorStatus enum class & Add GeneralException
Browse files Browse the repository at this point in the history
  • Loading branch information
2ghrms committed Nov 14, 2024
1 parent db0f543 commit 7ee8150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.hibernate.orm:hibernate-core:6.0.2.Final'

implementation 'mysql:mysql-connector-java:8.0.33'
Expand Down

0 comments on commit 7ee8150

Please sign in to comment.