Skip to content

Deploy main to deploy - #46

Merged
dev-yunseong merged 4 commits into
deployfrom
main
Jul 23, 2026
Merged

Deploy main to deploy#46
dev-yunseong merged 4 commits into
deployfrom
main

Conversation

@dev-yunseong

Copy link
Copy Markdown
Collaborator

Promotes the current main branch to deploy.

dev-yunseong and others added 4 commits July 23, 2026 15:42
Lombok @requiredargsconstructor drops field @qualifier, so Spring
injected the @primary JdbcTemplate into all secondary services and
both admin views hit the primary DB. Add lombok.config to copy
@qualifier to generated constructors, and add the missing
@qualifier("secondaryJdbcTemplate") in SecondaryParameterSyncService.

Closes #42

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
fix: Secondary 서비스가 Primary DB에 연결되는 문제 수정
The builder stage only copied gradle files and src, so the deployed
image compiled without lombok.config and @qualifier was still dropped
from generated constructors — #42 was only fixed in local builds.

Closes #44

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
fix: Docker 빌드에 lombok.config 포함
@dev-yunseong
dev-yunseong merged commit b841c2b into deploy Jul 23, 2026
1 check passed
@dev-yunseong dev-yunseong added the deploy deploy work label Aug 6, 2026
@dev-yunseong dev-yunseong self-assigned this Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deploy deploy work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant