fix: relocate cwos-portal decompiled output to correct path; remove nested directory

Former-commit-id: 7a35ba61e92ede5d81f132d969713dabe7a27194
This commit is contained in:
反编译工作区
2026-04-29 12:11:22 +08:00
parent e8672a3c7b
commit ee9c0aa26d
9 changed files with 176 additions and 64 deletions
@@ -36,4 +36,4 @@ fi
export SPRING_APPLICATION_JSON="$("$MERGE" "$PWD/redis-override.properties")"
# shellcheck disable=SC2086
exec "$JAVA" "${OPEN_FLAGS[@]}" ${ELEVATOR_JAVA_OPTS:-} -jar "$JAR" \
--spring.config.location=file:./application.properties,file:./redis-override.properties
--spring.config.location=file:./application.properties,file:./application-access-control.properties,file:./redis-override.properties