摘要: 序列化泛型 String result = "{}"; BaseResult<String> accountResult = JSON.parseObject(result,new TypeReference<BaseResult<String>>() {}); Response处理返回值 defa 阅读全文
posted @ 2021-07-14 14:08 InkYi 阅读(33) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>javax.media</groupId> <artifactId>jai_codec</artifactId> <version>1.1.3</version> <!--system,类似provided,需要显式提供依赖的jar以后,Maven就不会在 阅读全文
posted @ 2021-07-14 14:04 InkYi 阅读(296) 评论(0) 推荐(0) 编辑
摘要: curl -H "Content-Type:application/json" -X POST --data '{domainUrl=http://sso.xxxx.com}' http://inner.sso.xxxx.com:8443/ssoApis/getDomainInfo 阅读全文
posted @ 2021-07-14 14:01 InkYi 阅读(105) 评论(0) 推荐(0) 编辑