Commit 34762615 by qiuchaofei

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

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