fuzi
fuzi
ld版本 ```bash GNU ld (GNU Binutils for Ubuntu) 2.34 ```
> I also have this problem, solved according to the opinion of the building Lord, want to know is what reason cause, please give instruction! use the method calcPaneInstances =>...
Why don't we restrict the modification of dynamic SQL text instead of other configurations? Like use this [MyBatisDynamicQueryer](https://github.com/fuzi1996/MyBatisDynamicQueryer)
I try to reproduced it, the follow is the env: ```txt documentserver: onlyoffice/documentserver:7.1.1.23 node-js-example: the newest version(hash:05a3110c99423dafd24b6edbdda77678548c9a4d) ``` unfortunately, it was reproduced, so I think it must a bug
samples: https://github.com/fuzi1996/dgs-examples-java 变动历史: https://github.com/fuzi1996/dgs-examples-java/pull/1 验证: com.example.CalculatorExample#testCal 主要添加这几个配置Bean即可: https://github.com/fuzi1996/dgs-examples-java/blob/8d10536722708e233d96ca8b7cd0a10524c22a22/src/main/java/com/example/demo/config/CalConfig.java#L26-L45
samples: https://github.com/fuzi1996/spring-boot-graphql-tutorials 变动历史: https://github.com/fuzi1996/spring-boot-graphql-tutorials/pull/1/commits/e02b1861cb8ee243d260089107bf7d14bb50147a 验证: com.example.CalculatorExample#testCal 主要添加这几个配置Bean即可: https://github.com/fuzi1996/spring-boot-graphql-tutorials/blob/b314ad5c874180de78702e5b84e440c386880b1c/src/main/java/com/example/graphql/config/GraphQlConfig.java#L44-L68
@noear https://github.com/noear/solon/pull/176 先不要合并,只是为了让你看看,我打算做完batchloader和订阅再一起合并
@noear 目前的实现有个问题,只能对`Conmponent`注解的类的方法进行拦截,无法对`Controller`中方法进行拦截,无法复用`Controller`中的逻辑。有什么好办法吗?
> 你对Conmponent注解的类的,是怎么拦截的。。。放点代码,我看下,然后给你份 controller 拦截的示意代码 https://github.com/fuzi1996/solon/blob/222794a52179e54e5c444ae0bb6272ea7e821676/solon-projects/solon-plugin/graphql-solon-plugin/src/main/java/org/noear/solon/extend/graphql/GraphqlPlugin.java#L42-L49 通过 [提取 Bean 的函数进行定制开发](https://solon.noear.org/article/36) 实现 如果使用aop,性能会不会有问题 在spring中只要是在bean中使用Graphql的注解都会生效