You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DatabaseConfig에서 중복 TransactionManager Bean 제거 ## 문제 - DatabaseConfig.transactionManager와 EgovConfigTransaction.txManager 충돌 - "expected single matching bean but found 2" 에러 발생 ## 해결 - DatabaseConfig에서 transactionManager Bean 제거 - egovframework의 txManager Bean 사용 - DatabaseConfig는 MapperScan만 담당 ## 최종 설정 - DataSource: egovframework.config.DataSourceProxyConfig - TransactionManager: egovframework.config.EgovConfigTransaction.txManager - MapperScan: DatabaseConfig 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
1 month ago | |
|---|---|---|
| DB/DDL | 1 month ago | |
| src/main | 1 month ago | |
| .gitignore | 1 month ago | |
| VMIS_INTEGRATION_COMPLETE.md | 1 month ago | |
| VMIS_INTEGRATION_STRATEGY_DESIGN.md | 1 month ago | |
| VMIS_INTERFACE_INTEGRATION_ANALYSIS.md | 1 month ago | |
| VMIS_INTERFACE_MIGRATION_PLAN.md | 1 month ago | |
| build.gradle | 1 month ago | |
| gradle.properties | 1 month ago | |