{"id":26179458,"url":"https://github.com/bezkoder/spring-boot-jdbctemplate-postgresql-example","last_synced_at":"2025-08-23T04:14:19.358Z","repository":{"id":43702402,"uuid":"411136606","full_name":"bezkoder/spring-boot-jdbctemplate-postgresql-example","owner":"bezkoder","description":"Spring Boot JdbcTemplate example with PostgreSQL: CRUD Rest API using Spring Data JDBC, Spring Web MVC","archived":false,"fork":false,"pushed_at":"2022-08-14T20:45:05.000Z","size":56,"stargazers_count":12,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T01:44:04.065Z","etag":null,"topics":["crud","crud-api","crud-application","crud-sample","jdbc","jdbctemplate","postgres","postgresql","rest-api","spring","spring-boot","spring-data-jdbc","spring-jdbc","springboot"],"latest_commit_sha":null,"homepage":"","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/bezkoder.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}},"created_at":"2021-09-28T04:28:16.000Z","updated_at":"2024-11-14T15:18:00.000Z","dependencies_parsed_at":"2022-09-04T12:40:40.029Z","dependency_job_id":null,"html_url":"https://github.com/bezkoder/spring-boot-jdbctemplate-postgresql-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bezkoder/spring-boot-jdbctemplate-postgresql-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-jdbctemplate-postgresql-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-jdbctemplate-postgresql-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-jdbctemplate-postgresql-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-jdbctemplate-postgresql-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/spring-boot-jdbctemplate-postgresql-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-jdbctemplate-postgresql-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271740732,"owners_count":24812642,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["crud","crud-api","crud-application","crud-sample","jdbc","jdbctemplate","postgres","postgresql","rest-api","spring","spring-boot","spring-data-jdbc","spring-jdbc","springboot"],"created_at":"2025-03-11T21:49:58.951Z","updated_at":"2025-08-23T04:14:19.303Z","avatar_url":"https://github.com/bezkoder.png","language":"Java","readme":"# Spring Boot JdbcTemplate example with PostgreSQL: Build CRUD Rest API\nBuild a Spring Boot CRUD Rest API example that uses Spring Data Jdbc to make CRUD Operations with PostgreSQL Database. You'll know:\n- How to configure Spring Data to work with PostgreSQL database\n- How to define Data Models and Repository interfaces\n- Way to create Spring Rest Controller to process HTTP requests\n- Way to use Spring Data Jdbc to interact with Database\n\nFor instruction, please visit:\n\u003e [Spring Boot JdbcTemplate and PostgreSQL example: CRUD Rest API](https://www.bezkoder.com/spring-boot-jdbctemplate-postgresql-example/)\n\nFront-end that works well with this Back-end\n\u003e [Axios Client](https://www.bezkoder.com/axios-request/)\n\n\u003e [Angular 8 Client](https://www.bezkoder.com/angular-crud-app/) / [Angular 10 Client](https://www.bezkoder.com/angular-10-crud-app/) / [Angular 11 Client](https://www.bezkoder.com/angular-11-crud-app/) / [Angular 12 Client](https://www.bezkoder.com/angular-12-crud-app/)\n\n\u003e [Vue 2 Client](https://www.bezkoder.com/vue-js-crud-app/) / [Vue 3 Client](https://www.bezkoder.com/vue-3-crud/) / [Vuetify Client](https://www.bezkoder.com/vuetify-data-table-example/)\n\n\u003e [React Client](https://www.bezkoder.com/react-crud-web-api/) / [React Redux Client](https://www.bezkoder.com/react-redux-crud-example/)\n\nMore Practice:\n\u003e [Spring Boot JdbcTemplate, H2 Database: CRUD example](https://www.bezkoder.com/spring-boot-jdbctemplate-crud-example/)\n\n\u003e [Spring Boot JdbcTemplate, MySQL: CRUD example](https://www.bezkoder.com/spring-boot-jdbctemplate-example-mysql/)\n\n\u003e [Spring Boot, Hibernate, PostgreSQL example](https://www.bezkoder.com/spring-boot-postgresql-example/)\n\n\u003e [Spring Boot with MongoDB CRUD example](https://www.bezkoder.com/spring-boot-mongodb-crud/)\n\n\u003e [Spring Boot, Hibernate, Oracle example](https://www.bezkoder.com/spring-boot-hibernate-oracle/)\n\n\u003e [Spring Boot, Hibernate, SQL Server example](https://www.bezkoder.com/spring-boot-sql-server/)\n\n\u003e [Spring Boot File upload example with Multipart File](https://www.bezkoder.com/spring-boot-file-upload/)\n\n\u003e [Spring Boot Pagination \u0026 Filter example | Spring JPA, Pageable](https://www.bezkoder.com/spring-boot-pagination-filter-jpa-pageable/)\n\n\u003e [Spring Data JPA Sort/Order by multiple Columns | Spring Boot](https://www.bezkoder.com/spring-data-sort-multiple-columns/)\n\n\u003e [Spring Boot Repository Unit Test with @DataJpaTest](https://www.bezkoder.com/spring-boot-unit-test-jpa-repo-datajpatest/)\n\n\u003e [Deploy Spring Boot App on AWS – Elastic Beanstalk](https://www.bezkoder.com/deploy-spring-boot-aws-eb/)\n\nSecurity:\n\u003e [Spring Boot + Spring Security JWT Authentication \u0026 Authorization](https://www.bezkoder.com/spring-boot-jwt-authentication/)\n\nRun both Back-end \u0026 Front-end in one place:\n\u003e [Integrate Angular with Spring Boot Rest API](https://www.bezkoder.com/integrate-angular-spring-boot/)\n\n\u003e [Integrate React.js with Spring Boot Rest API](https://www.bezkoder.com/integrate-reactjs-spring-boot/)\n\n\u003e [Integrate Vue.js with Spring Boot Rest API](https://www.bezkoder.com/integrate-vue-spring-boot/)\n\n## Run Spring Boot application\n```\nmvn spring-boot:run\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fspring-boot-jdbctemplate-postgresql-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Fspring-boot-jdbctemplate-postgresql-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fspring-boot-jdbctemplate-postgresql-example/lists"}