springboot集成Graphql相关问题汇总

1、idea在debug运行时出现java.lang.NoClassDefFoundError:kotlin/collections/AbstractMutableMap

解决:禁用idea dubugger中kotlin coroutine agent

见:https://stackoverflow.com/questions/70796177/after-the-spring-boot-source-code-is-compiled-it-starts-to-report-an-error-in-d

你可能感兴趣的:(spring,boot,graphql,java,idea)