Skip to content

Slava938/lab-java-springboot-fundamentals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Fundamentals Lab

How to run

  1. Ensure you have Java 17+ and Maven installed.
  2. Unzip this project.
  3. In the project root, run:
    mvn spring-boot:run

Endpoints

  • GET /greeting/hello

  • GET /greeting/hello/{name}

  • GET /greeting/add/{num1}/{num2}

  • GET /greeting/multiply/{num1}/{num2}

  • GET /weather/temperature

  • GET /weather/condition

  • GET /weather/wind

  • GET /weather/all

  • GET /time/time

  • GET /time/date

  • GET /time/day

  • GET /time/all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%