Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor show_sql #20

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Refactor show_sql #20

merged 1 commit into from
Dec 20, 2024

Conversation

psh10066
Copy link
Contributor

안녕하세요 재민님, 좋은 템플릿 만들어 주셔서 감사드립니다.
해당 템플릿 사용 중 db-core.yml 내에서 local-dev 프로필의 설정이 수정되면 좋을 것 같아 PR 요청 드립니다.

  1. spring.jpa.properties.hibernate.show_log 속성은 hibernate 내에 존재하지 않는 것으로 확인하여 삭제하였습니다.
# spring.jpa.properties.hibernate.show_log: true # 삭제
  1. spring.jpa.show-sql, spring.jpa.properties.hibernate.show_sql 두 개는 동일한 동작이 수행되나,
    local 프로필에서는 spring.jpa.properties.hibernate.show_sql을 사용하고,
    local-dev 프로필에서는 spring.jpa.show-sql을 사용하고 있어
    local-dev 프로필에서 spring.jpa.properties.hibernate.show_sql을 사용하는 것으로 수정하였습니다.
# spring.jpa.show-sql: true # 삭제
+ spring.jpa.properties.hibernate.show_sql: true # 추가

변경 후 동일한 동작이 수행되는 것 확인하였습니다.

확인 부탁드립니다.
감사합니다.

@geminiKim
Copy link
Member

오 체크 못한 부분이네요! 기여 감사합니다!

@geminiKim geminiKim merged commit e481534 into team-dodn:main Dec 20, 2024
2 checks passed
@geminiKim geminiKim assigned geminiKim and psh10066 and unassigned geminiKim Dec 20, 2024
@geminiKim geminiKim added bug Something isn't working enhancement New feature or request labels Dec 20, 2024
@psh10066
Copy link
Contributor Author

@geminiKim
감사합니다! 유튜브 잘 챙겨보며 많이 배우고 있습니다.
좋은 템플릿 만들어 주셔서 감사합니다 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants