测试graphql接口查询
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package com.lanyuanxiaoyao.server.entity;
|
||||
|
||||
import com.yahoo.elide.annotation.LifeCycleHookBinding;
|
||||
import com.yahoo.elide.core.lifecycle.CRUDEvent;
|
||||
import com.yahoo.elide.core.lifecycle.LifeCycleHook;
|
||||
import com.yahoo.elide.core.security.ChangeSpec;
|
||||
import com.yahoo.elide.core.security.RequestScope;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package com.lanyuanxiaoyao.server.entity;
|
||||
|
||||
import com.yahoo.elide.annotation.Include;
|
||||
import com.yahoo.elide.annotation.LifeCycleHookBinding;
|
||||
import jakarta.persistence.Column;
|
||||
import jakarta.persistence.ConstraintMode;
|
||||
import jakarta.persistence.Entity;
|
||||
@@ -16,9 +15,7 @@ import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import lombok.ToString;
|
||||
import org.hibernate.annotations.DynamicUpdate;
|
||||
import org.hibernate.annotations.SQLRestriction;
|
||||
import org.hibernate.annotations.SoftDelete;
|
||||
import org.hibernate.annotations.Where;
|
||||
|
||||
/**
|
||||
* @author lanyuanxiaoyao
|
||||
|
||||
@@ -10,7 +10,10 @@ spring:
|
||||
elide:
|
||||
json-api:
|
||||
enabled: true
|
||||
path: /json
|
||||
path: /jsonapi
|
||||
graphql:
|
||||
enabled: true
|
||||
path: /graphql
|
||||
logging:
|
||||
level:
|
||||
com:
|
||||
|
||||
Reference in New Issue
Block a user