커밋1. 윈도우 시스템에서도 다국어 메세지 경로를 사용 가능하게 추가

This commit is contained in:
kimilguk
2023-06-06 12:58:57 +09:00
parent 0fb4003417
commit 81c6c93d2a
11 changed files with 25 additions and 13 deletions

View File

@@ -25,8 +25,8 @@ ext {
}
dependencies {
// implementation files('../../module-common/build/libs/module-common-0.1.jar') // @ComponentScan(basePackages={"org.egovframe.cloud"}) 추가해야 적용된다
implementation 'org.egovframe.cloud:module-common:0.1'
implementation files('../module-common/build/libs/module-common-4.1.0-plain.jar') // 공통 모듈, @ComponentScan(basePackages={"org.egovframe.cloud"}) 추가해야 적용된다
// implementation 'org.egovframe.cloud:module-common:0.1'
implementation('org.egovframe.rte:org.egovframe.rte.fdl.cmmn:4.1.0') {
exclude group: 'org.egovframe.rte', module: 'org.egovframe.rte.fdl.logging'
}