nalpari a2c21a2f07 Spring Batch SQL Server 지원을 위한 구성 추가 및 문서화
- BatchConfiguration.java 파일 생성: SQL Server에서 시퀀스 대신 테이블 기반 ID 생성을 위한 JobRepository 커스터마이징.
- application-local.yml 수정: SQL Server 예전 버전에서의 배치 설정 추가.
- create_batch_id_tables.sql 스크립트 추가: Spring Batch 메타데이터 테이블 및 ID 생성 테이블 생성.
- README_BATCH_SEQUENCE_FIX.md 파일 추가: 문제 해결 가이드 및 적용 방법 문서화.
2025-06-16 18:20:59 +09:00
2024-06-26 15:44:47 +09:00
2024-06-26 15:52:00 +09:00
2025-05-23 14:16:56 +09:00
2024-06-26 15:44:47 +09:00
2024-06-26 15:44:47 +09:00
2025-03-19 16:20:02 +09:00

QCast3 API Service

IntelliJ Code Formatter 적용

  1. google-java-format plugin 설치
  2. settings -> google-java-format setting -> enable
  3. settings -> tools -> actions on save -> Reformat code, Optimize import check

Eclipse Code Style 적용

  1. qcast-api - doc - eclipse-java-google-style.xml 파일을 다운로드
  2. Preferences -> Java -> Code Style -> Formatter -> Import -> eclipse-java-google-style.xml 적용
  3. Preferences -> Java -> Editor -> Save Actions -> Format source code 체크
Description
No description provided
Readme 22 MiB
Languages
Java 100%