Commit a76f944
fix: Re-apply JPA repository configuration and revert to update mode (#110)
- Add @EnableJpaRepositories to KoreaTravelGuideApplication to explicitly scan JPA repositories
- Remove duplicate @EnableCaching and @EnableRedisRepositories from RedisConfig
- Change ddl-auto from create to update after database schema reset
- Fixes Redis Repository warning logs by properly separating JPA and Redis repository scans
This re-applies changes from PR #107 that were overwritten by PR #109.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent 1184cef commit a76f944
File tree
3 files changed
+3
-5
lines changed- src/main
- kotlin/com/back/koreaTravelGuide
- common/config
- resources
3 files changed
+3
-5
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | | - | |
29 | | - | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments