kjb-safedb 로 PasswordEncoer 변경 / 가입자 수정 화면에서 수정버튼 항상 활성화
This commit is contained in:
@@ -36,18 +36,23 @@ eLink 모듈을 참조하여 구성되어있으며, 추후 필요 모듈외에
|
||||
|
||||
|
||||
|
||||
### TOMCAT 기동 옵션 참조
|
||||
## TOMCAT 기동 옵션 참조
|
||||
### 로컬 개발용
|
||||
|
||||
```
|
||||
-Deai.datasource.type=DEV
|
||||
-Dinst.Name=apimsSvr11
|
||||
-Deai.tableowner=ems
|
||||
-Dinst.Name=emsSvr99
|
||||
-Deai.tableowner=EMSADM
|
||||
-Deai.systemmode=D
|
||||
-Dfile.encoding=utf-8
|
||||
-DLOGBACK_LOG_LEVEL=info
|
||||
-Dlogin.mode=db
|
||||
-DLOGBACK_LOG_LEVEL=DEBUG
|
||||
-Dlogback.configurationFile=classpath:logback-dev.xml
|
||||
-Dhibernate.dialect=org.hibernate.dialect.Oracle12cDialect
|
||||
-Dkjb_safedb.mode=fake
|
||||
```
|
||||
|
||||
### Gradle 빌드 옵션
|
||||
## Gradle 빌드 옵션
|
||||
```bash
|
||||
# Weblogic 배포용 (테스트 제외)
|
||||
gradle build -x test -Pprofile=weblogic
|
||||
|
||||
Reference in New Issue
Block a user