Created
May 10, 2018 12:16
-
-
Save shelajev/2828e80b32ec0e5951f11ff6f7ef943a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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