Commit 7c1a9d42 by huluobin

# 更新

parent a77cc3ab
...@@ -11,7 +11,7 @@ import org.springframework.context.annotation.ComponentScan; ...@@ -11,7 +11,7 @@ import org.springframework.context.annotation.ComponentScan;
import org.springframework.scheduling.annotation.EnableAsync; import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.web.client.RestTemplate; import org.springframework.web.client.RestTemplate;
@SpringBootApplication(exclude = {},scanBasePackages = ) @SpringBootApplication
@MapperScan(basePackages = "com.gogirl.infrastructure.mapper") @MapperScan(basePackages = "com.gogirl.infrastructure.mapper")
@EnableAsync @EnableAsync
@EnableFeignClients @EnableFeignClients
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment