{"id":24742430,"url":"https://github.com/aprendendo-programacao/spring-boot-jdbc-template","last_synced_at":"2026-05-13T05:32:57.805Z","repository":{"id":187757290,"uuid":"410564761","full_name":"Aprendendo-programacao/spring-boot-jdbc-template","owner":"Aprendendo-programacao","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-26T15:31:14.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-28T00:38:37.998Z","etag":null,"topics":["flyway-migrations","java","jdbc-template","spring"],"latest_commit_sha":null,"homepage":"https://youtu.be/CJjHdchLY9Y","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/Aprendendo-programacao.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}},"created_at":"2021-09-26T13:50:52.000Z","updated_at":"2021-10-15T23:25:21.000Z","dependencies_parsed_at":"2023-08-12T03:22:17.319Z","dependency_job_id":null,"html_url":"https://github.com/Aprendendo-programacao/spring-boot-jdbc-template","commit_stats":null,"previous_names":["aprendendo-programacao/spring-boot-jdbc-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aprendendo-programacao%2Fspring-boot-jdbc-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aprendendo-programacao%2Fspring-boot-jdbc-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aprendendo-programacao%2Fspring-boot-jdbc-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aprendendo-programacao%2Fspring-boot-jdbc-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aprendendo-programacao","download_url":"https://codeload.github.com/Aprendendo-programacao/spring-boot-jdbc-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245020314,"owners_count":20548156,"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":["flyway-migrations","java","jdbc-template","spring"],"created_at":"2025-01-28T00:36:34.834Z","updated_at":"2026-05-13T05:32:57.768Z","avatar_url":"https://github.com/Aprendendo-programacao.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Working with Databases in Java\n- JDBC\n- Datasource\n- Connection Pool\n- Flyway and JDBC Template\n\n# Diagram\n![diagram](https://user-images.githubusercontent.com/40702606/132997719-73170303-30a6-499b-9c59-4143ba0f8439.png)\n\n# How to get started\n- switch to branch `git checkout start`\n- watch YouTube video\n\n# Exercise\n- Add the ability to edit movies\n- Add `actor` table and associate them with movies\nYou will need to create a new migration called: `V1__ActorTable.sql` and the following sql to create the actor table\n```sql\nCREATE TABLE actor\n(\n    id    bigserial primary key,\n    name  TEXT NOT NULL,\n    movie bigint REFERENCES movie (id),\n    unique (name, movie)\n);\n```\n\n# Join the community\n\u003cp\u003e\n    \u003ca href=\"https://discord.com/invite/S7gXXxq8\" alt=\"Contributors\"\u003e\n        \u003cimg src=\"https://img.shields.io/discord/699965319883784252\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faprendendo-programacao%2Fspring-boot-jdbc-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faprendendo-programacao%2Fspring-boot-jdbc-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faprendendo-programacao%2Fspring-boot-jdbc-template/lists"}