eGovFrameSupport
|
9476e239a4
|
Merge pull request #52 from LeeBaekHaeng/2024/08/12
이클립스 문제(Problems) 제거
|
1 year ago |
eGovFrameSupport
|
6f1148d965
|
Merge branch 'contribution' into 2024/08/12
|
1 year ago |
eGovFrameSupport
|
a1660d6701
|
Merge pull request #50 from miniplugin/contribution
[회원관리] 기능을 추가+로그인 토큰에 스프링시큐리티의 ROLE_USER와 ROLE_ADMIN 추가
|
1 year ago |
이백행
|
1b97e6de91
|
이클립스 문제(Problems) 제거
|
1 year ago |
kimilguk
|
c345302408
|
권한그룹 DB의 더미데이터에 ROLE_ANONYMOUS 제거.
|
1 year ago |
kimilguk
|
1499e3088c
|
회원목록 화면에서 생성일자에서 시분초까지만 표시하도록 변경하였습니다.
|
1 year ago |
kimilguk
|
a0ebe3b8d8
|
list는 Deprecated 되어서 selectList로 변경,mapper/let/uat/uia의 GROUP_NM과 모든
필드명을 대문자로 통일시킴.
|
1 year ago |
kimilguk
|
60eacc90bb
|
DATABASE 폴더의 파일들에 회원 ID 제네레이트용 테이블과 더미테이터 추가
|
1 year ago |
kimilguk
|
ac0a90408c
|
DATABASE 폴더의 더미데이터 파일에 [회원관리]용 데이터추가
|
1 year ago |
kimilguk
|
c580afe410
|
[회원관리] 기능을 추가
|
1 year ago |
eGovFrameSupport
|
01157b1975
|
Merge pull request #49 from SimonCreater/contribution
"/adminPassword" API, Method 수정
|
1 year ago |
SimonCreater
|
11d070511f
|
adminpassword api 및 Rest 메서드 수정
|
1 year ago |
eGovFrameSupport
|
8e8edb6719
|
Merge pull request #47 from miniplugin/contribution
스웨거에서 POST,PUT,DELETE 엔드포인트를 사용 하기위해서는 필요한 jwt(토큰)사용하는 방법 주석으로 추가
|
1 year ago |
kimilguk
|
5ced91c84c
|
스웨거에서 POST,PUT,DELETE 엔드포인트를 사용 하기위해서는 필요한 jwt(토큰)사용하는 방법 주석으로 추가
|
1 year ago |
eGovFrameSupport
|
70a2b3959d
|
Merge pull request #46 from miniplugin/contribution
관리자 암호 변경 처리 작동 오류 해결
|
1 year ago |
kimilguk
|
8deeaad998
|
암호변경이 작동하지 않아서 @RequestParam 에서 @RequestBody로 변경
|
1 year ago |
kimilguk
|
b9f1953f39
|
프로젝트에 자동 생성되는 M2_REPO factorypath 파일 깃ignore에 추가
|
1 year ago |
egovframesupport
|
f2d0460119
|
Doc: contribution 용 issue template 등록
|
1 year ago |
eGovFrameSupport
|
48299c6257
|
Merge pull request #45 from eGovFramework/main
contribution 행사 전 병합
|
1 year ago |
egovframesupport
|
32266f02ac
|
egovframe-template-simple-backend 4.2.0 FINAL
|
2 years ago |
egovframesupport
|
fac527bb17
|
egovframe-template-simple-backend 4.2.0 BETA
|
2 years ago |
eGovFrameSupport
|
1963754dfa
|
Update pull_request_template.md
캡쳐 -> 캡처
|
2 years ago |
eGovFrameSupport
|
10b55568b3
|
Merge pull request #43 from Chung10Kr/feature-005
Refactor Login and Schedule Management API to RESTful Design - Backend
|
2 years ago |
eGovFrameSupport
|
fb827c1f34
|
Merge branch 'contribution' into feature-005
|
2 years ago |
eGovFrameSupport
|
30da4c588f
|
Merge pull request #42 from devholic22/contribution
[refactor] SimpleCORSFilter & AuthenticInterceptor & CustomAuthenticInterceptor 리팩터링 진행
|
2 years ago |
eGovFrameSupport
|
714ca0617f
|
Merge pull request #44 from smile-jeong/2023/08/09
주석 없는 파일에 대하여 주석 추가하였습니다.
|
2 years ago |
smile.w.dev
|
914fd5584c
|
주석 추가
|
2 years ago |
Chung10Kr
|
c62cb084c4
|
[2023-08-09]
- multipartResolver HTTP method PUT, POST 설정
- 일정관리 API및 method 변경
- 일정관리 API 인증 예외처리 코드 수정
|
2 years ago |
Chung10Kr
|
fc463e0704
|
[2023-08-08]
- login Auth API 변경
- 불필요 API 삭제
|
2 years ago |
Hyunjoon Choi
|
abcdc3d41e
|
[refactor] AuthenticInterceptor 및 CustomAuthenticInterceptor 리팩터링
|
2 years ago |
Hyunjoon Choi
|
3721953878
|
[refactor] SimpleCORSFilter 파일 리팩터링
|
2 years ago |
eGovFrameSupport
|
4564a608ad
|
Merge pull request #39 from Chung10Kr/contribution-018
Apply Spring Security, Implement JwtAuthenticationFilter, Remove Duplicate Token Authentication Code
|
2 years ago |
Chung10Kr
|
6f1f258119
|
[2023-07-19]
- EgovLoginApiControllerTest.java 파일명 변경
- 로그아웃시 불필요 코드 제거
- 갤러리이미지보기, JWT,일반 로그인시 인증 예외처리 적용
- getAuthorities() 구현
|
2 years ago |
Chung10Kr
|
e29717c84b
|
[2023-07-13]
- Token 생성시 필요 Data( 고유ID, 조직명등..) 추가.
- @AuthenticationPrincipal LoginVo NullpointException 처리 - CustomAuthenticationPrincipalResolver
- 컨트롤러 불필요 권한체크 코드 제거
|
2 years ago |
eGovFrameSupport
|
644fa5eb82
|
Create LICENSE
|
2 years ago |
Chung10Kr
|
940be3e28a
|
[2023-06-21]
- swagger 관련 인증제외 처리
|
3 years ago |
Chung10Kr
|
4a0edc782d
|
[2023-06-21]
- 메서드 명 변경 반영 username -> userse
|
3 years ago |
Chung10Kr
|
967ba7d522
|
[2023-06-21]
- 중복 dependency 제거
- 불필요 코드 삭제
- getUsernameFromToken -> getUserSeFromToken
|
3 years ago |
Chung10Kr
|
b290b3f2f0
|
[2023-06-20][crlee]
- 불필요 인증체크 코드 삭제
|
3 years ago |
Chung10Kr
|
76565f26e1
|
[2023-06-20][crlee]
- Spring Security Add
- JWT Filter
- Test Code
|
3 years ago |
platformtech
|
3f73c099b1
|
Fix: @slf4j 적용
|
3 years ago |
eGovFrameSupport
|
f1f6fe98f7
|
Merge pull request #36 from yongfire38/contribution
Fix: swagger API description 전체적용 및 미사용 컨트롤러 삭제
|
3 years ago |
platformtech
|
debba65c2c
|
Fix: swagger API description 전체적용 및 미사용 컨트롤러 삭제
|
3 years ago |
eGovFrameSupport
|
72ba18acc3
|
Merge pull request #33 from Chung10Kr/contribution-017
Swagger API Description Sample Annotaion
|
3 years ago |
platformtech
|
0b1fdd0dd4
|
Docs: index.html 안내 문구 변경
|
3 years ago |
platformtech
|
acb48fa6a4
|
Docs: Try-with-resources 관련 주석 추가
|
3 years ago |
eGovFrameSupport
|
2036ee50f6
|
Merge pull request #34 from lucki3377/contribution
이미지 처리, 파일 다운로드 Try-with-resources 적용
|
3 years ago |
eGovFrameSupport
|
f233ca4286
|
Merge pull request #35 from yongfire38/contribution
JWT secret key 설정 방법 변경(application.properties)
|
3 years ago |
platformtech
|
f1e91881d1
|
Merge remote-tracking branch 'origin/contribution' into contribution
|
3 years ago |
platformtech
|
a5af618b52
|
Fix: JWT secret key 설정 방법 변경(application.prorerties)
|
3 years ago |