SonarQube GitLab 연동 (react, springboot)
전체 구성 요약SonarQube 서버 (Docker Compose): SonarQube + PostgreSQL + Nginx(HTTPS Reverse Proxy)접속: https:///서버 접근 계정: / GitLab 서버: GitLab CE (http://:/)GitLab Runner (Docker): GitLab CI Job 실행 담당 (Docker executor)설치 위치: GitLab 서버 동일(또는 별도 서버)Spring Boot 프로젝트: .gitlab-ci.yml로 Maven 분석 실행 → SonarQube로 결과 업로드 . SonarQube 설치 ()1.1 서버 사전 설정SonarQube(내부 Elasticsearch) 때문에 리눅스 커널 파라미터 요구가 있음#Elasticsearch..
2026.01.13