springboot项目中如何创建多个模块?
比如com.java.product包下面有mapper、service、controller
com.java.system包下面有mapper、service、controller,而Application在com.java包中与product和system平级,直接启动会报错,如何配置
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.java.Application]; nested exception is org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'businessController' for bean class [com.java.product.controller.BusinessController] conflicts with existing, non-compatible bean definition of same name and class [com.java.controller.BusinessController]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论