Change the Better World

How to run application using Gradle 본문

Build Automation/Gradle

How to run application using Gradle

white_cheetah 2022. 9. 27. 21:37
1. Go to the root of the application where "build.gradle" is available.
2. Run execute the below command "gradle bootRun"

Comments