terrason / lib-mptta

A java library of some usefull utilities with Modified Preorder Tree Traversal.
MIT License
4 stars 1 forks source link

大哥,可以出一版springboot+mybatis的案例吗? #1

Open qunge5211314 opened 2 years ago

qunge5211314 commented 2 years ago

大哥,可以出一版springboot+mybatis的案例吗? 我这边遇到了两个问题,第一个就是同一棵树下,一个子树移动到同一棵树的另一个节点下 第二个就是不同树下,一个子树移动到另一棵树下的一个节点下

terrason commented 2 years ago

大哥,可以出一版springboot+mybatis的案例吗? 我这边遇到了两个问题,第一个就是同一棵树下,一个子树移动到同一棵树的另一个节点下 第二个就是不同树下,一个子树移动到另一棵树下的一个节点下

移动最好拆分为 删除 和 插入两步