Commit for Eval Article pull request
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.baeldung.reactive.kdoyle;
|
||||
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.web.reactive.config.EnableWebFlux;
|
||||
|
||||
@Configuration
|
||||
@EnableWebFlux
|
||||
public class WebConfig {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user