Skip to content

Commit

Permalink
Release v2.1.2 (#15)
Browse files Browse the repository at this point in the history
* [FIX] flyway를 재설정한다. (#5)

* refactor : 대상 멤버를 저장하는 클래스명 명시적으로 변경

* refactor : service 호출이 아니라 repository에 직접적으로 의존하도록 변경

* refactor : 대상자 member임을 명시하도록 클래스명 변경

* refactor : 팀빌딩 대상자 멤버 대상자를 저장한다는걸 나타내기 위해 클래스명 변경

* chore : 팀빌딩 대상자 관련 service teambuilding 패키지로 변경

* fix : 모든 테이블을 flyway로 형상관리 하도록 변경

* [FIX] 배포 중 발생한 오류를 해결 (#11)

* fix : redis docker-compose로부터 주입받도록 변경

* fix : info부터 console에 출력하도록 변경

* fix : 오타 변경

* fix : redis host를 컨테이너 Host명으로 접속하도록 변경 (#14)
  • Loading branch information
kssumin authored Mar 18, 2024
1 parent 2a30eb1 commit 42a0583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eeos/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
SPRING_DATASOURCE_USERNAME: root
SPRING_DATASOURCE_PASSWORD: root
SPRING_PROFILES_ACTIVE: ${PROFILE}
SPRING_REDIS_HOST: localhost
SPRING_REDIS_HOST: redis
SPRING_REDIS_PORT: 6379
SPRING_REDIS_PASSWORD: root
networks: #사용할 네트워크 지정
Expand Down

0 comments on commit 42a0583

Please sign in to comment.