Skip to content

Instantly share code, notes, and snippets.

@shelajev
Created May 10, 2018 12:16
Show Gist options
  • Select an option

  • Save shelajev/2828e80b32ec0e5951f11ff6f7ef943a to your computer and use it in GitHub Desktop.

Select an option

Save shelajev/2828e80b32ec0e5951f11ff6f7ef943a to your computer and use it in GitHub Desktop.
@Bean
public Context getGraalVMContext() {
return Context.newBuilder().allowAllAccess(true).build();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment