Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 852 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 852 Bytes

Hello, Spring!

Classic "Hello, World!" remade it with Spring.

Build an endpoint which any browser can connect to. Even can send it your name, and it will respond to you.

Tech

  • Languages: Java.
  • Libraries: SpringBoot.

Installation

  1. Download this repo in your local machine.

  2. Move inside the folder where downloaded this repo.

  3. Execute the follow command:

    • MacOS/Linux:
    ./mvnw spring-boot:run
    • Windows:
    mvnw spring-boot:run
  4. Open your browser and enter this location: http://localhost:8080/hello.

Author

License