spring-guides / gs-actuator-service
Building a RESTful Web Service with Spring Boot Actuator :: Learn how to create a RESTful Web service with Spring Boot Actuator.
☆79Updated last month
Alternatives and similar repositories for gs-actuator-service:
Users that are interested in gs-actuator-service are comparing it to the libraries listed below
- Building a Hypermedia-Driven RESTful Web Service :: Learn how to create a hypermedia-driven RESTful Web service with Spring.☆74Updated 3 weeks ago
- Accessing JPA Data with REST :: Learn how to work with RESTful, hypermedia-based data persistence using Spring Data REST.☆146Updated last month
- Routing and Filtering :: Learn how to route and filter requests to a microservice using Netflix Zuul☆67Updated 2 years ago
- Testing the Web Layer :: Learn how to test Spring Boot applications and MVC controllers.☆181Updated last month
- Building a Reactive RESTful Web Service :: Learn how to create a RESTful web service with Reactive Spring and consume it with WebClient.☆162Updated last month
- Accessing Relational Data using JDBC with Spring :: Learn how to access relational data with Spring.☆81Updated 3 weeks ago
- Authenticating a User with LDAP :: Learn how to secure an application with LDAP.☆110Updated last month
- Sample project for "Test-driven Spring Boot applications" training.☆108Updated 10 months ago
- Accessing Data with MongoDB :: Learn how to persist data in MongoDB.☆140Updated last month
- ☆150Updated last week
- Enabling Cross Origin Requests for a RESTful Web Service :: Learn how to create a RESTful web service with Spring that support Cross-Orig…☆113Updated last month
- Validating Form Input :: Learn how to perform form validation with Spring.☆124Updated 3 weeks ago
- ☆201Updated 2 years ago
- Spring Data JDBC version of the Spring Boot Petclinic☆106Updated 7 months ago
- ☆145Updated 6 years ago
- Accessing MongoDB Data with REST :: Learn how to work with RESTful, hypermedia-based data persistence using Spring Data REST.☆71Updated last month
- AngularJS 1 and Spring Boot 2 version of the Spring Petclinic sample application☆72Updated 10 months ago
- Messaging with JMS :: Learn how to publish and subscribe to messages using a JMS broker.☆91Updated last month
- ☆41Updated 5 months ago
- Spring Security using OAuth2 in Spring Boot using MySQL☆77Updated 7 years ago
- Build Reactive Rest APIs with Spring WebFlux and Reactive Mongo☆160Updated 3 years ago
- Spring 5 Reactive WebClient and WebTestClient Demo☆49Updated last year
- ☆177Updated 6 years ago
- Spring Boot with Spring Batch Example 1 (Load CSV to DB)☆150Updated 4 years ago
- Spring 5 Dependency Injection Demo☆36Updated 3 years ago
- Creating a Batch Service :: Learn how to create a basic batch-driven solution.☆251Updated last month
- Consuming a RESTful Web Service :: Learn how to retrieve web page data with Spring's RestTemplate.☆196Updated last month
- Demo of Chaos Monkey for Spring Boot