Spring Guides

Results 65 repositories owned by Spring Guides

gs-messaging-rabbitmq

185
Stars
227
Forks
Watchers

Messaging with RabbitMQ :: Learn how to create a simple publish-and-subscribe application with Spring and RabbitMQ.

gs-messaging-redis

80
Stars
83
Forks
Watchers

Messaging with Redis :: Learn how to use Redis as a message broker.

gs-messaging-stomp-websocket

529
Stars
480
Forks
Watchers

Using WebSocket to build an interactive web application :: Learn how to the send and receive messages between a browser and the server over a WebSocket

gs-multi-module

337
Stars
190
Forks
Watchers

Creating a Multi Module Project :: Learn how to build a library and package it for consumption in a Spring Boot application

gs-producing-web-service

163
Stars
257
Forks
Watchers

Producing a SOAP web service :: Learn how to create a SOAP-based web service with Spring.

gs-reactive-rest-service

161
Stars
133
Forks
Watchers

Building a Reactive RESTful Web Service :: Learn how to create a RESTful web service with Reactive Spring and consume it with WebClient.

gs-relational-data-access

81
Stars
148
Forks
Watchers

Accessing Relational Data using JDBC with Spring :: Learn how to access relational data with Spring.

gs-rest-hateoas

73
Stars
93
Forks
Watchers

Building a Hypermedia-Driven RESTful Web Service :: Learn how to create a hypermedia-driven RESTful Web service with Spring.

gs-rest-service-cors

111
Stars
123
Forks
Watchers

Enabling Cross Origin Requests for a RESTful Web Service :: Learn how to create a RESTful web service with Spring that support Cross-Origin Resource Sharing (CORS).

gs-scheduling-tasks

132
Stars
166
Forks
Watchers

Scheduling Tasks :: Learn how to schedule tasks with Spring.