mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:32:20 +09:00
설정 및 파일 위치 변경
This commit is contained in:
@@ -29,10 +29,8 @@ app.props:
|
||||
private-token-expiration: 1800
|
||||
part1: JwtPart1
|
||||
part2: JwtPart2
|
||||
part3: JwtPart3
|
||||
part4: JwtPart4
|
||||
access-token-expiration: 1800
|
||||
refresh-token-expiration: 259200
|
||||
access-token-expiration: 180
|
||||
refresh-token-expiration: 1800
|
||||
header: Authorization
|
||||
prefix: "Bearer "
|
||||
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
, T1.HP_NO
|
||||
, T1.AUT_CD
|
||||
, T1.AUTHCHR_FAIL_CNT
|
||||
, T1.RFRSH_TKN
|
||||
, T1.RFRSH_TKN_DT
|
||||
, T1.LAST_LOGIN_DT
|
||||
, T1.LOGIN_FAIL_CNT
|
||||
, T1.PWD_CHG_DT
|
||||
@@ -196,12 +194,6 @@
|
||||
<if test="authchrFailCnt != null and authchrFailCnt != ''">
|
||||
, AUTHCHR_FAIL_CNT = #{authchrFailCnt}
|
||||
</if>
|
||||
<if test="rFrshTkn != null and rFrshTkn != ''">
|
||||
, RFRSH_TKN = #{rFrshTkn}
|
||||
</if>
|
||||
<if test="refreshTokenExpiration != null and refreshTokenExpiration != ''">
|
||||
, RFRSH_TKN_DT = DATE_ADD(NOW(), INTERVAL #{refreshTokenExpiration} SECOND)
|
||||
</if>
|
||||
<if test="lastLoginDt != null and lastLoginDt != ''">
|
||||
, LAST_LOGIN_DT = NOW()
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user