-
根據(jù)不同字段查詢數(shù)據(jù)庫寫法
查看全部 -
postman put請求要用x-www-form-urlencode格式
查看全部 -
增刪改查對應(yīng)注解和操作
查看全部 -
調(diào)用之前繼承數(shù)據(jù)庫的對象,查詢數(shù)據(jù),注解@Autowired
查看全部 -
數(shù)據(jù)庫操作,只要繼承jap,不用寫sql
查看全部 -
數(shù)據(jù)庫操作,新建類對應(yīng)數(shù)據(jù)庫表,對應(yīng)注解
查看全部 -
@GetMapping(value="/index") 等價于@RequestMapping(value="/index",method=RequestMethod.GET)
@PostMapping(value="/index") 等價于@RequestMapping(value="/index",method=RequestMethod.POST)
查看全部 -
@RequestParam(value="id",required=false,defaultValue="0")注解獲取傳統(tǒng)url參數(shù),false代表不必傳的,defaultValue設(shè)置默認(rèn)值,如:/index?id=1
查看全部 -
@RequestParam("id")注解獲取傳統(tǒng)url參數(shù),如:/index?id=1
查看全部 -
@PathVariable("id")注解獲取url參數(shù),如:/{id}/index
查看全部 -
獲取url參數(shù)注解
查看全部 -
controller注解
查看全部 -
屬性配置注解注入配置文件內(nèi)容
查看全部 -
bean注解
查看全部 -
注解的使用1
查看全部
舉報