SpringBootApplication exclude when ComponentScanning other @SpringBootApplications

后端 未结 2 748
清酒与你
清酒与你 2020-12-18 09:09

I\'m having some difficulty preventing Spring Boot from auto configuring some classes (in this example: SolrAutoConfiguration). To illustrate I\'ve setup a much reduced exam

2条回答
  •  再見小時候
    2020-12-18 09:25

    Currently I think it's not possible. The issues gh-2939 and gh-2435 relate to exactly this problem.

提交回复
热议问题