Commit e2300c6c by zhoujinghao

修改启动注释

1 parent 65df9d82
...@@ -9,11 +9,10 @@ import org.springframework.cloud.openfeign.EnableFeignClients; ...@@ -9,11 +9,10 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.ComponentScan;
import springfox.documentation.swagger2.annotations.EnableSwagger2; import springfox.documentation.swagger2.annotations.EnableSwagger2;
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class}) @SpringBootApplication
@EnableEurekaClient @EnableEurekaClient
@EnableSwagger2 @EnableSwagger2
@EnableFeignClients @EnableFeignClients
@ComponentScan(value = {"org.nafmii.nafmiiadmin"})
@MapperScan(basePackages ={"org.nafmii.nafmiiadmin.mapper"}) @MapperScan(basePackages ={"org.nafmii.nafmiiadmin.mapper"})
public class NafmiiAdminApplication { public class NafmiiAdminApplication {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!