The jdbcTemplate() method was calling dataSource(properties) directly, creating a new DataSource instance instead of using the Spring-managed @Primary bean. This caused some repositories to receive the ClickHouse connection instead of PostgreSQL. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>