Skip to content

Commit b5c8042

Browse files
JIWONKIMSclaude
andcommitted
docs(be): Add comment explaining dialect removal
- Add comment explaining why hibernate.dialect was removed - Hibernate 6.x auto-detects dialect from JDBC URL - Explicit dialect configuration is deprecated 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f17c5df commit b5c8042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/application-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ spring:
1818
properties:
1919
hibernate:
2020
format_sql: true
21+
# dialect 설정 제거: Hibernate 6.x부터 JDBC URL 기반으로 자동 감지되며, 명시적 설정은 deprecated됨
2122

2223
ai:
2324
vectorstore:

0 commit comments

Comments
 (0)