Skip to content

tc3-japan/tp-blank-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blank Project

Secure DS Platform - A blank project for micro-service.

Requirements

  • JDK Latest >= 9
  • Lombok Latest >= 1.16.20 Install it to your own IDE if needed.

Quick Start

  1. Run the service
    ./gradlew bootRun

Then open http://localhost:8080

Production mode

./gradlew bootRun -Pproduction

Code formatting

We use (google code style)[https://google.github.io/styleguide/javaguide.html].
You might be able to find the code formatter setting file written for your editor here: https://github.com/google/styleguide

Releases

No releases published

Packages

No packages published

Languages