Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 332 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 332 Bytes

AI NOTES

Introduction

Running Locally

Prerequisites

start docker

$ cd local-development
$ docker-compose up -d

run

$ ./gradlew bootRun

Formatter

$ ./gradlew spotlessApply

style check

$ ./gradlew checkstyleMain

build

$ ./gradlew build