All Projects → TechPrimers → spring-data-rest-jpa-example

TechPrimers / spring-data-rest-jpa-example

Licence: other
Spring Data REST and JPA Example

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to spring-data-rest-jpa-example

Wms
一个基于Spring MVC、Spring、MyBatis、Shiro框架的仓库管理系统Demo。A warehouse management system implement with Spring MVC, Spring Framework,MyBstis,Shiro and MySQL
Stars: ✭ 248 (+700%)
Mutual labels:  spring-mvc
spring-batch-rest
REST API for Spring Batch using Spring Boot 2.2
Stars: ✭ 85 (+174.19%)
Mutual labels:  spring-mvc
IDEAPractice
Java练习 - Java基础知识,面试题,小demo,长期积累 | intellij idea + maven + tomcat
Stars: ✭ 45 (+45.16%)
Mutual labels:  spring-mvc
blog-ssm
一个简单漂亮的SSM博客系统。
Stars: ✭ 487 (+1470.97%)
Mutual labels:  spring-mvc
rate-my-cat
Sample application for the book "Mastering Software Testing with JUnit 5"
Stars: ✭ 23 (-25.81%)
Mutual labels:  spring-mvc
examonlinesystem
基于SSM框架开发的一款在线考试系统。An online examination system with ssm framework in Java Language
Stars: ✭ 27 (-12.9%)
Mutual labels:  spring-mvc
Tutorial
Spring Boot的例子,包含RESTful API, MVC, JMS, Cache, Mybatis, Cache, Websocket...
Stars: ✭ 215 (+593.55%)
Mutual labels:  spring-mvc
pdf-sign-check
A java / spring boot application to help you sign and check signed pdf documents
Stars: ✭ 81 (+161.29%)
Mutual labels:  spring-mvc
Spring5Tutorial
Spring 文件的範例資源
Stars: ✭ 36 (+16.13%)
Mutual labels:  spring-mvc
spring-webclient-webtestclient-demo
Spring 5 Reactive WebClient and WebTestClient Demo
Stars: ✭ 47 (+51.61%)
Mutual labels:  spring-mvc
codefoundry
Examples for gauravbytes.com
Stars: ✭ 57 (+83.87%)
Mutual labels:  spring-mvc
EMAN
一个基于SSM框架与物品的协同过滤算法(ItemCF)的简单电子书推荐系统
Stars: ✭ 48 (+54.84%)
Mutual labels:  spring-mvc
spring-boot-web-application-sample
Real World Spring Boot Web Application Example with tons of ready to use features
Stars: ✭ 143 (+361.29%)
Mutual labels:  spring-mvc
Spring Framework Petclinic
A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC
Stars: ✭ 251 (+709.68%)
Mutual labels:  spring-mvc
Spring-SpringMVC-MyBatis-Maven
这是平时基于Maven的用于spring整合相关内容的学习demo
Stars: ✭ 74 (+138.71%)
Mutual labels:  spring-mvc
Loc Framework
本项目是完全基于Spring Boot2和Springcloud Finchley所进行了开发的,目的是简化和统一公司内部使用微服务框架的使用方法
Stars: ✭ 238 (+667.74%)
Mutual labels:  spring-mvc
Library-Spring
The library web application where you can borrow books. It's Spring MVC and Hibernate project.
Stars: ✭ 73 (+135.48%)
Mutual labels:  spring-mvc
Valley-eCommerce-prototype
An eCommerce website prototype with a layered architecture and MVC using Spring Boot v1.2, Spring Security, Hibernate, and Apache Lucene for full-text searching. for front-end: Bootstrap, Typeahead.js and Graph.js using Thymeleaf as RE.
Stars: ✭ 28 (-9.68%)
Mutual labels:  spring-mvc
SwaggerOfflineDoc
基于SpringBoot和Swagger2生成离线文档:PDF和Html5格式
Stars: ✭ 42 (+35.48%)
Mutual labels:  spring-mvc
graphql-filter-java
This project is developed to help developers add filtering support to their graphql-java services
Stars: ✭ 52 (+67.74%)
Mutual labels:  spring-jpa

Spring Data REST and JPA Example

This project depicts the Spring Boot Example with Spring Data REST and JPA Example

Description

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

  • /users - This returns the list of Users in the Users table which is created in H2
  • /users/name/{name} - This returns the details of the Users passed in URL
  • /users/load - Add new users using the Users model. eg. { "name": "Ajay", "teamName": "Development", "salary": 100 }

Libraries used

  • Spring Boot
  • Spring Configuration
  • Spring REST Controller
  • Spring JPA
  • H2
  • Development Tools

Git 2.10.0

  • IntelliJ IDEA 2016.2.4

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].