refactor: 구 프로젝트명 snp-batch-validation 잔여 참조를 snp-collector로 변경
- application-dev.yml: spring.application.name 변경 - application-prod.yml: spring.application.name 변경 - useTheme.ts: localStorage 키 snp-batch-theme → snp-collector-theme - CLAUDE.md: 배포 경로 /deploy/snp-batch → /deploy/snp-collector
This commit is contained in:
부모
84db248fb1
커밋
1ffb1bff78
@ -96,4 +96,4 @@ BaseJobConfig<I, O> # 단일 Step chunk-oriented Job
|
|||||||
|
|
||||||
- Gitea Actions (`.gitea/workflows/deploy.yml`)
|
- Gitea Actions (`.gitea/workflows/deploy.yml`)
|
||||||
- Maven Docker 이미지 (maven:3.9-eclipse-temurin-17)
|
- Maven Docker 이미지 (maven:3.9-eclipse-temurin-17)
|
||||||
- 빌드 산출물: `/deploy/snp-batch/app.jar`
|
- 빌드 산출물: `/deploy/snp-collector/app.jar`
|
||||||
|
|||||||
@ -2,7 +2,7 @@ import { useState, useEffect, useCallback } from 'react';
|
|||||||
|
|
||||||
type Theme = 'dark' | 'light';
|
type Theme = 'dark' | 'light';
|
||||||
|
|
||||||
const STORAGE_KEY = 'snp-batch-theme';
|
const STORAGE_KEY = 'snp-collector-theme';
|
||||||
|
|
||||||
function getInitialTheme(): Theme {
|
function getInitialTheme(): Theme {
|
||||||
if (typeof window === 'undefined') return 'dark';
|
if (typeof window === 'undefined') return 'dark';
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: snp-batch-validation
|
name: snp-collector
|
||||||
|
|
||||||
# PostgreSQL Database Configuration
|
# PostgreSQL Database Configuration
|
||||||
datasource:
|
datasource:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: snp-batch-validation
|
name: snp-collector
|
||||||
|
|
||||||
# PostgreSQL Database Configuration
|
# PostgreSQL Database Configuration
|
||||||
datasource:
|
datasource:
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user