-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# starter | ||
한 Express 템플릿 프로젝트 - Starter | ||
|
||
## Project 기술 스택 | ||
- Spring Boot 2.7.12 , jdk 17, gradle 7.6.1 | ||
- Spring Security (with JWT token) | ||
- jwt dependency : io.jsonwebtoken | ||
- Spring Data JDBC + Spring JDBC | ||
- Postgresql (prod,dev) , H2 (local,test) | ||
- log4j2 , MDC | ||
- spring i18n (message source > 다국어처리) | ||
- Spring Data Redis | ||
|
||
## Project Description | ||
1. [Project 요구사항 정리](md/01-requirement.md) | ||
2. [Project 시작 및 사용방법](md/02-project-start.md) | ||
3. [Project 에러 처리](/md/03-project-error.md) |