最新回答 / qq_走走停停_6
可以使用阿里巴巴的鏡像<mirror>????<id>alimaven</id>????<name>aliyun?maven</name>????<url>http://maven.aliyun.com/nexus/content/groups/public/</url>????<mirrorOf>central</mirrorOf>??</mirror>
2018-03-17
這里請不要使用@RestController,不然返回前端的只是一串字符串。
@RestController注解表示返回的內(nèi)容都是HTTP Content不會被模版引擎處理,
它默認(rèn)為該類中的所有的方法都添加了@ResponseBody
@RestController注解表示返回的內(nèi)容都是HTTP Content不會被模版引擎處理,
它默認(rèn)為該類中的所有的方法都添加了@ResponseBody
2018-03-16
不習(xí)慣這種講課風(fēng)格 代碼都是提前準(zhǔn)備好的 講解一筆帶過 一知半解
2018-03-16