forked from codesquad-members-2023/issue-tracker-max
-
Notifications
You must be signed in to change notification settings - Fork 1
๐ฅ์ฐธ๊ณ ๋งํฌ
jsjseop edited this page Aug 17, 2023
·
2 revisions
- S3๋ฅผ ์ด์ฉํ ํ์ผ ์ ๋ก๋
- CI/CD
-
OAuth ๊ฐ๋
์ดํด
- OAuth ์๋ฐ ์ฝ๋(๋ค์ด๋ฒ)
- Security ์์ด ๊ตฌํ
- ๋ธ๋ฃจ๋๊ฐ ์ฐธ๊ณ ํ ๋ธ๋ก๊ทธ
- ๋ฌด๋น, ์์ค๊ฐ ์ฐธ๊ณ ํ ๋ธ๋ก๊ทธ
- Github Apps(์ต์ ์์ธ ์ง์ ๊ฐ๋ฅ) vs. OAuth App(๊ฐํธํจ. email ๋ถ๊ฐ)
- ๋ธ๋ฃจ๋๋ค๋ loginId๋ค์ github ๋ถ์
- OAuth ๋ก๊ทธ์ธ
-
GlobalExceptionHandler
์@Valid
๊ฒ์ฆ ์ ๋ฐ์ํ ์๋ฌ-
MethodArgumentNotValidException
๋ฅผ@Override
ํด์ ํด๊ฒฐ
-
-
@Container JdbcDatabaseContainer mySQLContainer = new MySQLContainer("mysql:8.0.34") .withDatabaseName("test") .withUsername("test") .withPassword("test");