no message
parent
013cd3ea14
commit
b1edbcc6ad
@ -1,16 +0,0 @@
|
|||||||
package cokr.xit.custom.boot;
|
|
||||||
|
|
||||||
import org.apache.cxf.transport.servlet.CXFServlet;
|
|
||||||
import org.springframework.boot.web.servlet.ServletRegistrationBean;
|
|
||||||
import org.springframework.context.annotation.Bean;
|
|
||||||
import org.springframework.context.annotation.Configuration;
|
|
||||||
|
|
||||||
@Configuration
|
|
||||||
public class ServletConfig2 {
|
|
||||||
|
|
||||||
@Bean
|
|
||||||
public ServletRegistrationBean<CXFServlet> cxfServlet() {
|
|
||||||
return new ServletRegistrationBean<>(new CXFServlet(), "/lvis/services/*");
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue