ruijiege

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2020年9月11日

摘要: 1.前端数据结构 return { data: [{ label: '一级 1', children: [{ label: '二级 1-1', children: [{ label: '三级 1-1-1' }] }] }, { View Code 2.我们需要封装前端数据 在Mybatis-Plus 阅读全文
posted @ 2020-09-11 13:48 哦哟这个怎么搞 阅读(605) 评论(0) 推荐(0)

摘要: 1.创建模块 2.导入eruaka-client,web,config-client <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web 阅读全文
posted @ 2020-09-11 11:45 哦哟这个怎么搞 阅读(404) 评论(0) 推荐(0)