Skip to content

Spring Boot application with H2 in-memory integration and H2 console

Notifications You must be signed in to change notification settings

rsvinicius/h2-database-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

H2-Database-Sample

H2 is an open-source lightweight relational database for the Java platform. It is provided by Spring Boot by default and is easy and quick to set up in comparison with other databases. Using H2 as a database in training projects can help you to concentrate on learning Spring Boot and java features instead of database-specific setup.

Requirements

  • Java 11+
  • IntelliJ IDEA / Netbeans / Eclipse

Usage

  1. Start application in IDE or via command line:

    ./gradlew bootRun
    
  2. Access the H2-Console and inform the credentials defined at application.properties.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

Usage is provided under the MIT License. See LICENSE for full details.

About

Spring Boot application with H2 in-memory integration and H2 console

Topics

Resources

Stars

Watchers

Forks

Languages