/hello-world

CMPE 273-01 Ent. Distributed Systems

Primary LanguageScala

Hello World

This is a basic Spring Boot Application written in Scala

To run this application you need latest gradle version installed and available in your system PATH.

Command to run the application

gradle build
gradle run

Then point your browser to the following url to get similar output

http://localhost:8080

Hello world