Create basic spring server
- 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 NOTJunit
- later tests using
JUnit
will need to add the relevant dependencies
- these tests use
Edited by Anthony Tan Cao