新增spring埋点

This commit is contained in:
zhangxin10 2015-11-09 13:32:22 +08:00
parent 5ffaede692
commit 52e19c5e29
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>skywalking-sdk-plugin</artifactId>
<groupId>com.ai.cloud</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-plugin</artifactId>
</project>

View File

@ -0,0 +1,7 @@
package com.ai.cloud.skywalking.plugin.spring;
/**
* Created by astraea on 2015/11/9.
*/
public class SpringBuriedPoint {
}