Skip to content

⚙️[기능추가][개발환경] IntelliJ 서버 기동 실행 설정 파일 공유 #31

Description

@Cassiiopeia

📝 현재 문제점

  • .run/SpaceStudyShipApplication.run.xml 파일이 버전 관리에서 제외되어 있거나 공유되지 않아, 신규 팀원이 IntelliJ에서 서버를 기동하려면 Run Configuration을 직접 수동으로 설정해야 한다.
  • 실행 프로파일(dev), 메인 클래스(com.elipair.spacestudyship.SpaceStudyShipApplication), 모듈(spacestudyship.SS-Web.main) 등의 설정을 각자 동일하게 맞춰야 하는 번거로움이 있다.

🛠️ 해결 방안 / 제안 기능

  • .run/SpaceStudyShipApplication.run.xml 파일을 Git 버전 관리에 포함하여 레포를 클론하면 바로 동일한 IntelliJ 실행 설정을 사용할 수 있도록 한다.
  • .gitignore에서 .run/ 디렉토리 제외 규칙이 있다면 해당 항목을 수정하거나 예외 처리한다.

⚙️ 작업 내용

  • .gitignore 확인 및 .run/ 관련 항목 수정
  • .run/SpaceStudyShipApplication.run.xml 커밋 및 푸시

🙋‍♂️ 담당자

  • 백엔드: SUH SAECHAN
  • 프론트엔드: -
  • 디자인: -

Metadata

Metadata

Assignees

Labels

작업완료작업 완료 상태인 경우 (이슈 폐쇄)

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions