
springBoot
Yan_Less
斜阳柳边自落 听幽禽两两 沙际停泊
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Postman调用接口传递Date格式参数时,参数定义规则
Postman调用接口传递Date格式参数 { “data”:[{ “receipterId”:“1809”, “payerName”:“1111”, “fundUsageCode”:“101” }], “addedTime”:“2019-12-04T00:00:00Z” } 时间格式中间加“T”,末尾加“Z”即可解决服务端无法正确解析传递参数问题! 具体原因是Jason只支持一下几种格式: “y...原创 2019-12-11 16:32:30 · 3318 阅读 · 0 评论 -
关于Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource
Description: Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class Action: Consider the...原创 2019-10-24 10:43:42 · 891 阅读 · 0 评论