Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 981 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 981 Bytes

Stack Overflow showcases

For illustrating the solution of Stack Overflow tasks.

GPLv3

Java CI

Codacy Badge

Start

Either build the application own your own and run it…

  • mvn clean package
  • java -jar target/stackoverflow-0.0.1-SNAPSHOT.jar

…or build a Docker image and start it…

  • mvn clean spring-boot:build-image
  • mvn io.fabric8:docker-maven-plugin:start
  • docker run --network=host -p 8080:8080 docker.io/library/stackoverflow:0.0.1-SNAPSHOT