https://github.com/romanow/echo-server
Simple echo server on Kotlin + Spring Boot
https://github.com/romanow/echo-server
monitoring spring-boot tracing
Last synced: 3 months ago
JSON representation
Simple echo server on Kotlin + Spring Boot
- Host: GitHub
- URL: https://github.com/romanow/echo-server
- Owner: Romanow
- Created: 2024-05-27T20:50:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T19:15:24.000Z (over 1 year ago)
- Last Synced: 2025-02-16T20:24:28.626Z (over 1 year ago)
- Topics: monitoring, spring-boot, tracing
- Language: Kotlin
- Homepage: https://romanow.github.io/echo-server/
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/Romanow/echo-server/actions/workflows/build.yml)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/Romanow/echo-server/releases/latest)
[](https://hub.docker.com/r/romanowalex/echo-server)
[](https://github.com/Romanow/echo-server/blob/master/LICENSE)
# Echo Server
GitHub: [romanow/echo-server](https://github.com/Romanow/echo-server).
## Локальный запуск
Используем [docker-compose.yml](docker-compose.yml)
```shell
$ docker compose up -d --wait
$ curl 'http://localhost:8080?message=Hello,%20World'
> Hello, world
```