diff --git a/pom.xml b/pom.xml
index dc7dd13..4305c2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
cn.langpy
ko-time
- 2.5.0
+ 2.5.1
KoTime
A springboot tool for tracking the paths of the methods,which can help you find method's performances easily.
@@ -23,6 +23,7 @@
scm:git:https://gitee.com/huoyo/ko-time.git
+ UTF-8
1.9.9.1
9.0.43
5.3.24
@@ -173,16 +174,26 @@
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.7.0
+ true
+
+ central
+ true
+
+
-
-
- snapshots
- https://oss.sonatype.org/service/local/staging/deploy/maven2
-
-
- snapshots
- https://oss.sonatype.org/content/repositories/snapshots
-
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/java/cn/langpy/kotime/data/DataBase.java b/src/main/java/cn/langpy/kotime/data/DataBase.java
index 2d69995..839567a 100644
--- a/src/main/java/cn/langpy/kotime/data/DataBase.java
+++ b/src/main/java/cn/langpy/kotime/data/DataBase.java
@@ -122,9 +122,9 @@ public class DataBase implements GraphService {
if (sourceMethodNode.getId().equals(targetMethodNode.getId())) {
return null;
}
- if (targetMethodNode.getMethodType()==MethodType.Controller && !"Controller.dispatch".equals(sourceMethodNode.getName())) {
- return null;
- }
+// if (targetMethodNode.getMethodType()==MethodType.Controller && !"Controller.dispatch".equals(sourceMethodNode.getName())) {
+// return null;
+// }
try {
List