Merge pull request 'release: 2026-04-07.2' (#9) from develop into main
All checks were successful
Build and Deploy SNP Collector / build-and-deploy (push) Successful in 33s

This commit is contained in:
HYOJIN 2026-04-07 15:25:32 +09:00
커밋 6c579828fc
5개의 변경된 파일9개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@ -96,4 +96,4 @@ BaseJobConfig<I, O> # 단일 Step chunk-oriented Job
- Gitea Actions (`.gitea/workflows/deploy.yml`)
- Maven Docker 이미지 (maven:3.9-eclipse-temurin-17)
- 빌드 산출물: `/deploy/snp-batch/app.jar`
- 빌드 산출물: `/deploy/snp-collector/app.jar`

파일 보기

@ -4,6 +4,11 @@
## [Unreleased]
## [2026-04-07.2]
### 변경
- 구 프로젝트명(snp-batch-validation) 잔여 참조를 snp-collector로 통일
## [2026-04-07.1]
### 수정

파일 보기

@ -2,7 +2,7 @@ import { useState, useEffect, useCallback } from 'react';
type Theme = 'dark' | 'light';
const STORAGE_KEY = 'snp-batch-theme';
const STORAGE_KEY = 'snp-collector-theme';
function getInitialTheme(): Theme {
if (typeof window === 'undefined') return 'dark';

파일 보기

@ -1,6 +1,6 @@
spring:
application:
name: snp-batch-validation
name: snp-collector
# PostgreSQL Database Configuration
datasource:

파일 보기

@ -1,6 +1,6 @@
spring:
application:
name: snp-batch-validation
name: snp-collector
# PostgreSQL Database Configuration
datasource: