最贊回答 / weixin_慕圣4223348
https://github.com/FlareJia/springboot-luckymoney可以看看我的,springboot發(fā)紅包,并且實現(xiàn)了后續(xù)進階的內(nèi)容
2019-06-27
最新回答 / weixin_慕圣4223348
把Girl girl=girlRepository.getOne(id); 改成Girl girl = girlRepository.findById(id).get();
2019-06-25
最新回答 / 慕移動4453724
@NotNull:不能為null,但可以為empty@NotEmpty:不能為null,而且長度必須大于0@NotBlank:只能作用在String上,不能為null,而且調(diào)用trim()后,長度必須大于0
2019-05-17
最新回答 / ranckNaNa
估計是這個地方?jīng)]匹配到
@After("execution(public?*?com.ranck.study.controller.StudentController.user(..))")我最近在學習這些東西,有興趣可以看我的代碼,commit?https://github.com/ranckprogram/spring-boot-study/commit/c62c99f89b428c94888329cd4b1b3413ea186922
2019-04-26