#
spring-data-rest
Here are 209 public repositories matching this topic...
Library for OpenAPI 3 with spring-boot
kotlin
java
oauth2
spring
spring-boot
rest-api
swagger
spring-data-rest
openapi
spring-security
swagger-ui
json-format
openapi-spec
spring-hateoas
openapi-specification
swagger-documentation
spring-webflux
openapi3
yaml-format
springdoc-openapi
-
Updated
Jan 27, 2022 - Java
Secures REST APIs with Spring Security and JWT Token based Authentication
-
Updated
Jan 24, 2022 - Java
JSON API library for Java
-
Updated
Dec 1, 2021 - Java
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
kotlin
demo
modular
microservices
kafka
cqrs
rest
spring-boot
rabbitmq
spring-data
ddd
websockets
spring-data-rest
event-sourcing
restful-api
axon
axonframework
-
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
blog
java
shell
bash
docker
spring
spring-boot
thymeleaf
spring-data-rest
spring-security
java8
shell-script
springboot
optional
spring-mvc
spring-data-jpa
h2
bash-script
h2-database
-
Updated
Apr 5, 2018 - Java
Simple shopping cart web app made using Spring Boot + Thymeleaf
java
shell
bash
docker
shopping-cart
spring
spring-boot
thymeleaf
spring-data-rest
session
spring-security
spring-mvc
spring-data-jpa
h2
shell-scripts
bash-script
h2-database
shopping-cart-web
-
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
Apr 26, 2021 - Java
An approach of how to work with DTO in Spring Data REST projects
-
Updated
Jul 30, 2017 - Java
Spring Boot Using Spring Data MongoDB Example
-
Updated
Aug 28, 2019 - Shell
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
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).
security
exploit
spring-data-rest
vulnerability
vulnerability-scanners
security-tools
cve-2017-8046
spring-break
-
Updated
Jun 4, 2021 - Java
A Spring Boot application illustrating hexagonal architecture in Java
java
spring-boot
maven
lombok
spring-data-rest
openapi
mockito
spring-data-jpa
h2
junit5
ddd-architecture
-
Updated
Mar 10, 2021 - Java
Spring Boot RESTful API with geosearch capabilities via Elasticsearch with support for Docker & AWS
mysql
docker
jenkins
elasticsearch
spring-boot
rest-api
spring-data-rest
spring-data-jpa
aws-elasticsearch
spring-data-elasticsearch
-
Updated
Aug 8, 2017 - Java
A boilerplate for a management system based on a Spring Boot application (server side) and Angular (client side)
java
angular
typescript
database
spring-boot
gradle
eclipse
intellij
spring-data-rest
visual-studio-code
spring-security
angular-cli
flyway
spring-data-jpa
spring-boot-application
war
spring-hateoas
management-system
intellij-idea
jjwt
spring-rest-docs
angular8
-
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!
security
exploit
spring-data-rest
vulnerability
vulnerability-scanners
security-tools
cve-2017-8046
spring-break
-
Updated
Oct 8, 2018 - Java
Simple online shopping application to sell products (backend only)
java
ecommerce
oauth2
spring-boot
rabbitmq
rest-api
spring-data-rest
spring-security
spring-data-redis
spring-cloud-netflix
spring-data-jpa
spring-cloud-stream
spring-data-mongodb
-
Updated
Jul 25, 2021 - Java
RESTful API Example with Spring Boot, Spring Data REST and MySQL
-
Updated
Jun 24, 2017 - Java
Contains Spring and Spring Boot Code Samples used in https://www.amitph.com/ tutorials
spring
spring-boot
spring-data-rest
hibernate
spring-mvc
spring-data-jpa
jpa-hibernate
spring-data-jdbc
-
Updated
Oct 4, 2021 - Java
npm package that allows you to generate TypeScript definitions from JSON Schema metadata supplied by Spring Data REST endpoints.
-
Updated
May 7, 2021 - 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
Jan 25, 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-SNAPSHOT
springfox-swagger-ui:
3.0.0-SNAPSHOT
springfox-spring-webflux:
3.0.0-SNAPSHOT
We 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