https://github.com/sloppycoder/webflux-svc
simple API service endpoint built with Spring Boot Webflux
https://github.com/sloppycoder/webflux-svc
Last synced: over 1 year ago
JSON representation
simple API service endpoint built with Spring Boot Webflux
- Host: GitHub
- URL: https://github.com/sloppycoder/webflux-svc
- Owner: sloppycoder
- Created: 2019-07-08T17:39:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T12:20:29.000Z (over 2 years ago)
- Last Synced: 2025-01-11T08:14:02.032Z (over 1 year ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project to illustrate technique to build an API service endpoint using Spring Boot 2.x
## Topics
* build docker container image use Google Jib plugin
* application configuration refresh using K8S configmap
* custom HTTP header propogation
* log request / response header and body (enabled/disabled dynamically)