kjb-safedb 로 PasswordEncoer 변경 / 가입자 수정 화면에서 수정버튼 항상 활성화

This commit is contained in:
Rinjae
2025-09-30 11:53:05 +09:00
parent 5c5e69a2df
commit 3f20673b69
4 changed files with 22 additions and 15 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ java {
languageVersion = JavaLanguageVersion.of(8)
}
}
compileJava {
options.encoding = 'UTF-8'
sourceSets.main.java { srcDir generatedJavaDir }
@@ -50,7 +50,7 @@ war {
def profile = project.findProperty("profile") ?: "tomcat"
if (profile == "weblogic") {
webXml = file("WebContent/WEB-INF/weblogic-web.xml")
webXml = file("WebContent/WEB-INF/weblogic-web.xml")
}