org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.sinsta.RuoYiApplication]; nested exception is org.springframework.context.annotation
这个报错是 你有两个名字一模一样的controller 修改其中一个controller的名字就行了

这个报错是 你有两个名字一模一样的controller 修改其中一个controller的名字就行了
