Commit for Eval Article pull request

This commit is contained in:
smokeyrobot
2018-05-02 00:18:41 -04:00
committed by Kyle Doyle
parent e3978a5f95
commit c23ac47178
5 changed files with 128 additions and 0 deletions
+10
View File
@@ -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 {
}