cromega08 / helloSpring

Getting started project in Spring website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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