📄 forbiddencodebase.gvy
字号:
/* * Groovy script to be read as a file to test the file based codesource features of groovy security. * The file extension of .gvy is used to prevent this script from being treated as a groovy script by maven. */ new GroovyShell().evaluate("1+2", "forbiddenCodeBaseTest", "/groovy/security/forbiddenCodeBase");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -