- BatchConfiguration.java 파일 생성: SQL Server에서 시퀀스 대신 테이블 기반 ID 생성을 위한 JobRepository 커스터마이징. - application-local.yml 수정: SQL Server 예전 버전에서의 배치 설정 추가. - create_batch_id_tables.sql 스크립트 추가: Spring Batch 메타데이터 테이블 및 ID 생성 테이블 생성. - README_BATCH_SEQUENCE_FIX.md 파일 추가: 문제 해결 가이드 및 적용 방법 문서화.
QCast3 API Service
IntelliJ Code Formatter 적용
- google-java-format plugin 설치
- settings -> google-java-format setting -> enable
- settings -> tools -> actions on save -> Reformat code, Optimize import check
Eclipse Code Style 적용
- qcast-api - doc - eclipse-java-google-style.xml 파일을 다운로드
- Preferences -> Java -> Code Style -> Formatter -> Import -> eclipse-java-google-style.xml 적용
- Preferences -> Java -> Editor -> Save Actions -> Format source code 체크
Description
Languages
Java
100%