We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
스프링 부트 애플리케이션에 필요한 기본적인 공통 기능을 추가합니다. 주요 내용:
스프링부트 기본 설정을 완료한다.
1. 로깅 기능
2. 예외 처리
3. DB 연동
4. 환경 설정
The text was updated successfully, but these errors were encountered:
Add #7: init spring boot project
a891f5e
add: index.html application.yml fix: build.gradle
since1909
No branches or pull requests
📌 스프링 부트 기본 기능 추가
1️⃣ 기능 설명
스프링 부트 애플리케이션에 필요한 기본적인 공통 기능을 추가합니다.
주요 내용:
2️⃣ 기능 구현 목적
스프링부트 기본 설정을 완료한다.
3️⃣ 기능 상세 설명
1. 로깅 기능
2. 예외 처리
3. DB 연동
4. 환경 설정
4️⃣ 고려 사항
5️⃣ 진행 상태
📆 예상 일정
참고 자료
The text was updated successfully, but these errors were encountered: