用例是,我需要轮询远程服务器上的一个文件夹,如果将一个新文件复制到该文件夹,我需要调用一个带有文件内容的REST get API。RESTAPI将使用Spring batch处理文件内容。我正在尝试使用Springboot集成来达到这个目的,但是在寻找方法时遇到了问题。Spring Integration最适合这个目的吗?如
我正在尝试使用spring-boot-starter-webflux和reactive Netty创建一个spring-boot-2restapi。我正在尝试按照Spring-Boot-2中定义的application.yml中定义的新属性来设置上下文路径。server.servlet.context-path: /api # Define the server co
在我的Springboot应用程序中,我将WebFlux依赖为spring-boot-starter-webflux,在服务器启动时,它显示应用程序已准备好使用Netty。NettyWebServer:Netty started on port(s): 8080
另外,我有SpringBoot Actuator依赖项,并在端口9443 spring-boot-