/springboot-web-template

A bare minimum project uses Spring Boot Web, built with Maven.

Primary LanguageJava

Introduction

  • This is a bare minimum project uses Spring Boot Web, used for understanding how Spring Boot works as well as the default behaviour of Spring Boot.

How to run

  • ./mvnw spring-boot:run and open http://localhost:8080/hello-world
  • Or run main() in SpringBootWebApplication in IDE directly

Tech stack

  • Spring Boot 3.3.2