Skip to content

Create basic spring server

Anthony Tan Cao requested to merge basic-spring-server into master

http://localhost:8022/hello

  • Basic spring boot server
  • Runs on port 8022, this is easily changeable if desired
  • Endpoint of /hello for "Hello World!"
  • Tests are also included
    • these tests use SpringBooTest package NOT Junit
    • later tests using JUnit will need to add the relevant dependencies
Edited by Anthony Tan Cao

Merge request reports