Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neo4jRelation
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qiuchaofei
neo4jRelation
Commits
cd23bb41
Commit
cd23bb41
authored
Nov 29, 2021
by
qiuchaofei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1,优化查询单个元模型数据的方法。
parent
d71b787e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
MetaDataController.java
...adata/metadataRelation/controller/MetaDataController.java
+2
-2
MetadataServiceImpl.java
...ta/metadataRelation/service/impl/MetadataServiceImpl.java
+0
-0
application-dev.yml
src/main/resources/application-dev.yml
+2
-1
application-test.yml
src/main/resources/application-test.yml
+2
-1
No files found.
src/main/java/com/keymobile/metadata/metadataRelation/controller/MetaDataController.java
View file @
cd23bb41
...
@@ -50,7 +50,7 @@ public class MetaDataController {
...
@@ -50,7 +50,7 @@ public class MetaDataController {
private
IBaseRelationshipService
baseRelationshipService
;
private
IBaseRelationshipService
baseRelationshipService
;
/**
/**
*
查询元数据
*
获取所有的节点
*/
*/
@RequestMapping
(
path
=
"/list"
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
path
=
"/list"
,
method
=
RequestMethod
.
GET
)
public
List
<
MetaData
>
getUserNodeList
()
{
public
List
<
MetaData
>
getUserNodeList
()
{
...
@@ -252,7 +252,7 @@ public class MetaDataController {
...
@@ -252,7 +252,7 @@ public class MetaDataController {
@ApiOperation
(
tags
=
""
,
value
=
"开始获取直接下层节点"
)
@ApiOperation
(
tags
=
""
,
value
=
"开始获取直接下层节点"
)
@RequestMapping
(
path
=
"/getNextDrill"
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
path
=
"/getNextDrill"
,
method
=
RequestMethod
.
GET
)
public
ReturnReslult
getNextDrill
(
String
dataId
)
{
public
ReturnReslult
getNextDrill
(
String
dataId
,
String
layer
)
{
logger
.
info
(
"开始获取直接下层节点"
);
logger
.
info
(
"开始获取直接下层节点"
);
List
<
MetaData
>
metaDataList
=
new
ArrayList
<>();
List
<
MetaData
>
metaDataList
=
new
ArrayList
<>();
...
...
src/main/java/com/keymobile/metadata/metadataRelation/service/impl/MetadataServiceImpl.java
View file @
cd23bb41
This diff is collapsed.
Click to expand it.
src/main/resources/application-dev.yml
View file @
cd23bb41
...
@@ -33,7 +33,8 @@ eureka:
...
@@ -33,7 +33,8 @@ eureka:
registryFetchIntervalSeconds
:
5
registryFetchIntervalSeconds
:
5
serviceUrl
:
serviceUrl
:
defaultZone
:
http://192.168.0.111:8081/eureka/
defaultZone
:
http://192.168.0.111:8081/eureka/
instance
:
prefer-ip-address
:
true
security
:
security
:
permit
:
false
permit
:
false
authUser
:
root
authUser
:
root
...
...
src/main/resources/application-test.yml
View file @
cd23bb41
...
@@ -35,7 +35,8 @@ eureka:
...
@@ -35,7 +35,8 @@ eureka:
registryFetchIntervalSeconds
:
5
registryFetchIntervalSeconds
:
5
serviceUrl
:
serviceUrl
:
defaultZone
:
http://192.168.0.111:8081/eureka/
defaultZone
:
http://192.168.0.111:8081/eureka/
instance
:
prefer-ip-address
:
true
security
:
security
:
permit
:
false
permit
:
false
authUser
:
root
authUser
:
root
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment