Skip to content

axiallon/testing-gitpod-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitPod Spring Boot Test

A simple test spring-boot application generated with spring initializr.

Getting Started

Open in Gitpod

Running the Application

Three ways to start the application:

  • Open Application.java and click on Run link above the main method.

  • Once the application is running, you can access the Welcome page by navigating to the Open Ports tab and click on the Open Browser button for port 8080.

Database

This application uses an embedded H2 database.

Database Access

When the application is running, you can access the embedded H2 database via the following URL path: /h2-console.

Use JDBC URL: jdbc:h2:./target/database/h2

Database Migrations

Database changes are managed via Flyway. The following link provides additional details regarding Flyway Migration Concepts.

The database migration scripts are located in src/main/resources/db/migration.

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published