PeterFan89
Results
2
issues of
PeterFan89
I am using MavenLauncher to analyse the code, is there any way to prevent classloading increasing? It will cause metaspace oom. `MavenLauncher mavenLauncher = new MavenLauncher(checkOut.getAbsolutePath(),MavenLauncher.SOURCE_TYPE.APP_SOURCE);` `mavenLauncher.getEnvironment().setNoClasspath(true);` `CtModel ctModel =...
I'm using annotation to generate graphql schema. However, it didn't work when the annotation handle map object. For example, I put the @GraphQLField on the field which type is like...