czt
2025-11-25 94a7d37ab2f5101233056fa530d1577f4d699bf9
fzzy-igdss-view/src/main/java/com/fzzy/d7/DoradoConfigure.java
@@ -1,7 +1,7 @@
package com.fzzy.d7;
import com.bstek.dorado.web.servlet.DoradoServlet;
import org.springframework.boot.web.servlet.ServletRegistrationBean;
import org.springframework.context.annotation.Bean;
/**
@@ -11,7 +11,7 @@
//@Configuration
public class DoradoConfigure {
/*    @SuppressWarnings({ "rawtypes", "unchecked" })
    @SuppressWarnings({ "rawtypes", "unchecked" })
   @Bean
    public ServletRegistrationBean doradoServlet() {
        ServletRegistrationBean servlet = new ServletRegistrationBean(new DoradoServlet());
@@ -22,6 +22,6 @@
        servlet.addUrlMappings("*.dpkg");
        servlet.addUrlMappings("/dorado/*");
        return servlet;
    }*/
    }
}