Skip to content

Commit

Permalink
CI/CD 구축을 위한 수정 (#6)
Browse files Browse the repository at this point in the history
* Refactor: 테스트환경과 서비스 환경 분리를 위해 Redis 설정 파일 수정

* Feat: 도커파일 작성

* Feat: 테스트 코드 환경 DB 세팅용 도커컴포즈 파일 작성

* Chore: 빌드 시 1개의 jar 파일만 생성하도록 그래들 수정

* Test: 테스트 코드용 yml파일 작성

* Test: 테스트 yml을 사용하도록 코드 추가

* Feat: .dockerignore 파일 추가

* Refactor: .properties -> .yml 로 파일 확장자 변경
가독성 증가를 위해 파일 확장자 변경

Related to: #3
  • Loading branch information
pjh5365 authored Sep 1, 2024
1 parent db378e8 commit c9110a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/docker-compose-chat-test-db.yml
/Dockerfile
/.gradle/
/build/
/.idea/
1 change: 0 additions & 1 deletion src/main/resources/application.properties

This file was deleted.

3 changes: 3 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
spring:
application:
name: Kaboo-Chat

0 comments on commit c9110a5

Please sign in to comment.