# SpringCloudAlibaba **Repository Path**: chenpingonline/SpringCloudAlibaba ## Basic Information - **Project Name**: SpringCloudAlibaba - **Description**: 搭建springcloudalibaba - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-31 - **Last Updated**: 2024-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 集成skywalking 在启动参数中添加: -javaagent:/Library/app/skywalking-agent/skywalking-agent.jar # agent的jar包地址 -Dskywalking.agent.service_name=product-service # 当前服务注册到skywalking中的名称 -DSW_AGENT_COLLECTOR_BACKEND_SERVICES=192.168.1.88:11800 # skywalking的aop服务地址