로그 경로 반영 / logback-spring.xml 적용

This commit is contained in:
Rinjae
2025-09-10 15:59:54 +09:00
parent cf04a51b59
commit 7eeff1b216
12 changed files with 81 additions and 46 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/bin/bash
export JAVA_HOME=/c/eactive/apps/jdk1.8.0_441
export GRADLE_HOME=/c/eactive/apps/gradle-8.7
export GRADLE_USER_HOME=/c/eactive/workspaces/gradle-user-home-kjbank
export PATH=$JAVA_HOME/bin:$GRADLE_HOME/bin:$PATH
echo "========================"
java -version
javac -version
echo "========================"
gradle --version
echo "========================"
gradle clean build -x test --no-daemon