Commit a4074dae0f45463f6ac40717cbfac64136603038

Authored by jiangjiazhi
1 parent 530d00d06a

修改注释掉solr的加载

Showing 3 changed files with 3 additions and 3 deletions

platform-job-index/src/main/java/com/lyms/platform/job/index/service/SolrComponent.java View file @ a4074da
... ... @@ -22,7 +22,7 @@
22 22 /**
23 23 * Created by Administrator on 2016/4/15 0015.
24 24 */
25   -@Component
  25 +//@Component
26 26 public class SolrComponent {
27 27  
28 28 private static final String SOLR_INDEX_FIELD="hospitalId";
platform-job-index/src/main/java/com/lyms/platform/job/index/web/controller/SearchController.java View file @ a4074da
... ... @@ -19,7 +19,7 @@
19 19 *
20 20 * Created by Administrator on 2016/4/13 0013.
21 21 */
22   -@Controller
  22 +//@Controller
23 23 public class SearchController {
24 24  
25 25 @Autowired
platform-job-index/src/main/java/com/lyms/platform/job/index/web/controller/SolrIndexController.java View file @ a4074da
... ... @@ -16,7 +16,7 @@
16 16 *
17 17 * Created by Administrator on 2016/4/13 0013.
18 18 */
19   -@Controller
  19 +//@Controller
20 20 public class SolrIndexController {
21 21  
22 22 @Autowired