技术栈
text/plain
ladymorgana
1 个月前
spring boot
·
笔记
·
后端
·
text/plain
【日常笔记】Spring boot:编写 Content type = ‘text/plain‘ 接口
接口:Context-Type:text/plain 方式:POST项目场景:硬件回调接口@PostMapping(value = "/xx/xxx", consumes = "text/plain" )