luismr / spring-boot-simple-web-controller-with-jpa

Spring Boot 2.7 simple web controller with JPA using H2 in memory database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 with JPA using H2 in memory database


Languages

Language:Java 100.0%