Conversation
- bootJar에 mainClass와 archiveFileName 추가 - Spring Boot 빌드 결과 파일명 'yummy_server.jar'로 변경 - 프로젝트 구조를 정리하고 settings.gradle에 모듈 재정의 - MainApplication 대문자 수정
* chore: push 작업에도 CI/CD 구축 * feat: 배포 자동화를 위한 deploy.yml 및 Dockerfile 생성 * chore: application.yml 파일 생성하여 배포 * fix: dockerfile 수정하여 아키텍처 호환성 추가 * chore: DB 설정값 추가 * chore: CD 작업 브랜치 추가 * build: 빌드시 application.yml 파일 생성 * fix * fix: applcation_properties secrets 타이틀 변경 * fix: db url 변경
* feat: regiter reply * feat: reply cru * feat: add delete service * chore: ci.yml 수정 * feat: update reply, add test
- test 프로필 추가 작성 - prod 프로필 server.uri 작성
* feat: jacoco 의존성 추가 및 추가 설정 * fix: java.util.LinkedHashSet.map 관련 gradlew 로딩 에러 수정 * chore: build.gradle 파일의 모듈 의존성 정리 - runtimeOnly와 compileOnly로 설정된 ':storage'와 ':domain' 의존성을 implementation으로 통합 - 모듈 간 의존성을 명확히 하기 위해 의존성 선언 수정 * chore: 스토리지 모듈 build.gradle 의존성 및 설정 정리 - 모듈 간 의존성 정리: ':common' 의존성을 compileOnly에서 implementation으로 변경 - Spring Boot와 JPA 관련 의존성 추가 및 통합 - 불필요한 중복된 plugins 블록 제거 - 버전 정보를 명확히 하기 위해 version을 '1.0.0'으로 설정 - bootJar 비활성화 및 jar 설정 추가 - 테스트 플랫폼 명시적으로 설정 (JUnit) * chore: 루트 build.gradle 설정 개선 및 Jacoco 리포트 통합 설정 추가 - 중복된 plugins 블록 제거 및 'apply false'로 플러그인 적용 관리 - 모든 프로젝트에 공통 버전(version)을 '1.0.0'으로 설정 - DTO, Config, Exception 등 필요하지 않은 클래스 Jacoco 리포트에서 제외 - `jacocoRootReport` 태스크 추가하여 서브모듈의 테스트 커버리지를 통합 관리 * chore: 지역 요청 반환 정보 저장 테스트 일시적 주석처리 * chore: 테스트 커버리지에서 제외할 항목 추가
* feat: add exception handler - #33 * feat: exception handler 추가 - #33 * fix: 모듈각 모듈이 예외 처리를 관리하도록 수정 * fix: UserFacadeTest 코드 에러 수정 * fix: UserEventHandlerTest 에러 수정 * fix: UserEventHandlerTest ì에러 해결 * test: 누락된 테스트 코드 및 UserServiceTest ì�추가- #37 * refactor: ì�êGroup, reply 에 ì�ErrorCode 를 구현하고 예외 처리를 추ê수정합니다 * test: UserService 테스트, 및 누락된 테스트 코드 추가 - #37
* chore: domain모듈로 이동 * chore: 카테고리 수정 * feat: API 통신 기능 추가 * feat: user-group 관련 기능 추가 * feat: user-group 관련 기능 추가 * chore: Category.java 모듈 위치 이동 * test: 테스트 코드 작성 * chore: 기능 변경에 따른 코드 수정 * test: 테스트 코드 수정
* test: 테스트 코드 수정 * chore: 소모임 생성 조건 수정 --------- Co-authored-by: mailsungjangMonster <115551339+sukangpunch@users.noreply.github.com>
* feat: testUser 기능 추가- #41 * feat: 누락된 내용 추가
- env 파일 안써서 제거
jinhosoon
approved these changes
Jan 24, 2025
Contributor
|
수고하셨습니다 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
⚡️ 관련 이슈
v1.0.0 개발 완료
📍주요 기능
👀 회고 및 정리