Skip to content

Picland/v3-backend-java

Repository files navigation

Earth-Backend

License Master Build Status Develop Build Status

Startup

gradle deploy
cd startup
docker-compose up tomcat

open browser

  • the home url: localhost:8090
  • the spring mvc test url: localhost:8090/api/users/123

Docker Build

docker-compose build