SpringBoot2
ここから2系の依存関係をコピってpom.xmlに貼り付ける。
https://projects.spring.io/spring-boot/
WebFlux
以下の依存関係をpom.xmlに追加する。
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
</dependency>
mevenはこちら
https://mvnrepository.com/artifact/org.springframework/spring-webflux
0コメント