mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-06-27 03:20:10 +00:00
fix problems of CI
This commit is contained in:
parent
43ef0148d4
commit
717067486e
@ -1,7 +1,16 @@
|
|||||||
/*
|
/*
|
||||||
* Ant Group
|
* Copyright 2023 OpenSPG Authors
|
||||||
* Copyright (c) 2004-2024 All Rights Reserved.
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||||
|
* in compliance with the License. You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||||
|
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||||
|
* or implied.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.antgroup.openspg.server.api.facade.dto.service.request;
|
package com.antgroup.openspg.server.api.facade.dto.service.request;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
@ -1,7 +1,16 @@
|
|||||||
/*
|
/*
|
||||||
* Ant Group
|
* Copyright 2023 OpenSPG Authors
|
||||||
* Copyright (c) 2004-2024 All Rights Reserved.
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||||
|
* in compliance with the License. You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||||
|
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||||
|
* or implied.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.antgroup.openspg.server.api.facade.dto.service.request;
|
package com.antgroup.openspg.server.api.facade.dto.service.request;
|
||||||
|
|
||||||
import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.schema.EdgeTypeName;
|
import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.schema.EdgeTypeName;
|
||||||
|
@ -1,7 +1,16 @@
|
|||||||
/*
|
/*
|
||||||
* Ant Group
|
* Copyright 2023 OpenSPG Authors
|
||||||
* Copyright (c) 2004-2024 All Rights Reserved.
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||||
|
* in compliance with the License. You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||||
|
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||||
|
* or implied.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.antgroup.openspg.server.api.facade.dto.service.request;
|
package com.antgroup.openspg.server.api.facade.dto.service.request;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
|
@ -1,7 +1,16 @@
|
|||||||
/*
|
/*
|
||||||
* Ant Group
|
* Copyright 2023 OpenSPG Authors
|
||||||
* Copyright (c) 2004-2024 All Rights Reserved.
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||||
|
* in compliance with the License. You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||||
|
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||||
|
* or implied.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.antgroup.openspg.server.api.facade.dto.service.response;
|
package com.antgroup.openspg.server.api.facade.dto.service.response;
|
||||||
|
|
||||||
import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.record.VertexRecord;
|
import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.record.VertexRecord;
|
||||||
|
@ -1,7 +1,16 @@
|
|||||||
/*
|
/*
|
||||||
* Ant Group
|
* Copyright 2023 OpenSPG Authors
|
||||||
* Copyright (c) 2004-2024 All Rights Reserved.
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||||
|
* in compliance with the License. You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||||
|
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||||
|
* or implied.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.antgroup.openspg.server.api.facade.dto.service.response;
|
package com.antgroup.openspg.server.api.facade.dto.service.response;
|
||||||
|
|
||||||
import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.record.EdgeRecord;
|
import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.record.EdgeRecord;
|
||||||
|
@ -1,7 +1,16 @@
|
|||||||
/*
|
/*
|
||||||
* Ant Group
|
* Copyright 2023 OpenSPG Authors
|
||||||
* Copyright (c) 2004-2024 All Rights Reserved.
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||||
|
* in compliance with the License. You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||||
|
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||||
|
* or implied.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.antgroup.openspg.server.api.facade.dto.service.response;
|
package com.antgroup.openspg.server.api.facade.dto.service.response;
|
||||||
|
|
||||||
import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.record.VertexRecord;
|
import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.record.VertexRecord;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user