# skywalking-demo **Repository Path**: netbuffer/skywalking-demo ## Basic Information - **Project Name**: skywalking-demo - **Description**: skywalking + spring-boot demo project - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-26 - **Last Updated**: 2025-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # skywalking-demo skywalking test ### based * ![java 1.8](https://img.shields.io/static/v1?label=java&message=1.8&color=blue) * ![spring-boot 2.7.15](https://img.shields.io/static/v1?label=spring-boot&message=2.7.15&color=blue) * ![skywalking 10.2.0](https://img.shields.io/static/v1?label=skywalking&message=10.2.0&color=20252B) ## help * https://docs.spring.io/spring-boot/docs/2.7.15/reference/htmlsingle/#getting-started * https://skywalking.apache.org/ ## run 1. mvn clean package 2. docker-compose build skywalking-demo 2. docker-compose up (for test) 3. docker-compose up -d 4. curl http://127.0.0.1:48798/async/taskReturnValue 5. open http://127.0.0.1:7000