|
|
@ -13,6 +13,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
import org.springframework.boot.web.servlet.ServletComponentScan; |
|
|
|
import org.springframework.cloud.client.discovery.EnableDiscoveryClient; |
|
|
|
import org.springframework.cloud.openfeign.EnableFeignClients; |
|
|
|
import org.springframework.scheduling.annotation.EnableAsync; |
|
|
|
|
|
|
|
/** |
|
|
|
* 模块 |
|
|
@ -24,6 +25,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients; |
|
|
|
@EnableDiscoveryClient |
|
|
|
@EnableFeignClients |
|
|
|
@ServletComponentScan |
|
|
|
@EnableAsync |
|
|
|
public class ResiPartyMemberApplication { |
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|