castle-platform
castle-platform copied to clipboard
castle-usercenter-webapp和castle-main-webapp-extjs模块缺少引用
1、缺少引用类: castle-application/castle-usercenter-webapp模块的AuthenticationSuccessListener类缺少引用类com.whenling.castle.security.UserDetailsWithIdentifier。
2、缺少依赖模块
castle-module/castle-main-webapp-extjs缺少
<dependency> <groupId>com.whenling</groupId> <artifactId>mdm-management-webapp-extjs</artifactId> <version>${project.version}</version> </dependency>
谢谢!
把这个引用注释掉即可。因为我在用这个框架在开发一个mdm项目。 只需要引入,就拥有这部分功能,这是这个框架的宗旨。
已更正,谢谢支持!