{"id":14972293,"url":"https://github.com/bezkoder/spring-boot-thymeleaf-example","last_synced_at":"2025-10-26T19:30:19.119Z","repository":{"id":62210605,"uuid":"557828735","full_name":"bezkoder/spring-boot-thymeleaf-example","owner":"bezkoder","description":"Build Spring Boot Thymeleaf example - CRUD application with Maven, Bootstrap, Spring Data JPA, Web MVC","archived":false,"fork":false,"pushed_at":"2022-11-08T04:06:47.000Z","size":101,"stargazers_count":52,"open_issues_count":0,"forks_count":37,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T22:23:54.081Z","etag":null,"topics":["bootstrap","bootstrap-4","bootstrap4","crud","crud-api","crud-application","crud-operation","crud-sample","spring","spring-boot","spring-boot-thymeleaf","spring-data-jpa","spring-mvc","spring-thymeleaf","springboot","thymeleaf","thymeleaf-java","thymeleaf-template-engine"],"latest_commit_sha":null,"homepage":"","language":"HTML","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":"2022-10-26T11:37:35.000Z","updated_at":"2025-01-14T21:40:12.000Z","dependencies_parsed_at":"2023-01-22T22:01:11.100Z","dependency_job_id":null,"html_url":"https://github.com/bezkoder/spring-boot-thymeleaf-example","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/bezkoder%2Fspring-boot-thymeleaf-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-thymeleaf-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-thymeleaf-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-thymeleaf-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/spring-boot-thymeleaf-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238386145,"owners_count":19463307,"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":["bootstrap","bootstrap-4","bootstrap4","crud","crud-api","crud-application","crud-operation","crud-sample","spring","spring-boot","spring-boot-thymeleaf","spring-data-jpa","spring-mvc","spring-thymeleaf","springboot","thymeleaf","thymeleaf-java","thymeleaf-template-engine"],"created_at":"2024-09-24T13:46:41.311Z","updated_at":"2025-10-26T19:30:18.755Z","avatar_url":"https://github.com/bezkoder.png","language":"HTML","readme":"# Spring Boot Thymeleaf example: CRUD Application\n\nBuild a Spring Boot Thymeleaf CRUD example with Maven that use Spring Data JPA to interact with H2/MySQL/PostgreSQL database. You'll know:\n- How to configure Spring Data, JPA, Hibernate to work with Database\n- How to define Data Entity and Repository interfaces\n- Way to create Spring Controller to process HTTP requests\n- Way to use Spring Data JPA to interact with H2/MySQL/PostgreSQL Database\n- How to use Thymeleaf template engine for View layer\n\n![spring-boot-thymeleaf-example](spring-boot-thymeleaf-example.png)\n\nFor more detail, please visit:\n\u003e [Spring Boot Thymeleaf example: CRUD Application](https://www.bezkoder.com/spring-boot-thymeleaf-example/)\n\nMore Practice:\n\u003e [Thymeleaf Pagination example](https://www.bezkoder.com/thymeleaf-pagination/)\n\n\u003e [Thymeleaf Pagination and Sorting example](https://www.bezkoder.com/thymeleaf-pagination-and-sorting-example/)\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\nException Handling:\n\u003e [Spring Boot @ControllerAdvice \u0026 @ExceptionHandler example](https://www.bezkoder.com/spring-boot-controlleradvice-exceptionhandler/)\n\n\u003e [@RestControllerAdvice example in Spring Boot](https://www.bezkoder.com/spring-boot-restcontrolleradvice/)\n\nRest API:\n\u003e [Spring Boot + MySQL: CRUD Rest API example](https://www.bezkoder.com/spring-boot-jpa-crud-rest-api/)\n\n\u003e [Spring Boot + PostgreSQL: CRUD Rest API example](https://www.bezkoder.com/spring-boot-postgresql-example/)\n\n\u003e [Spring Boot + SQL Server: CRUD Rest API example](https://www.bezkoder.com/spring-boot-sql-server/)\n\n\u003e [Spring Boot + H2: CRUD Rest API example](https://www.bezkoder.com/spring-boot-jpa-h2-example/)\n\n\u003e [Spring Boot + MongoDB: CRUD Rest API example](https://www.bezkoder.com/spring-boot-mongodb-crud/)\n\n\u003e [Spring Boot + Oracle: CRUD Rest API example](https://www.bezkoder.com/spring-boot-hibernate-oracle/)\n\n\u003e [Spring Boot + Cassandra: CRUD Rest API example](https://www.bezkoder.com/spring-boot-cassandra-crud/)\n\nSecurity:\n\u003e [Spring Boot + Spring Security JWT Authentication \u0026 Authorization](https://www.bezkoder.com/spring-boot-jwt-authentication/)\n\nFullstack:\n\u003e [Vue + Spring Boot example](https://www.bezkoder.com/spring-boot-vue-js-crud-example/)\n\n\u003e [Angular 8 + Spring Boot example](https://www.bezkoder.com/angular-spring-boot-crud/)\n\n\u003e [Angular 10 + Spring Boot example](https://www.bezkoder.com/angular-10-spring-boot-crud/)\n\n\u003e [Angular 11 + Spring Boot example](https://www.bezkoder.com/angular-11-spring-boot-crud/)\n\n\u003e [Angular 12 + Spring Boot example](https://www.bezkoder.com/angular-12-spring-boot-crud/)\n\n\u003e [Angular 13 + Spring Boot example](https://www.bezkoder.com/spring-boot-angular-13-crud/)\n\n\u003e [Angular 14 + Spring Boot example](https://www.bezkoder.com/spring-boot-angular-14-crud/)\n\n\u003e [React + Spring Boot + MySQL example](https://www.bezkoder.com/react-spring-boot-crud/)\n\n\u003e [React + Spring Boot + PostgreSQL example](https://www.bezkoder.com/spring-boot-react-postgresql/)\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-thymeleaf-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Fspring-boot-thymeleaf-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fspring-boot-thymeleaf-example/lists"}