-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* House Save 시 Point 처리 * #16 House Save 시 Point 처리 * #45 update user-fee api * #54 이달의 관리비 조회 * #72 이달의 관리비 조회(위젯 또는 하단 탭 접근) * #72 UserFee field nullable 처리 * #72 UserFee API 수정 * #80 이달의 관리비 수정 API * #80 피드백 반영 * conflict 해결 * #88 update user and mypage api * #89 MyPage 사용자 게시물 조회 API * #109 커뮤니티 등록 API 수정 * #116 Get House API * 137 유저 알림 API 조건부 호출 * #137 유저 알림 API 조건부 호출 피드백 적용
- Loading branch information
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package com.example.hello_there.login.jwt; | ||
|
||
public class Secret { | ||
public static String JWT_SECRET_KEY = "135b8378904571a649516713c9b3bbffc14f3464a3131504aec324cde5327b4d"; | ||
public static String USER_INFO_PASSWORD_KEY = "49e1b884c9469230ae83cd13ff41a03edcfba4288ba75be7ad336c6d8e88d249"; | ||
public static String ROOM_PASSWORD_KEY = "4ff7e6d380cd64c20d7b3c5d60263f5c3a69e2b8457e496e551a93e5f81923df"; | ||
} |