{"id":19656243,"url":"https://github.com/daggerok/spring-jdbc-h2-schema","last_synced_at":"2026-05-16T03:04:20.349Z","repository":{"id":151042106,"uuid":"134325962","full_name":"daggerok/spring-jdbc-h2-schema","owner":"daggerok","description":"This repo demonstrates spring-boot JDBC using filesystem based h2 database in MySQL mode","archived":false,"fork":false,"pushed_at":"2018-05-21T21:38:30.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T00:41:49.613Z","etag":null,"topics":["h2-database","spring-boot","spring-jdbc"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daggerok.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-21T21:13:56.000Z","updated_at":"2018-05-21T21:42:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d1d87b1-0872-4754-9a04-48f83722848b","html_url":"https://github.com/daggerok/spring-jdbc-h2-schema","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-jdbc-h2-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-jdbc-h2-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-jdbc-h2-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-jdbc-h2-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/spring-jdbc-h2-schema/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240964602,"owners_count":19885771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["h2-database","spring-boot","spring-jdbc"],"created_at":"2024-11-11T15:27:08.969Z","updated_at":"2026-05-16T03:04:20.246Z","avatar_url":"https://github.com/daggerok.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= spring-jdbc-h2-schema image:https://travis-ci.org/daggerok/spring-jdbc-h2-schema.svg?branch=spring-datasource-platform[\"Build Status\", link=\"https://travis-ci.org/daggerok/spring-jdbc-h2-schema\"]\n\nThis repo showing how setup:\n\n- spring-boot JDBC\n- filesystem based h2 database in MySQL mode\n\nbranch link:https://github.com/daggerok/spring-jdbc-h2-schema/tree/java-config/[java-config] contains jdbc DDL/DML\npopulator java configuration\n\nbranch link:https://github.com/daggerok/spring-jdbc-h2-schema/tree/default-schame-and-data-files-location/[default-schame-and-data-files-location]\ncontains jdbc DDL/DML populator by default spring-boot initialize database convention:\n\n- `src/main/resources/schema.sql` DDL scripts\n- `src/main/resources/data.sql` DML scripts\n\nand finally link:https://github.com/daggerok/spring-jdbc-h2-schema/tree/spring-datasource-platform/[spring-datasource-platform]\nbranch contains platform specific sql scripts (do not forget setup `spring.datasource.platform` properties in\n`src/main/resources/application.properties` or `src/main/resources/application.yaml` config file\n\nlinks:\n\n- link:https://docs.spring.io/spring-boot/docs/current/reference/html/howto-database-initialization.html[Spring database initialization reference]\n- link:https://docs.spring.io/spring/docs/current/spring-framework-reference/data-access.html[Spring JDBC some reference]\n\n//tag::content[]\n.gradle\n[source,bash]\n----\n./gradlew\njava -jar build/libs/*.jar\nbash build/libs/*.jar\n----\n\n.maven\n[source,bash]\n----\n./mvnw\njava -jar target/*.jar\nbash target/*.jar\n----\n\ngenerated by link:https://github.com/daggerok/generator-jvm/[jvm] yeoman generator\n//end::content[]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fspring-jdbc-h2-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fspring-jdbc-h2-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fspring-jdbc-h2-schema/lists"}