Commit f17c5df
fix(be): Disable SQL logging in production and clean up config
- Disable SQL logging (org.hibernate.SQL: WARN) for production performance
- Remove /weather/test1 test endpoint from security config
- Add H2 console disable comment for clarity
- Remove deprecated hibernate.dialect property
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 5c03eed commit f17c5df
File tree
2 files changed
+6
-3
lines changed- src/main
- kotlin/com/back/koreaTravelGuide/common/security
- resources
2 files changed
+6
-3
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
16 | | - | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
49 | | - | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
0 commit comments