Backend auth server for Taco rewrite
Copy the .application.properties
file to application.properties
- Run
./gradlew initCodeStyle
to pull IntelliJ IDEA project code style file from Gist.
Before commiting your code to repo remember to format your code according to established project guidelines:
- Reformat and rearrange code with IDEA.
- Run
./gradlew spotlessApply
to reformat code with Gradle.
It is also helpful to note that you before applying formatting with Spotless you can run ./gradlew spotlessJavaCheck
to check the proposed formatting before it is applied. Read more information about Spotless here.
- Run the application by using
./gradlew bootRun
. - Build the JAR file by using
./gradlew buildJar
.
- Visit http://localhost:8080/