プロジェクト ゼロをインストールし、従業員と一緒にリポジトリからプロジェクトを作成しました。この部分でうまく動作します:
URL employeeURL = new URL(getAbsoluteUri("/resources/employees"));
employees = zero.json.Json.decode(employeeURL);
しかし、私がそれを変更すると
URL temasUrl = new URL(getAbsolureUri("/resources/teams"));
URL teams = zero.json.Json.decode(teamsURL);
ブラウザからリソースにアクセスできますが、エラーが発生します。これはエラーです
groovy.lang.MissingMethodException:No signature of method: charts.getAbsolureUri() is applicable for argument types: (java.lang.String) values: [/resources/teams]