Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- restapi ajax
- linux mysql설치
- fullcalenda
- Java
- linux dump하는법
- red hat db
- IP
- java비밀번호
- 패킷
- TCP
- fullcalenda 캘린더
- 비밀번호변경로직
- linux dump
- linux db설치
- fullcalenda 등록
- fullcalenda 수정
- NULL
- Linux
- fullcalenda 사용법
- linux 데이터베이스
- 정규표현식
- Java정규표현식
- fullcalenda 추가
- fullcalenda 일정
- red hat mysql
- red hat linux mysql
- fullcalenda 일정추가
- fullcalenda 일정수정
- restapi란?
- select
Archives
- Today
- Total
목록비밀번호변경로직 (1)
무마니

[기존] 비밀번호 변경 serviceimpl.java public boolean updateMyInfoPassword(MemberDataForm dForm, BasicUserInfo userInfo) throws Exception { boolean result = false; BasicUser user = myInfoService.selectMyInfoData(userInfo.getId()); String curUserPswd = String.valueOf(user.getPassword()); String oldUserPswd = passwordEncoder.encode(String.valueOf(dForm.getOldPassword()),userInfo.getId()); String userP..
백엔드 개발자/Java[Spring]
2025. 5. 23. 10:03