{"id":19656263,"url":"https://github.com/daggerok/spring-data-jdbc-examples","last_synced_at":"2025-04-28T18:32:48.561Z","repository":{"id":151042089,"uuid":"176137170","full_name":"daggerok/spring-data-jdbc-examples","owner":"daggerok","description":"Fast and efficient spring-data","archived":false,"fork":false,"pushed_at":"2021-10-19T18:01:44.000Z","size":219,"stargazers_count":10,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T10:23:06.294Z","etag":null,"topics":["abstract-aggregate-root","aggregate","aggregate-root","ddd","domain-driven-design","domain-event","domain-events","spring-data","spring-data-ddd","spring-data-jdbc","spring-ddd"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daggerok.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-03-17T17:39:35.000Z","updated_at":"2025-02-02T14:41:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef8157f1-6bcc-4c59-8cb7-c047946737fb","html_url":"https://github.com/daggerok/spring-data-jdbc-examples","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-data-jdbc-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-data-jdbc-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-data-jdbc-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-data-jdbc-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/spring-data-jdbc-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251366123,"owners_count":21578077,"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":["abstract-aggregate-root","aggregate","aggregate-root","ddd","domain-driven-design","domain-event","domain-events","spring-data","spring-data-ddd","spring-data-jdbc","spring-ddd"],"created_at":"2024-11-11T15:27:13.186Z","updated_at":"2025-04-28T18:32:48.556Z","avatar_url":"https://github.com/daggerok.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Data JDBC [![CI](https://github.com/daggerok/spring-data-jdbc-examples/actions/workflows/ci.yaml/badge.svg)](https://github.com/daggerok/spring-data-jdbc-examples/actions/workflows/ci.yaml)\nFast and efficient spring-data\n\n\u003c!-- old Travis CI status:\n[![Build Status](https://travis-ci.org/daggerok/spring-data-jdbc-examples.svg?branch=master)](https://travis-ci.org/daggerok/spring-data-jdbc-examples)\n--\u003e\n\n## see simple and ddd submodules!\n\n- [YouTube: Spring Data JDBC - Many to Many Relationships](https://www.youtube.com/watch?v=5rqlqon8xko)\n- [Lombok value objects breaking changes fixes](https://stackoverflow.com/questions/48330613/objectmapper-cant-deserialize-without-default-constructor-after-upgrade-to-spri)\n- [Spring Data JDBC Getting started](./simple/)\n- [DDD app based on Spring Data JDBC](./ddd/)\n\n\u003c!-- we dont need that shit anymore... only if you wanna tests somethig with treboot...\n\n## prepare\n\n_start H2 database_\n\n```bash\n./mvnw -pl :h2 spring-boot:run\n```\n\nopen [H2 web UI](http://127.0.0.1:8080/h2-console/)\n\n--\u003e\n\n## increment project version\n\n```bash\n./mvnw -DgenerateBackupPoms=false build-helper:parse-version versions:set -DnewVersion=\\${parsedVersion.majorVersion}.\\${parsedVersion.minorVersion}.\\${parsedVersion.nextIncrementalVersion}-SNAPSHOT\n```\n\n## check versions update\n\n```bash\n./mvnw versions:display-property-updates\n```\n\nlinks:\n\n* [Thymeleaf form errors](https://www.thymeleaf.org/doc/tutorials/2.1/thymeleafspring.html#validation-and-error-messages)\n* [Thymeleaf Model Attributes](https://www.thymeleaf.org/doc/articles/springmvcaccessdata.html)\n* https://stackoverflow.com/a/25362790/1490636\n* [Spring Data JDBC object creation](https://docs.spring.io/spring-data/jdbc/docs/current/reference/html/#mapping.object-creation)\n* [GitHub: schauder/talk-ddd-jdbc (DDD JDBC talk repo)](https://github.com/schauder/talk-ddd-jdbc/blob/master/src/main/java/de/schauderhaft/ddd/jdbc/LegoModel.java)\n* [YouTube: Domain-Driven Design with Relational Databases Using Spring Data JDBC (DDD JDBC talk)](https://www.youtube.com/watch?v=GOSW911Ox6s)\n* [YouTube: The New Kid on the Block: Spring Data JDBC](https://www.youtube.com/watch?v=AnIouYdwxo0)\n* [Part 1: Spring Data JDBC - Getting started introduction](https://spring.io/blog/2018/09/17/introducing-spring-data-jdbc)\n* [Part 2: Spring Data JDBC - References and Aggregates](https://spring.io/blog/2018/09/24/spring-data-jdbc-references-and-aggregates)\n* [Publishing Events from Aggregate Roots](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#core.domain-events)\n* [Domain-Driven Design and Spring](http://static.olivergierke.de/lectures/ddd-and-spring/)\n* [YouTube: Spring Data JDBC - One to One \u0026 One to Many Relationships](https://www.youtube.com/watch?v=ccxBXDAPdmo)\n\nother repositories to look:\n\n- [GitHub: daggerok/ddd-spring-hexagonal-architecture](https://github.com/daggerok/ddd-spring-hexagonal-architecture)\n- [GitHub: daggerok/spring-data-jdbc-example](https://github.com/daggerok/spring-data-jdbc-example)\n- [GitHub: daggerok/spring-data-examples](https://github.com/daggerok/spring-data-examples)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fspring-data-jdbc-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fspring-data-jdbc-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fspring-data-jdbc-examples/lists"}