https://github.com/gal16v8d/goal-svc
https://github.com/gal16v8d/goal-svc
h2-database java maven rest-api spring-boot3 zipkin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gal16v8d/goal-svc
- Owner: gal16v8d
- Created: 2024-02-27T02:42:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T02:00:22.000Z (7 months ago)
- Last Synced: 2025-02-16T08:43:01.099Z (3 months ago)
- Topics: h2-database, java, maven, rest-api, spring-boot3, zipkin
- Language: Java
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goal-Svc
# Getting Started
### Reference Documentation
### Swagger
http://localhost:{port}/swagger-ui.html
### Spring Admin Client
I add some dependencies for admin this project as client,
check admin-server project for further related info.### Spring Zipkin Client
I add some dependencies for admin logging in this project,
please check https://zipkin.io/pages/quickstart for more info.
Docker image must be running with a command like:
docker run -d -p 9411:9411 openzipkin/zipkin