Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 975 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 975 Bytes

Taco Core

Backend auth server for Taco rewrite

Configuration

Copy the .application.properties file to application.properties

Code style

  • 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:

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.

Setup

  • Run the application by using ./gradlew bootRun.
  • Build the JAR file by using ./gradlew buildJar.

Testing