package com.example.data_structure.service; import org.springframework.stereotype.Component; import org.springframework.stereotype.Service; @Service public class HanoiService { }