-
Notifications
You must be signed in to change notification settings - Fork 0
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
[SRE-2] feat: spring actuator를 이용한 health check #95
Merged
Conversation
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
initial setting for season4
…certificated (#35) * feat: add Cert Entity * feat: add send mail function to start certification * feat: verify certification code * feat: check email is already certificated * chore: apply spotless * fix: change variable name explicitly * fix: remove nullablility from variables that should not be null * fix: change from Random to SecureRandom * fix: change hard coding email address * chore: change status variables explicitly * feat: add validation to request DTOs * feat: validate email only 경희대 and 한국외대 * chore: change package name * feat: change mail text pretty * chore: run spotlessApply
- restdocs기반으로 swagger 세팅을 진행하였습니다. - kotest 버전 수정을 하였습니다
* feat: hibernate-types for postgres jsonb type * feat: change entity to jsonb columns * feat: change service and test followed by entity changes * feat: change meeting team column - make information jsonb with dynamic json mapping - delete preference and integrate with information columns * test: change test code due to change in information type * feat: add email and verified field for school verification * feat: add payment to userTeam * feat: add pk to userTeam * feat: set foreign key in payments to meeting team not in user team * feat: change compatibility to jsonb * feat(sql): change ddl fit to change * fix: delete jpa pk generation to use UUID * feat: change mapping information * feat: add algorithm code * chore: formatting * chore: add .gitignore jpa.lib * feat: add pre commit hook with spotless * chore: format with ktfmt * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * feat: create method by portone * feat: create requestPayment * feat: create checkPayment * feat: create refundPaymentById * feat: create refundPayment * style: format kotlin code style * fix: add transactional * fix: optimize file * feat: add swagger form * fix: add requestEntity and exception * style: change kotline lang style * refactor: change dao package location --------- Co-authored-by: SangMinLeeAI <[email protected]>
* feat: copy and paste uoslife-server * feat: add university column to seperate students * feat: add redis dependency * fix: change 한국외대 email * feat: change domain name from Cerification to Verification * feat: change unique code only number * feat: change package name from certification to verification * feat: change package name from certification to verification * feat: change DB to redis to verify email * feat: change DB to redis to verify email * chore: annotate ttl for verification * fix: checkVerification for redis cache * fix: checkVerification for redis cache * feat: reset verification if it already exists * chore: apply spotless * chore: change url * feat: add aws dependency * fix: fix getUniqueCode * feat: remove university in VerificationRequest * feat: change order to create verification * feat: apply transaction when saving * feat: methodize sending mail * fix: change to fit crudrepository * chore: remove the rest * chore: apply spotlessApply * feat: add swagger example * feat: extract university from email * feat: create user and save when checking verification code * chore: import classes * feat: change variables type for saving user have only email * chore: change service reponse type to see clearly * chore: add blank for push * chore: remove blank for push * feat: set id when creating empty User Entity * feat: 이메일 인증 uri 수정 * feat: check user by email * feat: change university enum capital * chore: apply spotless things * chore: merge test * chore: validate test * chore: apply spotless * chore: apply lint * refactor: change verification send request name * fix: add whitelist uos email * refactor: change verification code check DTO * refactor: change verification code check response DTO * refactor: delete useless DTO * refactor: change verification send response DTO name * refactor: change verification code check response DTO name * refactor: change verification code send request, response DTO name * feat: 인증코드 전송 요청 DTO에 대학 구분(University) 추가 * feat: 인증코드 검증 요청 DTO에 대학 구분(University) 추가 * refactor: request에 대학 구분 담겨있어 대학 추출 로직 삭제 * chore: 이메일 제목 변경 * chore: apply lint
* feat: hibernate-types for postgres jsonb type * feat: change entity to jsonb columns * feat: change service and test followed by entity changes * feat: change meeting team column - make information jsonb with dynamic json mapping - delete preference and integrate with information columns * test: change test code due to change in information type * feat: add email and verified field for school verification * feat: add payment to userTeam * feat: add pk to userTeam * feat: set foreign key in payments to meeting team not in user team * feat: change compatibility to jsonb * feat(sql): change ddl fit to change * fix: delete jpa pk generation to use UUID * feat: change mapping information * feat: add algorithm code * chore: formatting * chore: add .gitignore jpa.lib * feat: add pre commit hook with spotless * chore: format with ktfmt * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * refactor: updateUser and createMeetingTeam * refactor: joinMeetingTeam and getMeetingTeamUserList * refactor: updateMeetingTeamInformation * refactor: updateMeetingTeamPreference * refactor: getMeetingTeamInformation * feat: getMeetingTeamInformationByKakaoId * fix: solve conflict * style: change kotlin lang style * fix: delete trash file * fix: delete nickname and change api endpoint * fix: update code based pr review --------- Co-authored-by: SangMinLeeAI <[email protected]>
* feat: hibernate-types for postgres jsonb type * feat: change entity to jsonb columns * feat: change service and test followed by entity changes * feat: change meeting team column - make information jsonb with dynamic json mapping - delete preference and integrate with information columns * test: change test code due to change in information type * feat: add email and verified field for school verification * feat: add payment to userTeam * feat: add pk to userTeam * feat: set foreign key in payments to meeting team not in user team * feat: change compatibility to jsonb * feat(sql): change ddl fit to change * fix: delete jpa pk generation to use UUID * feat: change mapping information * feat: add algorithm code * chore: formatting * chore: add .gitignore jpa.lib * feat: add pre commit hook with spotless * chore: format with ktfmt * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * feat: create method by portone * feat: create requestPayment * feat: create checkPayment * feat: create refundPaymentById * feat: create refundPayment * style: format kotlin code style * fix: add transactional * fix: optimize file * feat: add swagger form * fix: add requestEntity and exception * style: change kotline lang style * refactor: change dao package location * fix: change request in refundById --------- Co-authored-by: SangMinLeeAI <[email protected]>
* feat: copy and paste from rebuild-server * feat: add exceptions * feat: add tokens * feat: add jwts * feat: add dependency for jwt * chore: pull from dev/season4 * feat: 토큰 검사 미실시 리스트 추가 * feat: 토큰 검사 로직 추가 * feat: 유저 이메일 유니크 속성 추가 * feat: 리퀘스트 인증코드와 DB 인증코드가 같은지 체크 * feat: 인증코드 인증 시 유저 생성 * feat: 이메일로 토큰 생성 * feat: 인증코드 인증 로직 구현 * feat: 토큰 DTO 추가 * feat: 이메일로 토큰 생성 로직 구현 * feat: 이메일로 유저 찾기 * feat: 토큰 refresh 로직 구현 * chore: apply spotless * chore: 미사용 클래스 삭제 * chore: 미사용 메서드 삭제 * chore: 불필요한 주석 삭제 * chore: 미사용 메서드 삭제 * feat: 인증코드 검증 매치시 캐시에서 삭제 * chore: apply spotless
* feat: copy and paste from rebuild-server * feat: add exceptions * feat: add tokens * feat: add jwts * feat: add dependency for jwt * chore: pull from dev/season4 * feat: 토큰 검사 미실시 리스트 추가 * feat: 토큰 검사 로직 추가 * feat: 유저 이메일 유니크 속성 추가 * feat: 리퀘스트 인증코드와 DB 인증코드가 같은지 체크 * feat: 인증코드 인증 시 유저 생성 * feat: 이메일로 토큰 생성 * feat: 인증코드 인증 로직 구현 * feat: 토큰 DTO 추가 * feat: 이메일로 토큰 생성 로직 구현 * feat: 이메일로 유저 찾기 * feat: 토큰 refresh 로직 구현 * chore: apply spotless * chore: 미사용 클래스 삭제 * chore: 미사용 메서드 삭제 * chore: 불필요한 주석 삭제 * chore: 미사용 메서드 삭제 * feat: 인증코드 검증 매치시 캐시에서 삭제 * chore: apply spotless * fix: JWT에 email말고 id 담기로 변경 * chore: 유저 테스트 엔드포인트 변경 * chore: apply spotless * chore: add blank for push
* feat: hibernate-types for postgres jsonb type * feat: change entity to jsonb columns * feat: change service and test followed by entity changes * feat: change meeting team column - make information jsonb with dynamic json mapping - delete preference and integrate with information columns * test: change test code due to change in information type * feat: add email and verified field for school verification * feat: add payment to userTeam * feat: add pk to userTeam * feat: set foreign key in payments to meeting team not in user team * feat: change compatibility to jsonb * feat(sql): change ddl fit to change * fix: delete jpa pk generation to use UUID * feat: change mapping information * feat: add algorithm code * chore: formatting * chore: add .gitignore jpa.lib * feat: add pre commit hook with spotless * chore: format with ktfmt * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * fix: update findUserWithMeeting Query * fix: update param in findUserWithMeetingTeam from single to triple * fix: add religion in UserFindResponse * style: kotlin lang style * fix: delete test file * fix: fix eror in query * fix: delete exception in toMeetingTeamInformationGetResponse * style: kotlin lang style --------- Co-authored-by: SangMinLeeAI <[email protected]>
* feat: hibernate-types for postgres jsonb type * feat: change entity to jsonb columns * feat: change service and test followed by entity changes * feat: change meeting team column - make information jsonb with dynamic json mapping - delete preference and integrate with information columns * test: change test code due to change in information type * feat: add email and verified field for school verification * feat: add payment to userTeam * feat: add pk to userTeam * feat: set foreign key in payments to meeting team not in user team * feat: change compatibility to jsonb * feat(sql): change ddl fit to change * fix: delete jpa pk generation to use UUID * feat: change mapping information * feat: add algorithm code * chore: formatting * chore: add .gitignore jpa.lib * feat: add pre commit hook with spotless * chore: format with ktfmt * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * feat: create method by portone * feat: create requestPayment * feat: create checkPayment * feat: create refundPaymentById * feat: create refundPayment * style: format kotlin code style * fix: add transactional * fix: optimize file * feat: add swagger form * fix: add requestEntity and exception * style: change kotline lang style * refactor: change dao package location * fix: change request in refundById * feat: change refundByID Id to email * feat: change name sex to gender * style: kotlin lang style --------- Co-authored-by: SangMinLeeAI <[email protected]>
…eRequest (#45) * feat: hibernate-types for postgres jsonb type * feat: change entity to jsonb columns * feat: change service and test followed by entity changes * feat: change meeting team column - make information jsonb with dynamic json mapping - delete preference and integrate with information columns * test: change test code due to change in information type * feat: add email and verified field for school verification * feat: add payment to userTeam * feat: add pk to userTeam * feat: set foreign key in payments to meeting team not in user team * feat: change compatibility to jsonb * feat(sql): change ddl fit to change * fix: delete jpa pk generation to use UUID * feat: change mapping information * feat: add algorithm code * chore: formatting * chore: add .gitignore jpa.lib * feat: add pre commit hook with spotless * chore: format with ktfmt * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * refactor: updateUser and createMeetingTeam * refactor: joinMeetingTeam and getMeetingTeamUserList * refactor: updateMeetingTeamInformation * refactor: updateMeetingTeamPreference * refactor: getMeetingTeamInformation * feat: getMeetingTeamInformationByKakaoId * fix: solve conflict * style: change kotlin lang style * fix: delete trash file * fix: delete nickname and change api endpoint * fix: update code based pr review * feat: how to update meetingTeamInformationUpdateReqeust? * refactor: decide MeetingTeamInformationUpdateRequest * style: kotlin lang style --------- Co-authored-by: SangMinLeeAI <[email protected]>
* feat: copy and paste from rebuild-server * feat: add exceptions * feat: add tokens * feat: add jwts * feat: add dependency for jwt * chore: pull from dev/season4 * feat: 토큰 검사 미실시 리스트 추가 * feat: 토큰 검사 로직 추가 * feat: 유저 이메일 유니크 속성 추가 * feat: 리퀘스트 인증코드와 DB 인증코드가 같은지 체크 * feat: 인증코드 인증 시 유저 생성 * feat: 이메일로 토큰 생성 * feat: 인증코드 인증 로직 구현 * feat: 토큰 DTO 추가 * feat: 이메일로 토큰 생성 로직 구현 * feat: 이메일로 유저 찾기 * feat: 토큰 refresh 로직 구현 * chore: apply spotless * chore: 미사용 클래스 삭제 * chore: 미사용 메서드 삭제 * chore: 불필요한 주석 삭제 * chore: 미사용 메서드 삭제 * feat: 인증코드 검증 매치시 캐시에서 삭제 * chore: apply spotless * fix: JWT에 email말고 id 담기로 변경 * chore: 유저 테스트 엔드포인트 변경 * chore: apply spotless * chore: add blank for push * feat: rebuild-server로부터 시대팅 User 생성 기능 구현 * refactor: 불필요한 메서드 제거 * fix: 유저 생성 시 id에 random uuid 삽입 * fix: User save를 위한 Transactional read only 제거 * feat: 시대생 마이그레이션 url 개방 * fix: 대학명 위치 userPersonalInformation 안으로 변경 * refactor: 유저 초기화 시즌4에 맞게 변경 * chore: apply spotless * fix: 인증코드 캐시 TTL 1시간으로 변경
* feat: copy and paste from rebuild-server * feat: add exceptions * feat: add tokens * feat: add jwts * feat: add dependency for jwt * chore: pull from dev/season4 * feat: 토큰 검사 미실시 리스트 추가 * feat: 토큰 검사 로직 추가 * feat: 유저 이메일 유니크 속성 추가 * feat: 리퀘스트 인증코드와 DB 인증코드가 같은지 체크 * feat: 인증코드 인증 시 유저 생성 * feat: 이메일로 토큰 생성 * feat: 인증코드 인증 로직 구현 * feat: 토큰 DTO 추가 * feat: 이메일로 토큰 생성 로직 구현 * feat: 이메일로 유저 찾기 * feat: 토큰 refresh 로직 구현 * chore: apply spotless * chore: 미사용 클래스 삭제 * chore: 미사용 메서드 삭제 * chore: 불필요한 주석 삭제 * chore: 미사용 메서드 삭제 * feat: 인증코드 검증 매치시 캐시에서 삭제 * chore: apply spotless * fix: JWT에 email말고 id 담기로 변경 * chore: 유저 테스트 엔드포인트 변경 * chore: apply spotless * chore: add blank for push * feat: rebuild-server로부터 시대팅 User 생성 기능 구현 * refactor: 불필요한 메서드 제거 * fix: 유저 생성 시 id에 random uuid 삽입 * fix: User save를 위한 Transactional read only 제거 * feat: 시대생 마이그레이션 url 개방 * fix: 대학명 위치 userPersonalInformation 안으로 변경 * refactor: 유저 초기화 시즌4에 맞게 변경 * chore: apply spotless
* feat: 로그인 실패 예외 구현 * feat: 로그인 요청 DTO 구현 * feat: 시대생 로그인을 위한 device secret 추가 * feat: 시대생 로그인을 위한 device secret 추가 * feat: 로그인 jwt 필터 경유 * feat: 시대생 로그인 기능 구현 * feat: apply lint * chore: 시대생만 사용하는 api uri 변경 * chore: 시대생만 사용하는 api uri 변경 * chore: 로그인 실패 예외 Http Status 변경
* feat: 유저 Tos 추가 * chore: 예외명 변경 * chore: 불필요 import 제거 * chore: apply lint
* feat: hibernate-types for postgres jsonb type * feat: change entity to jsonb columns * feat: change service and test followed by entity changes * feat: change meeting team column - make information jsonb with dynamic json mapping - delete preference and integrate with information columns * test: change test code due to change in information type * feat: add email and verified field for school verification * feat: add payment to userTeam * feat: add pk to userTeam * feat: set foreign key in payments to meeting team not in user team * feat: change compatibility to jsonb * feat(sql): change ddl fit to change * fix: delete jpa pk generation to use UUID * feat: change mapping information * feat: add algorithm code * chore: formatting * chore: add .gitignore jpa.lib * feat: add pre commit hook with spotless * chore: format with ktfmt * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * chore: update swagger url in config --------- Co-authored-by: SangMinLeeAI <[email protected]>
* feat: 상대에게 전하는 첫 메시지 message 컬럼 추가 * feat: 유저 정보 업데이트 기능 변경 * chore: apply lint * refactor: 유저 개인정보 업데이트 메서드화 * chore: apply lint
* feat: hibernate-types for postgres jsonb type * feat: change entity to jsonb columns * feat: change service and test followed by entity changes * feat: change meeting team column - make information jsonb with dynamic json mapping - delete preference and integrate with information columns * test: change test code due to change in information type * feat: add email and verified field for school verification * feat: add payment to userTeam * feat: add pk to userTeam * feat: set foreign key in payments to meeting team not in user team * feat: change compatibility to jsonb * feat(sql): change ddl fit to change * fix: delete jpa pk generation to use UUID * feat: change mapping information * feat: add algorithm code * chore: formatting * chore: add .gitignore jpa.lib * feat: add pre commit hook with spotless * chore: format with ktfmt * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * refactor: updateUser and createMeetingTeam * refactor: joinMeetingTeam and getMeetingTeamUserList * refactor: updateMeetingTeamInformation * refactor: updateMeetingTeamPreference * refactor: getMeetingTeamInformation * feat: getMeetingTeamInformationByKakaoId * fix: solve conflict * style: change kotlin lang style * fix: delete trash file * fix: delete nickname and change api endpoint * fix: update code based pr review * feat: how to update meetingTeamInformationUpdateReqeust? * refactor: decide MeetingTeamInformationUpdateRequest * style: kotlin lang style * docs: write exception in swagger * style: kotlin lang style * feat: apply validation in verification, match, user * fix: teamName can be null --------- Co-authored-by: SangMinLeeAI <[email protected]> Co-authored-by: 유현승 <[email protected]>
* feat: 상대에게 전하는 첫 메시지 message 컬럼 추가 * feat: 유저 정보 업데이트 기능 변경 * fix: 토큰 만료를 status 401 에러로 프론트에게 전송 * fix: 토큰 만료, 인가되지 않은 사용자만 예외 처리 * fix: Jwt 필터에서 default로 모든 Exception 예외 처리 * chore: 변수에 주석 추가 * chore: apply spotless
* feat: hibernate-types for postgres jsonb type * feat: change entity to jsonb columns * feat: change service and test followed by entity changes * feat: change meeting team column - make information jsonb with dynamic json mapping - delete preference and integrate with information columns * test: change test code due to change in information type * feat: add email and verified field for school verification * feat: add payment to userTeam * feat: add pk to userTeam * feat: set foreign key in payments to meeting team not in user team * feat: change compatibility to jsonb * feat(sql): change ddl fit to change * fix: delete jpa pk generation to use UUID * feat: change mapping information * feat: add algorithm code * chore: formatting * chore: add .gitignore jpa.lib * feat: add pre commit hook with spotless * chore: format with ktfmt * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * fix: update findUserWithMeeting Query * fix: update param in findUserWithMeetingTeam from single to triple * fix: add religion in UserFindResponse * style: kotlin lang style * fix: delete test file * fix: fix eror in query * fix: delete exception in toMeetingTeamInformationGetResponse * style: kotlin lang style * fix: update error code * feat: add updateMeetingTeamMessage * style: kotlin lang style --------- Co-authored-by: SangMinLeeAI <[email protected]>
* feat: 시대생으로부터 받아올 데이터 * feat: 시대생으로부터 유저 데이터 반환 기능 구현 * feat: Tos 삭제 * feat: 전화번호로 유저 중복 확인 * feat: 시대생 token으로 시대팅 로그인 기능 구현 * refactor: 토큰 발급 로직 위치 변경 * chore: apply spotless
* feat: hibernate-types for postgres jsonb type * feat: change entity to jsonb columns * feat: change service and test followed by entity changes * feat: change meeting team column - make information jsonb with dynamic json mapping - delete preference and integrate with information columns * test: change test code due to change in information type * feat: add email and verified field for school verification * feat: add payment to userTeam * feat: add pk to userTeam * feat: set foreign key in payments to meeting team not in user team * feat: change compatibility to jsonb * feat(sql): change ddl fit to change * fix: delete jpa pk generation to use UUID * feat: change mapping information * feat: add algorithm code * chore: formatting * chore: add .gitignore jpa.lib * feat: add pre commit hook with spotless * chore: format with ktfmt * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * refactor: updateUser and createMeetingTeam * refactor: joinMeetingTeam and getMeetingTeamUserList * refactor: updateMeetingTeamInformation * refactor: updateMeetingTeamPreference * refactor: getMeetingTeamInformation * feat: getMeetingTeamInformationByKakaoId * fix: solve conflict * style: change kotlin lang style * fix: delete trash file * fix: delete nickname and change api endpoint * fix: update code based pr review * feat: how to update meetingTeamInformationUpdateReqeust? * refactor: decide MeetingTeamInformationUpdateRequest * style: kotlin lang style * docs: write exception in swagger * style: kotlin lang style * feat: apply validation in verification, match, user * fix: teamName can be null * refactor: add field schema * fix: change type * style: kotlin lang style * fix: update schema example * style: kotlin lang style --------- Co-authored-by: SangMinLeeAI <[email protected]>
* feat: hibernate-types for postgres jsonb type * feat: change entity to jsonb columns * feat: change service and test followed by entity changes * feat: change meeting team column - make information jsonb with dynamic json mapping - delete preference and integrate with information columns * test: change test code due to change in information type * feat: add email and verified field for school verification * feat: add payment to userTeam * feat: add pk to userTeam * feat: set foreign key in payments to meeting team not in user team * feat: change compatibility to jsonb * feat(sql): change ddl fit to change * fix: delete jpa pk generation to use UUID * feat: change mapping information * feat: add algorithm code * chore: formatting * chore: add .gitignore jpa.lib * feat: add pre commit hook with spotless * chore: format with ktfmt * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * chore: change format to kotlin lang-style * fix: change email to phoneNumber * style: kotlin lang style * fix: delete test --------- Co-authored-by: SangMinLeeAI <[email protected]>
* refactor: UserUpdateRequest 스키마 추가 * feat: 이메일로 유저 유무 체크 endpoint 활성화 * chore: apply lint * fix: 최소 주량 스키마 수정 * fix: 스키마 enum type 단수 변경 * fix: 스키마 enum type 복수 변경
* fix: 스웨거 path 변경 * fix: openapi port 변경
* fix: 스웨거 path 변경 * fix: openapi port 변경 * fix: path 다시 변경 * fix: swagger path 변경 * fix: swagger path 변경 * fix: openapi3 설정 제거 * fix: swagger url 오픈 * test: 토큰 검사 미실시 리스트 테스트 * test: 토큰 검사 미실시 리스트 테스트 * test: 토큰 검사 미실시 리스트 테스트
* fix: 스웨거 path 변경 * fix: openapi port 변경 * fix: path 다시 변경 * fix: swagger path 변경 * fix: swagger path 변경 * fix: openapi3 설정 제거 * fix: swagger url 오픈 * test: 토큰 검사 미실시 리스트 테스트 * test: 토큰 검사 미실시 리스트 테스트 * test: 토큰 검사 미실시 리스트 테스트 * chore: apply lint
* fix: 스웨거 path 변경 * fix: openapi port 변경 * fix: path 다시 변경 * fix: swagger path 변경 * fix: swagger path 변경 * fix: openapi3 설정 제거 * fix: swagger url 오픈 * test: 토큰 검사 미실시 리스트 테스트 * test: 토큰 검사 미실시 리스트 테스트 * test: 토큰 검사 미실시 리스트 테스트 * chore: apply lint * test: openapi 포트 변경 * test: static 패키지 제거 * test: 의존성 제거 * test: asciidotorj 제거 * test: api-docs 토큰 검사 미실시 리스트 추가 * test: swagger prefix 추가 * test: swagger prefix 추가
* fix: 스웨거 path 변경 * fix: openapi port 변경 * fix: path 다시 변경 * fix: swagger path 변경 * fix: swagger path 변경 * fix: openapi3 설정 제거 * fix: swagger url 오픈 * test: 토큰 검사 미실시 리스트 테스트 * test: 토큰 검사 미실시 리스트 테스트 * test: 토큰 검사 미실시 리스트 테스트 * chore: apply lint * test: openapi 포트 변경 * test: static 패키지 제거 * test: 의존성 제거 * test: asciidotorj 제거 * test: api-docs 토큰 검사 미실시 리스트 추가 * test: swagger prefix 추가 * test: swagger prefix 추가 * chore: apply fmt
UDADDY
reviewed
Apr 2, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~
src/main/kotlin/uoslife/servermeeting/global/config/SecurityConfig.kt
Outdated
Show resolved
Hide resolved
adrinerDP
approved these changes
Apr 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.