spring-data-rest
Here are 216 public repositories matching this topic...
Library for OpenAPI 3 with spring-boot
-
Updated
Jun 24, 2022 - Java
Secures REST APIs with Spring Security and JWT Token based Authentication
-
Updated
Jun 27, 2022 - Java
JSON API library for Java
-
Updated
Jun 2, 2022 - Java
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
-
Updated
Sep 7, 2021 - Kotlin
An AngularJS module to ease the work with a Spring Data REST backend.
-
Updated
Apr 18, 2017 - JavaScript
Simple blog web app made using Spring Boot + Thymeleaf
-
Updated
Apr 5, 2018 - Java
Simple shopping cart web app made using Spring Boot + Thymeleaf
-
Updated
Aug 1, 2020 - Java
Angular 8 + Spring Boot 2.2 =
-
Updated
Nov 5, 2019 - TypeScript
A Java library for accessing a JSON+HAL REST API
-
Updated
Feb 26, 2022 - Java
Spring Boot Using Spring Data MongoDB Example
-
Updated
Aug 28, 2019 - Shell
An approach of how to work with DTO in Spring Data REST projects
-
Updated
Jul 30, 2017 - Java
Creating Your First Spring Boot Microservice -- Exercise Files
-
Updated
Dec 8, 2019 - Java
Spring Data JPA with Hibernate using MySql Example
-
Updated
May 19, 2017 - Shell
Simple Spring Boot Library example app:
-
Updated
Oct 16, 2019 - Java
A Spring Boot application illustrating hexagonal architecture in Java
-
Updated
Mar 10, 2021 - Java
Spring Boot based sample project for the https://github.com/guylabs/angular-spring-data-rest Angular module.
-
Updated
Dec 18, 2020 - HTML
This is a Java program that exploits Spring Break vulnerability (CVE-2017-8046).
-
Updated
Jun 4, 2021 - Java
Spring Boot RESTful API with geosearch capabilities via Elasticsearch with support for Docker & AWS
-
Updated
Aug 8, 2017 - Java
A boilerplate for a management system based on a Spring Boot application (server side) and Angular (client side)
-
Updated
Sep 5, 2020 - Java
WARNING: This is a vulnerable application to test the exploit for the Spring Break vulnerability (CVE-2017-8046). Run it at your own risk!
-
Updated
Oct 8, 2018 - Java
Simple online shopping application to sell products (backend only)
-
Updated
Jul 25, 2021 - Java
Contains Spring and Spring Boot Code Samples used in https://www.amitph.com/ tutorials
-
Updated
Mar 17, 2022 - Java
RESTful API Example with Spring Boot, Spring Data REST and MySQL
-
Updated
Jun 24, 2017 - Java
npm package that allows you to generate TypeScript definitions from JSON Schema metadata supplied by Spring Data REST endpoints.
-
Updated
Apr 10, 2022 - TypeScript
A Spring Data REST demo project with user access only to objects created by it
-
Updated
Sep 10, 2017 - Java
Example of application that uses Spring Data Events to perform validation.
-
Updated
Jun 24, 2022 - Java
Spring Boot Example which is deployed in Cloud Foundry
-
Updated
Jun 13, 2019 - Java
Using Projections in Spring Data REST as DTO with cache to reduce the impact of 1+N queries problem
-
Updated
Jun 23, 2017 - Java
Improve this page
Add a description, image, and links to the spring-data-rest topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spring-data-rest topic, visit your repo's landing page and select "manage topics."


springfox-swagger2:
3.0.0-SNAPSHOTspringfox-swagger-ui:
3.0.0-SNAPSHOTspringfox-spring-webflux:
3.0.0-SNAPSHOTWe are using directModelSubstitute for MonetaryAmount to avoid showing all the properties of the class in swagger. Instead of that we created our own MonetaryAmountWrapper which have only two fields viz., amount and currency with some default example values for both. Now, the