就是按照文档导入的idea,但是感觉放出来的这个版本代码有点问题呀,首先jeecms-lucene这个模块里面的一些库对应的版本根本找不到,比如lucene-highlighter,lucene-facet,没办法只能自己找到对应的版本, 一些maven包都找不到,这一点倒是还能接受,没办法了自己找了改改呗,接着 又遇到问题了,说是Controller类名重复了,我也不知道放出代码的时候不知道自己编译一下看看吗,感觉像把一个测试demo放出来了,你让人运行的运行不了,还怎么指望人家花钱买,现在又报这个错了,估计是哪里写的又有问题吧,解决不了也许是我菜吧,难道用你们产品的人必须的有个大牛来解决你们的一堆问题吗,难道还要我自己分析一下里面哪里写的对不对呀,那么多注解和类 我怎么分析,一句话真垃圾
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-08-12 16:08:10.404 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter -
***************************
APPLICATION FAILED TO START
***************************
Description:
Field request in com.jeecms.front.controller.backup.BackupController required a bean of type 'javax.servlet.http.HttpServletRequest' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'javax.servlet.http.HttpServletRequest' in your configuration.
Process finished with exit code 1 |
|