提交 d45760e4 编写于 作者: Y youyong

modify the cat

上级 4a6ce1cd
......@@ -284,6 +284,7 @@ public class SqlAnalyzer extends AbstractMessageAnalyzer<SqlReport> implements L
index = temp.indexOf("/");
int index2 = temp.indexOf("?");
String schema = temp.substring(index + 1, index2 != -1 ? index2 : temp.length());
return schema;
} catch (Exception e) {
}
......
......@@ -11,7 +11,7 @@ import com.dianping.cat.message.internal.DefaultTransaction;
import com.dianping.cat.message.spi.MessageTree;
import com.dianping.cat.message.spi.internal.DefaultMessageTree;
public class ParseCrossInfoTest {
public class ParseCrossInfoTest{
@Test
public void testParsePigeonClientTransaction() {
......
......@@ -71,7 +71,7 @@
<goal>dal-jdbc</goal>
</goals>
<configuration>
<manifest>${basedir}/src/main/resources/META-INF/dal/model/manifest.xml</manifest>
<manifest>${basedir}/src/main/resources/META-INF/dal/jdbc/manifest.xml</manifest>
</configuration>
</execution>
<execution>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册