- POST /api/v2/tracks/vessels: DailyTrackCacheManager 캐시-DB 분리 조회 - 모든 V2 항적 엔드포인트에 ActiveQueryManager 공유 Semaphore 적용 - 포인트 버짓: 총 포인트 초과 시 비율 기반 균등 분배 간소화 - prod/prod-mpr/query 프로파일에 rest.v2.query 설정 추가 - 원격 DB 필요 테스트 @Disabled 처리, Maven Wrapper/gitattributes 정비 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
32 lines
495 B
Plaintext
32 lines
495 B
Plaintext
# 자동 줄바꿈 정규화 (checkout 시 OS에 맞게, commit 시 LF로 통일)
|
|
* text=auto
|
|
|
|
# Java 소스
|
|
*.java text
|
|
*.properties text
|
|
*.xml text
|
|
*.yml text
|
|
*.yaml text
|
|
|
|
# Web 리소스
|
|
*.html text
|
|
*.css text
|
|
*.js text
|
|
*.json text
|
|
|
|
# Shell 스크립트 (Linux/Mac)
|
|
*.sh text eol=lf
|
|
/mvnw text eol=lf
|
|
|
|
# Windows 스크립트
|
|
*.cmd text eol=crlf
|
|
*.bat text eol=crlf
|
|
|
|
# 바이너리 (줄바꿈 변환하지 않음)
|
|
*.jar binary
|
|
*.png binary
|
|
*.jpg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.docx binary
|