-
2022년도 3학년 1학기 Web Server Project, SSR으로 개발하였습니다.
-
전국 맛집, 부산 관광 명소 소개하는 웹 사이트
-
부산 관광 명소
- 전국 맛집 게시글
- 맛집 게시글 상세 페이지
- 부산 관광 명소 한눈에 보기
<기능>
- 맛집 게시글 CRUD
- 지역, 음식 유형(ex. 일식,중식..), 맛집 이름, 평점순으로 검색 및 페이징 처리
- 부산 지역 관광 명소 Open API 활용하여 지도로 한눈에 보기, 명소 검색
- 구글, 네이버, 페이스북 OAuth2 로그인
- Session DB를 활용하여, 로그인된 사용자 관리
<사용 기술>
- Spring Boot
- Spring Data JPA
- Spring Security
- QueryDSL
- MariaDB
- Oracle Server
- JDK 11 or later
- Gradle 4+
- You can also import the code straight into your IDE:
- Install as you would normally install a Java JDK 11
- If you use IntelliJ, you must install lombok plugin
- Click File > Settings > Plugin or Ctrl+Alt+S > Plugin
- Search lombok and Install
- Create issues about the work.
- Create a branch on the issue.
- Commit, push to the created branch.
- When the work is completed, request a pull request to main branch after rebaseing the main branch.
- Review the code and merge it
ISSUE_NUMBER-description
-
e.g. Issue 5 related to upload img
2-img-upload
Referred to Beom Dev Log and Conventional Commits
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
-
Type
- build, docs, feat, fix, perf, reactor, test
-
Example
feat: allow provided config object to extend other configs
Current maintainers:
- SooChan Lee - https://github.com/soochangoforit