Commit bb5c249
fix: Disable Redis Repository auto-configuration to prevent warning logs
- Add RedisRepositoriesAutoConfiguration to exclude list in @SpringBootApplication
- This prevents JPA repositories from being scanned as Redis repositories
- Resolves 6 warning logs about repository store assignment
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent a76f944 commit bb5c249
File tree
1 file changed
+5
-1
lines changed- src/main/kotlin/com/back/koreaTravelGuide
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
0 commit comments