@ConditionalOnProperty(prefix="jwork.ignore", value={"jwork","admin","web"}, havingValue="false", matchIfMissing=true) @Service public class MyPageServiceImpl extends Object implements MyPageService
Constructor and Description |
---|
MyPageServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
saveMyPage(UserVO userVO,
LoginVO loginVO)
My Page 수정 데이터를 저장한다.
|
public void saveMyPage(UserVO userVO, LoginVO loginVO)
saveMyPage
in interface MyPageService
userVO
- 사용자 정보loginVO
- 로그인(Password 등) 정보Copyright © 2025. All rights reserved.