Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 924 Bytes

File metadata and controls

32 lines (22 loc) · 924 Bytes

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