Skip to content

abdelkader-k/dz.563123.springBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

SpringBoot API in-Memory Database

  • This is a h SpringBoot app using an in memory database h2,
  • The code base was built using java 8.
  • JUnit Test

Configuration

  • spring.datasource.url=jdbc:h2:mem:TEST;DB_CLOSE_DELAY=-1;
  • spring.datasource.username=sa
  • spring.datasource.password=
  • spring.datasource.driver-class-name=org.h2.Driver
  • spring.datasource.platform=h2
  • spring.jpa.hibernate.ddl-auto=none
  • spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect

About

simple springboot REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages