Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
celalaygar authored Dec 6, 2024
1 parent c4a8458 commit 30d51e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,3 @@ public BaseResponse<Code> getCodeById(Long id) {
return response;
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:

jpa:
hibernate:
ddl-auto: create
ddl-auto: update
show-sql: true
properties:
hibernate:
Expand Down

0 comments on commit 30d51e6

Please sign in to comment.