pengbo
Results
1
issues of
pengbo
@RequestMapping("/**") public synchronized Object exec(@RequestBody String content, HttpServletRequest request) { String requestUri = request.getRequestURI(); String jsonParam = JSONObject.parseObject(content).toJSONString(); PythonScript script = execution.getPythonScript(requestUri); if(script!=null) { try (Jep jep = new SharedInterpreter())...
extension