Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 213 Bytes

File metadata and controls

12 lines (9 loc) · 213 Bytes

Demo

# 빌드
./gradlew build

# 실행 (JAR 파일로)
java -jar build/libs/demo-0.0.1-SNAPSHOT.jar /path/to/directory

# 또는 Gradle로 직접 실행
./gradlew bootRun --args="/path/to/directory"