Skip to content

SirSiLves/chess-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#chess-api

####Pre requirements

  • JDK 14
run: java --version
-> openjdk 14.0.1 2020-04-14
-> OpenJDK Runtime Environment (build 14.0.1+7)
-> OpenJDK 64-Bit Server VM (build 14.0.1+7, mixed mode, sharing)

How to start the local chess

run: mvn clean install -f pom.xml
run: mvn spring-boot:run
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project chess-api: Compilation failure

Means a wrong JDK was tried to use

Swagger-UI

Prepare docker image

run: docker build -t chess-api-docker .
run: docker save chess-api-docker:latest -o "local-export-path" chess-api-docker

Import the docker-image to your docker-environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published