Skip to content

fix(sample): eGovFrame Boot 5.0.1 호환성을 반영한다 - #77

Merged
jei007 merged 1 commit into
eGovFramework:mainfrom
itcen-entec-2026:fix/egovframe-boot-5.0.1-compatibility
Sep 11, 2026
Merged

fix(sample): eGovFrame Boot 5.0.1 호환성을 반영한다#77
jei007 merged 1 commit into
eGovFramework:mainfrom
itcen-entec-2026:fix/egovframe-boot-5.0.1-compatibility

Conversation

@LeeBaekHaeng

Copy link
Copy Markdown
Contributor

수정 사유 Reason for modification

소스를 수정한 사유가 무엇인지 체크해 주세요. Please check the reason you modified the source. ([X] X는 대문자여야 합니다.)

  • 버그수정 Bug fixes
  • 기능개선 Enhancements
  • 기능추가 Adding features
  • 기타 Others

수정된 소스 내용 Modified source

검토자를 위해 수정된 소스 내용을 설명해 주세요. Please describe the modified source for reviewers.

개요

eGovFrame Boot Starter Parent 5.0.1 환경에 맞게 프로젝트 설정과 샘플 조회 예외 처리를 정리합니다.

변경 사항

  • 프로젝트 버전 5.0.0을 명시했습니다.
  • egovframe-boot-starter-parent5.0.0에서 5.0.1로 갱신했습니다.
  • 단건 조회 결과가 없을 때 처리 예외를 BaseRuntimeException으로 변환했습니다.
  • 서비스 인터페이스와 구현체, 컨트롤러에서 불필요한 검사 예외 선언을 제거했습니다.
  • 관련 테스트의 예외 선언과 import를 변경된 API에 맞게 정리했습니다.
  • SampleMapper의 빈 @exception 문서 태그를 제거했습니다.
  • IDE가 생성하는 .classpath 파일을 저장소에서 제거했습니다.

변경 파일

  • .classpath
  • pom.xml
  • EgovSampleService.java
  • EgovSampleServiceImpl.java
  • SampleMapper.java
  • EgovSampleController.java
  • EgovSampleServiceImplTest.java
  • EgovSampleServiceImplTestInsertSampleTest.java
  • EgovSampleControllerTestRegisterViewTest.java
  • EgovSampleControllerTestSelectListRowNumberTest.java

테스트

다음 환경에서 전체 테스트를 실행했습니다.

  • Java: 17.0.17
  • Maven: 3.9.9
  • 명령어: mvn test
  • 결과: 58개 테스트 통과, 실패 0개, 오류 0개, 건너뜀 0개

JUnit 테스트 JUnit tests

테스트를 완료하셨으면 다음 항목에 [대문자X]로 표시해 주세요. When you're done testing, check the following items.

  • JUnit 테스트 JUnit tests
  • 수동 테스트 Manual testing

테스트 브라우저 Test Browser

테스트를 진행한 브라우저를 선택해 주세요. Please select the browser(s) you ran the test on. (다중 선택 가능 you can select multiple) [X] X는 대문자여야 합니다.

  • Chrome
  • Firefox
  • Edge
  • Safari
  • Opera
  • Internet Explorer
  • 기타 Others

http://localhost:8080

테스트 스크린샷 또는 캡처 영상 Test screenshots or captured video

테스트 전과 후의 스크린샷 또는 캡처 영상을 이곳에 첨부해 주세요. Please attach screenshots or video captures of your before and after tests here.

https://youtu.be/7xTQwy7326s

Boot Starter Parent를 5.0.1로 갱신하고 프로젝트 버전을 명시한다.
단건 조회 시 미검사 예외를 사용하도록 변경하여 불필요한 예외 선언을 제거한다.
Eclipse에서 생성되는 classpath 설정 파일을 저장소에서 제외한다.

@jei007 jei007 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

표준프레임워크에 대한 지속적인 참여에
대단히 감사드립니다.

@jei007
jei007 merged commit 7434c08 into eGovFramework:main Sep 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants