-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from TaetaetaE01/main
각 도메인 페이지네이션 error fix
- Loading branch information
Showing
8 changed files
with
28 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
spring: | ||
datasource: | ||
url: ${DB_URL} | ||
driver-class-name: com.mysql.cj.jdbc.Driver | ||
username: ${DB_USER_NAME} | ||
password: ${DB_PASSWORD} | ||
datasource: | ||
url: ${DB_URL} | ||
driver-class-name: com.mysql.cj.jdbc.Driver | ||
username: ${DB_USER_NAME} | ||
password: ${DB_PASSWORD} | ||
|
||
# 태태 로컬 데이터베이스 설정 | ||
# datasource: | ||
# url: jdbc:mysql://localhost:3306/bigbrother | ||
# driver-class-name: com.mysql.cj.jdbc.Driver | ||
# username: root | ||
# password: 1234 | ||
# datasource: | ||
# url: jdbc:mysql://localhost:3306/bigbrother | ||
# driver-class-name: com.mysql.cj.jdbc.Driver | ||
# username: root | ||
# password: 1234 | ||
|
||
jpa: | ||
jpa: | ||
hibernate: | ||
ddl-auto: update | ||
properties: | ||
hibernate: | ||
ddl-auto: update | ||
properties: | ||
hibernate: | ||
format_sql: true | ||
show_sql: true | ||
format_sql: true | ||
show_sql: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters