-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: 인증/공통 도메인 마이그레이션 및 Kotlin 마이그레이션 최종 마무리 #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e0187e9
refactor: Admin, User 도메인 Optional 사용 제거
jwnnoh c19ff18
refactor: 시큐리티 인증/인가 로직 마이그레이션
jwnnoh 34c7054
refactor: OAuth 로직 마이그레이션
jwnnoh 9ed0edb
test: 변경된 로직에 따른 테스트코드 변경(지원서 생성/업데이트, 어드민 로그인)
jwnnoh 755dc38
refactor: 공통 패키지 및 코어 애플리케이션 마이그레이션
jwnnoh 841e4a0
refactor: 글로벌 설정 파일 마이그레이션 진행
jwnnoh 57b37cd
refactor: 이미지 컨트롤러 마이그레이션 진행
jwnnoh 2233746
chore: JVM 17 -> 21 마이그레이션
jwnnoh d5d076c
docs: README.md 수정
jwnnoh e7aaee3
docs: README.md 썸네일 추가
jwnnoh 1f5c53f
fix: JPA Auditing에서 updatedAt 컬럼 업데이트 허용
jwnnoh 128306b
fix: 빌드 스크립트 및 도커 이미지 책임권한 변경
jwnnoh cecc170
fix: step name 수정
jwnnoh 4e8ae3c
fix: EOF 추가 및 Google ID Token 추출 시 예외처리 방식 수정
jwnnoh 2f39d22
chore: java 관련 빌드 플러그인 삭제
jwnnoh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| FROM eclipse-temurin:17-jre | ||
| FROM amazoncorretto:21 | ||
|
|
||
| ARG JAR_FILE=./build/libs/leets-0.0.1-SNAPSHOT.jar | ||
|
|
||
|
|
||
This file contains hidden or 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 |
|---|---|---|
| @@ -1,53 +1,23 @@ | ||
| # [Leets](https://leets.land) | ||
| # [Leets](https://leets.land) : 함께 도전하며 우리의 가치를 증명하는 곳 | ||
|
|
||
| - 가천대학교 IT 학술 동아리 `Leets`의 활동과 모집을 위한 홈페이지 레포지토리입니다. | ||
| - Elite에서 파생된 단어 Leet은 엘리트의 의미를 담고 있습니다. | ||
| - `Leets`는 여러 엘리트가 모인 공동체입니다. | ||
| <div align="center"> | ||
| <img width="2580" height="1200" alt="Frame 19" src="https://github.com/user-attachments/assets/c33c8c32-b706-4623-a5e3-2fbd3d61de11" /> | ||
|
|
||
| <br> | ||
| 가천대학교 IT 창업 동아리 **Leets**의 활동과 모집을 위한 랜딩 레포지토리입니다.<br/> | ||
|
|
||
| # 기술스택 | ||
| + 프레임워크 : SpringBoot 3.0.9 | ||
| + 언어 : Java 17 | ||
| + 데이터베이스 : MySQL | ||
| + 인프라 : AWS EC2 | ||
| + CI/CD: GitHub Actions | ||
| Leets는 가천대학교 내에서 IT 서비스에 관심을 가진 이들의 첫 도전이 되고, 세상을 넓게 바라볼 수 있는 시야를 만들어주는 동아리가 되고자 합니다. | ||
|
|
||
| <br> | ||
|
|
||
| # Environment | ||
| ``` | ||
| # Cors 관련 환경변수 | ||
| CORS_ORIGIN_DEVELOPMENT= | ||
| CORS_ORIGIN_PRODUCTION= | ||
| # Database 관련 환경변수 | ||
| DATABASE_PASSWORD= | ||
| DATABASE_URL= | ||
| DATABASE_USERNAME= | ||
| # Oauth2 관련 환경변수 | ||
| GOOGLE_AUTH_URL= | ||
| GOOGLE_ID= | ||
| GOOGLE_LOGIN_URL= | ||
| GOOGLE_PASSWORD= | ||
| GOOGLE_REDIRECT_URL= | ||
| # Jwt 관련 환경변수 | ||
| JWT_ACCESS_SECRET= | ||
| JWT_REFRESH_SECRET= | ||
| # 메일 관련 환경변수 | ||
| MAIL_HOST= | ||
| MAIL_USERNAME= | ||
| # Url 관련 환경변수 | ||
| TARGET_URL_DEV= | ||
| TARGET_URL_PROD= | ||
| ``` | ||
|
|
||
| <img src="https://img.shields.io/badge/SpringBoot-4.0.0-6DB33F?style=for-the-badge&logo=springboot&logoColor=white"> | ||
| <img src="https://img.shields.io/badge/Kotlin-JDK%2021-7F52FF?style=for-the-badge&logo=kotlin&logoColor=white"> | ||
| <img src="https://img.shields.io/badge/MySQL-4479A1?style=for-the-badge&logo=mysql&logoColor=white"> | ||
| <img src="https://img.shields.io/badge/AWS%20EC2-FF9900?style=for-the-badge&logo=amazon-aws&logoColor=white"> | ||
| <img src="https://img.shields.io/badge/GitHub%20Actions-2088FF?style=for-the-badge&logo=github-actions&logoColor=white"> | ||
|
|
||
| </div> | ||
| <br> | ||
|
|
||
| # 관련 Repository | ||
| [Leets 공식 홈페이지 프론트엔드](https://github.com/Leets-Official/Leets-FE) | ||
| ## 🔗 관련 Repository | ||
|
|
||
| - [Leets 공식 홈페이지 프론트엔드](https://github.com/Leets-Official/Leets-FE) | ||
This file contains hidden or 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
25 changes: 0 additions & 25 deletions
25
src/main/java/land/leets/domain/auth/AdminAuthDetailsService.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.