You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 빌드
./gradlew build
# 실행 (JAR 파일로)
java -jar build/libs/demo-0.0.1-SNAPSHOT.jar /path/to/directory
# 또는 Gradle로 직접 실행
./gradlew bootRun --args="/path/to/directory"