멀티태넌스 동작 확인

This commit is contained in:
Rinjae
2025-09-12 14:46:15 +09:00
parent ff99e7caad
commit 7d41f18429
5 changed files with 35 additions and 20 deletions
+8
View File
@@ -46,3 +46,11 @@ eLink 모듈을 참조하여 구성되어있으며, 추후 필요 모듈외에
-Dfile.encoding=utf-8
-DLOGBACK_LOG_LEVEL=info
```
### Gradle 빌드 옵션
```bash
# Weblogic 배포용 (테스트 제외)
gradle build -x test -Pprofile=weblogic
```
- -Pprofile=weblogic 사용시 weblogic-web.xml 을 web.xml 로 사용 (DefaultServlet 이슈)