Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
jei0486 committed Jan 25, 2024
1 parent 182b3a3 commit 0d2c91b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/index.md
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)

0 comments on commit 0d2c91b

Please sign in to comment.