Skip to content

tahaburak/puck-spring-boot-h2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Puck Spring Boot & H2 DB demo

Deployment

Data

Json-Server

Requires nodeJS

H2

Visit http://localhost:7777/h2-console/

  • Driver Class: org.h2.Driver
  • JDBC URL: jdbc:h2:file:./src/main/resources/database/db
  • UN: test
  • PW: sa

GUI

FYI

If json-server is running will be used as main source, else H2 DB. If H2 fails (no Users table) dummy service will generate users.

If H2 fails call refresh http://localhost:7777/h2/refresh/users

Tools & Libraries

Releases

No releases published

Packages

No packages published

Languages