gpad / java-auction-server

Auction server for TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AuctionServer

How to start the AuctionServer application

  1. Run mvn clean install to build your application
  2. Start application with java -jar target/auction-server-1.0-SNAPSHOT.jar server config.yml
  3. To check that your application is running enter url http://localhost:8080

Health Check

To see your applications health enter url http://localhost:8081/healthcheck

About

Auction server for TDD


Languages

Language:Java 100.0%