suxiaoyang 6 jaren geleden
bovenliggende
commit
65d3df8679
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      src/main/java/com/yihu/ehr/SvrDfsService.java

+ 2 - 0
src/main/java/com/yihu/ehr/SvrDfsService.java

@ -4,9 +4,11 @@ import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.support.SpringBootServletInitializer;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@SpringBootApplication
@EnableDiscoveryClient
public class SvrDfsService extends SpringBootServletInitializer {
    public static void main(String[] args) {