摘要: @GetMapping("/menu/tree") @Timed public ResponseEntity> getMenuTree() { List list = new ArrayList(); HashMap result = new HashMap(); List menulist = menuMapper.getAll(); ... 阅读全文
posted @ 2019-01-26 12:13 依旧神经 阅读(566) 评论(0) 推荐(0)
摘要: DozerBeanMapper 类关系的复杂映射,递归等等 package com.dita.lotus.service.util; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.InputStream; import java.io.O... 阅读全文
posted @ 2019-01-17 12:59 依旧神经 阅读(171) 评论(0) 推荐(0)
摘要: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.eurekaClient' defined in class path resource [org 阅读全文
posted @ 2018-11-22 15:27 依旧神经 阅读(260) 评论(0) 推荐(0)
摘要: Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.2018-11-22 14:32:32.669 ERROR 阅读全文
posted @ 2018-11-22 14:36 依旧神经 阅读(509) 评论(0) 推荐(0)
摘要: 第一章 1,https://mp.weixin.qq.com/注册 2,https://developers.weixin.qq.com/miniprogram/dev/demo.html 文档 阅读全文
posted @ 2018-11-01 21:01 依旧神经 阅读(87) 评论(0) 推荐(0)
摘要: vue 组件拆分 问题提出,如何定义一个组件,组件和组件如何通信 1-创建组件 1-1全局组件语法 Vue.component('assemblyName',{ tmplement:' ' }) 1-2局部组件(需要在实例当中注册) var assemblyName = tmplement = ' 阅读全文
posted @ 2018-10-31 07:22 依旧神经 阅读(113) 评论(0) 推荐(0)