摘要:
spring mvc POST方式 接收单个参数,不加任何注解,参数名对应,接收到的值为null spring mvc POST方式 接收单个参数,加上@RequestBody,接收到参数格式:{"uid":"品牌分类大”} spring mvc POST方式 接收单个参数,加上@RequestPa 阅读全文
posted @ 2018-06-09 18:32
Angel挤一挤
阅读(7756)
评论(0)
推荐(0)
摘要:
长编码存储规则为: 父级长编码+":"+自己的uid 例如最顶级GoodsType-->uid = 123 >longCode= 123: 子级GoodsType -->uid=456 >longCode=123:456: 孙子级GoodsType -->uid=789 -->longCode=12 阅读全文
posted @ 2018-06-09 18:23
Angel挤一挤
阅读(292)
评论(0)
推荐(0)
摘要:
示例代码如下: 报错: org.springframework.expression.spel.SpelEvaluationException: EL1007E: Property or field 'goodsConfigUid' cannot be found on null 解决方法: 是因为 阅读全文
posted @ 2018-06-09 16:30
Angel挤一挤
阅读(1594)
评论(0)
推荐(0)
摘要:
示例代码如下: 阅读全文
posted @ 2018-06-09 11:17
Angel挤一挤
阅读(23493)
评论(0)
推荐(0)