Commit da6e5c16 authored by zhengfunan's avatar zhengfunan

修改路径

parent 3a606bdc
......@@ -6,10 +6,13 @@
<component name="ChangeListManager">
<list default="true" id="67e936c8-2d55-4655-871e-e6e153e4d8e1" name="更改" comment="stater版首次提交">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/tongda/tddopo/auto/Neo4jAutoConfiguration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/tongda/tddopo/auto/Neo4jAutoConfiguration.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/tongda/tddopo/neo4j/Neo4jServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/tongda/tddopo/neo4j/Neo4jServer.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/tongda/tddopo/service/TDGraphService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/tongda/tddopo/service/TDGraphService.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/tongda/tddopo/auto/Neo4jAutoConfiguration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/tongda/tdtopo/auto/Neo4jAutoConfiguration.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/tongda/tddopo/config/Neo4jProperties.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/tongda/tdtopo/config/Neo4jProperties.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/tongda/tddopo/neo4j/Neo4jServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/tongda/tdtopo/neo4j/Neo4jServer.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/tongda/tddopo/service/TDGraphService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/tongda/tdtopo/service/TDGraphService.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/tongda/tddopo/tasks/SynchronizeMetadata.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/tongda/tdtopo/tasks/SynchronizeMetadata.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/tongda/tddopo/util/GraphUtil.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/tongda/tdtopo/util/GraphUtil.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/META-INF/spring.factories" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/META-INF/spring.factories" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......@@ -99,7 +102,8 @@
<workItem from="1693363826067" duration="10263000" />
<workItem from="1693386223381" duration="3004000" />
<workItem from="1693447950473" duration="11267000" />
<workItem from="1693536669710" duration="3343000" />
<workItem from="1693536669710" duration="10048000" />
<workItem from="1693622693690" duration="1530000" />
</task>
<task id="LOCAL-00001" summary="stater版首次提交">
<created>1693387558801</created>
......@@ -108,7 +112,14 @@
<option name="project" value="LOCAL" />
<updated>1693387558801</updated>
</task>
<option name="localTasksCounter" value="2" />
<task id="LOCAL-00002" summary="stater版首次提交">
<created>1693545997120</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1693545997120</updated>
</task>
<option name="localTasksCounter" value="3" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......
package com.tongda.tddopo.auto;
package com.tongda.tdtopo.auto;
import com.tongda.tddopo.config.Neo4jProperties;
import com.tongda.tddopo.neo4j.Neo4jServer;
import com.tongda.tddopo.service.TDGraphService;
import com.tongda.tdtopo.config.Neo4jProperties;
import com.tongda.tdtopo.neo4j.Neo4jServer;
import com.tongda.tdtopo.service.TDGraphService;
import org.neo4j.graphdb.GraphDatabaseService;
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
......
package com.tongda.tddopo.neo4j;
package com.tongda.tdtopo.neo4j;
import org.neo4j.graphdb.ConstraintViolationException;
......
package com.tongda.tddopo.service;
package com.tongda.tdtopo.service;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.tongda.tddopo.neo4j.Neo4jServer;
import com.tongda.tddopo.util.GraphUtil;
import com.tongda.tdtopo.neo4j.Neo4jServer;
import com.tongda.tdtopo.util.GraphUtil;
import org.dom4j.Attribute;
import org.dom4j.Document;
import org.dom4j.DocumentException;
......@@ -235,7 +235,6 @@ public class TDGraphService {
return true;
}
/**
* 只更新节点node
* @param xml
......
package com.tongda.tddopo.tasks;
package com.tongda.tdtopo.tasks;
import com.alibaba.fastjson.JSONObject;
import com.tongda.tddopo.service.TDGraphService;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.Element;
import org.dom4j.io.SAXReader;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.PropertySource;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import java.io.ByteArrayInputStream;
import java.nio.charset.StandardCharsets;
import java.util.ArrayList;
import java.util.List;
@Component
@PropertySource(value = "classpath:application.properties")
......
package com.tongda.tddopo.util;
package com.tongda.tdtopo.util;
import com.alibaba.fastjson.JSONObject;
import org.neo4j.graphdb.Label;
......
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.tongda.tddopo.auto.Neo4jAutoConfiguration
\ No newline at end of file
com.tongda.tdtopo.auto.Neo4jAutoConfiguration
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment