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

The backend auth server for the taco rewrite

License

Notifications You must be signed in to change notification settings

trello-talk/taco-core

Repository files navigation

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