|
@@ -6,8 +6,8 @@ import org.springframework.context.annotation.ComponentScan;
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
|
|
@Configuration
|
|
|
-@ComponentScan("com.qmth.boot.core.solar.*")
|
|
|
-@RetrofitScan("com.qmth.boot.core.solar.*")
|
|
|
+@ComponentScan("com.qmth.boot.core.solar")
|
|
|
+@RetrofitScan("com.qmth.boot.core.solar")
|
|
|
public class SolarAutoConfiguration {
|
|
|
|
|
|
@Bean
|