All Projects → TechPrimers → spring-jpa-hibernate-mysql-example

TechPrimers / spring-jpa-hibernate-mysql-example

Licence: other
Spring Data JPA with Hibernate using MySql Example

Programming Languages

shell
77523 projects
Batchfile
5799 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to spring-jpa-hibernate-mysql-example

doc
QuickPerf documentation: https://github.com/quick-perf/doc/wiki/QuickPerf
Stars: ✭ 22 (-8.33%)
Mutual labels:  hibernate, spring-data-jpa
spring-boot-mongodb-example
Spring Boot Using Spring Data MongoDB Example
Stars: ✭ 36 (+50%)
Mutual labels:  spring-data-rest, spring-data-jpa
SpringMVC-Hibernate
J2EE项目系列(二)--博客管理系统(Maven+SpringMVC+Hibernate以及附加分页和一对多查询功能)
Stars: ✭ 48 (+100%)
Mutual labels:  hibernate, spring-data-jpa
Jplusone
Tool for automatic detection and asserting "N+1 SELECT problem" occurences in JPA based Spring Boot Java applications and finding origin of JPA issued SQL statements in general
Stars: ✭ 91 (+279.17%)
Mutual labels:  hibernate, spring-data-jpa
spring-discord-bot
Discord all-purpose bot, made using Spring Boot, JPA, Hibernate, REST, HikariCP. Written for fun, do not take this serious.
Stars: ✭ 26 (+8.33%)
Mutual labels:  hibernate, spring-data-jpa
Quickperf
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
Stars: ✭ 231 (+862.5%)
Mutual labels:  hibernate, spring-data-jpa
Diber-backend
Delivery Service - Spring Boot / Spring Data Jpa / Hibernate / PostgreSQL / OAuth2 Application
Stars: ✭ 22 (-8.33%)
Mutual labels:  hibernate, spring-data-jpa
Jpa Spec
A JPA Query By Specification framework.
Stars: ✭ 620 (+2483.33%)
Mutual labels:  hibernate, spring-data-jpa
vogon-java
Vogon - A simple personal finance tracker using Spring Boot and AngularJS
Stars: ✭ 16 (-33.33%)
Mutual labels:  hibernate, spring-data-jpa
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (+37.5%)
Mutual labels:  hibernate, spring-data-jpa
Tianti
java轻量级的CMS解决方案-天梯。天梯是一个用java相关技术搭建的后台CMS解决方案,用户可以结合自身业务进行相应扩展,同时提供了针对dao、service等的代码生成工具。技术选型:Spring Data JPA、Hibernate、Shiro、 Spring MVC、Layer、Mysql等。
Stars: ✭ 1,053 (+4287.5%)
Mutual labels:  hibernate, spring-data-jpa
hibernate-springcache
Hibernate cache implementation that backs to the Spring Cache abstraction
Stars: ✭ 19 (-20.83%)
Mutual labels:  hibernate, spring-data-jpa
Springbootrestapihibernatejpamysqltutorial
Stars: ✭ 32 (+33.33%)
Mutual labels:  hibernate, spring-data-jpa
Spring Framework Petclinic
A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC
Stars: ✭ 251 (+945.83%)
Mutual labels:  hibernate, spring-data-jpa
Sample Hazelcast Spring Datagrid
sample spring-boot applications integrated with hazelcast imdg, and providing hot cache with hazelcast and striim
Stars: ✭ 16 (-33.33%)
Mutual labels:  hibernate, spring-data-jpa
spring-data-jpa-mongodb-expressions
Use the MongoDB query language to query your relational database, typically from frontend.
Stars: ✭ 86 (+258.33%)
Mutual labels:  hibernate, spring-data-jpa
Angularjs Springmvc Sample
A RESTful sample using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer
Stars: ✭ 292 (+1116.67%)
Mutual labels:  hibernate, spring-data-jpa
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (+1187.5%)
Mutual labels:  hibernate, spring-data-jpa
Library
Online Library Management. User can search, check in, checkout book. System adds fines automatically if the book is not checked in by due date
Stars: ✭ 27 (+12.5%)
Mutual labels:  hibernate, spring-data-jpa
spring-boot-shop-sample
My first web application using Spring Boot framework.
Stars: ✭ 66 (+175%)
Mutual labels:  hibernate, spring-data-jpa

Spring Data JPA with Hibernate using MySql Example

This project depicts the Spring Boot Example with Spring Data JPA with Hibernate using MySql Example.

Description

This Project shows the list of Users which are stored in the MySql Database. Using the following endpoints, different operations can be achieved:

  • /rest/users/all - This returns the list of Users in the Users table which is created in MySql Table (users)
  • /rest/users/{name} - This returns the details of the Users passed in URL
  • /rest/id/{id} - This returns the details of the Users for the user Id passed in URL
  • /rest/update/{id}/{name} - This updates the name of the user for the userId passed in the URL

Libraries used

  • Spring Boot
  • Spring MVC (Spring Web)
  • Spring Data JPA with Hibernate
  • MySql

Tools used

  • Git 2.10.0
  • IntelliJ IDEA 2017.1
  • MySql running locally

Compilation Command

  • mvn clean install - Plain maven clean and install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].