Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 459 Bytes

File metadata and controls

11 lines (6 loc) · 459 Bytes

springBootNestedSet

A happy-path implementation of a springboot web service that implements a Nested Set Model using mySQL

No real error control, just very basic REST calls to the service, which calls the mySQL model layer to store data as a Nested Set

Resources

Joe Celko's Trees and Hierarchies in SQL for Smarties

Abbreviated, easier to read wiki about the Nested Set Model