Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
programmerDH-github authored Apr 24, 2024
1 parent 4246ad4 commit e1c6056
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# 14_3_BE
# 14기 3팀의 BackEnd

### Stack
```
SpringBoot
Java, Spring Boot
```

### Features 🌿
### Libraries🌿
```
Swagger
etc...
jjwt
security
redis
```

### Controller, Service 주석 예시
### Page, Component 제목 주석 예시
```
/**
* @desc 로그인 기능
* @설명 로그인 API
* @작성자 이동훈
* @일자 2024.04.05.
* @일자 2023.03.08.
* @내용 로그인 인증
* @TODO login
*/
```

0 comments on commit e1c6056

Please sign in to comment.