Skip to content

luismr/spring-boot-simple-web-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Requirements

You can use SDKMAN to manage your Java and Maven runtimes, and there is a very good tutorial about how to use SDKMAN here.

  • Java 17
sdk install java 17.0.3.6.1-amzn
  • Maven 3.8.5
sdk install maven 3.8.5

Build and Run

Using Maven

Build

mvn clean install

Running only the Tests

mvn test

Running the application

mvn spring-boot:run

Using IDE

I used IntelliJ Idea from JetBrains to build this application but you also can use Eclipse, or Netbeans to run this application.

Documentation

References

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

Spring Boot 2.7 simple web controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages