为什么我总是总是将request()。body()。asJson()值设为空。
我将表单数据发送为
clientId test123
clientScopes local
clientSecret AfrTest123
clientSecretOnly true
clientServices[] test
clientVersions []
module clientConfig
save Save
在API方面,我正在做类似的事情。
TestConfiguration config = Json.fromJson(request().body().asJson(), TestConfiguration.class);