- 博客(2)
- 收藏
- 关注
原创 1.远程调用异常com.netflix.hystrix.exception.HystrixRuntimeException
om.netflix.hystrix.exception.HystrixRuntimeException: OrdersClient#isBuyCourse(String,String) failed and no fallback available. at com.netflix.hystrix.AbstractCommand$22.call(AbstractCommand.java:822) at com.netflix.hystrix.AbstractCommand$22.call(Abstr.
2021-06-26 09:42:45
2180
原创 1.@NotNull, @NotEmpty和@NotBlank之间的区别?
示例: ?12345678910111213141516171819String name = null;@NotNull: false@NotEmpty: false@NotBlank: false String name = "";@NotNull: true@NotEmpty: false@NotBlank: false String name = " ";@NotNull: true@NotEmpty: true@NotBla...
2021-06-21 10:31:30
122
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅