Commit 34762615 by qiuchaofei

1.修改旧的系统总体图形2

parent ccee5ec7
......@@ -3,7 +3,7 @@
<mirror>
<id>nexus</id>
<mirrorOf>*</mirrorOf>
<url>http://mgr-00:8081/repository/maven-public/</url>
<url>http://192.168.0.193:8081/repository/maven-public/</url>
</mirror>
</mirrors>
......
......@@ -369,7 +369,9 @@ public class MetadataServiceImpl implements IMetadataService {
Session session = neo4jConnection.session();
// match (n:MetaData ) where n.metadataId =~"Table=.*" return n
String cypher = "match data=(na:softplatform)<-[r]->(nb:softplatform) return data " +
" union match data=(na:softplatform) return data ";
" union match data=(na:softplatform) return data " +
" match data=(na:Neo4jSystem)<-[r]->(nb:Neo4jSystem) return data \" +\n" +
" \" union match data=(na:Neo4jSystem) return data ";
logger.info("系统总图的查询语句:" + cypher);
long starttime = System.currentTimeMillis();
......
......@@ -36,7 +36,7 @@ eureka:
instance:
prefer-ip-address: true
security:
permit: true
permit: false
authUser: root
authPwd: pwd
......
......@@ -37,6 +37,8 @@ eureka:
defaultZone: http://192.168.0.111:8081/eureka/
instance:
prefer-ip-address: true
instance-id: qiucf:8289
hostname: qiucf
security:
permit: false
authUser: root
......
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