vmware 환경추가
This commit is contained in:
parent
c0a632137c
commit
ee5aa9fee4
@ -282,6 +282,7 @@ public class MainController
|
||||
log.info("새로운 비밀번호 [{}]", passwordEncoder.encode(strResetPassword) );
|
||||
|
||||
requestMap.put("pwd" , passwordEncoder.encode(strResetPassword) );
|
||||
requestMap.put("uniqId" , userInfoMap.get("uniqId") );
|
||||
|
||||
int iResult = userManageService.updatePasswordReset(requestMap);
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://192.168.8.131:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://192.168.8.140:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
username: g9IwFesTyIloXVpUnfOX0g==
|
||||
password: E4SOtjDqqO79BQERc/eaTw==
|
||||
maximumPoolSize: 35
|
||||
@ -55,3 +55,6 @@
|
||||
senderName: 나혁제
|
||||
socketFactory-class: javax.net.ssl.SSLSocketFactory
|
||||
supplier: gmail.com
|
||||
front_host_info : http://localhost:11020
|
||||
client :
|
||||
|
||||
Loading…
Reference in New Issue
Block a user