摘要:
The bean 'XXXRepository', defined in null, could not be registered. A bean with that name has already been defined in null and overriding is disabled. 阅读全文
摘要:
使用Postman测试一个webapi请求的时候,因为在Url中包含了中文参数,导致报错“HTTP Status 400 – Bad Request”: 在此记录一下如何解决: 在Url上选中中文参数部分,右键点击【EncodeURIComponent】,即可进行转码,然后再次请求就没问题了。 阅读全文