|
@@ -8,7 +8,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
|
|
|
import org.springframework.context.annotation.ComponentScan;
|
|
import org.springframework.context.annotation.ComponentScan;
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling;
|
|
import org.springframework.scheduling.annotation.EnableScheduling;
|
|
|
|
|
|
|
|
-@ComponentScan({"shop.alien.store.*","shop.alien.util.*","shop.alien.config.http","shop.alien.config.properties"})
|
|
|
|
|
|
|
+@ComponentScan({"shop.alien.store.*","shop.alien.util.*","shop.alien.config.http","shop.alien.config.properties","shop.alien.config.advice"})
|
|
|
@EnableSwaggerBootstrapUI
|
|
@EnableSwaggerBootstrapUI
|
|
|
@MapperScan({"shop.alien.mapper"})
|
|
@MapperScan({"shop.alien.mapper"})
|
|
|
@SpringBootApplication
|
|
@SpringBootApplication
|