Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 8a7f82b

Browse files
committed
1 parent 418a7da commit 8a7f82b

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

samples/webflux-netty/src/main/java/com/example/webflux/WebfluxApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import org.springframework.web.bind.annotation.RestController;
99

1010
@SpringBootApplication
11-
@ImportRuntimeHints({ NettyRuntimeHints.class, WebfluxRuntimeHints.class })
11+
@ImportRuntimeHints(NettyRuntimeHints.class)
1212
public class WebfluxApplication {
1313

1414
public static void main(String[] args) {

samples/webflux-netty/src/main/java/com/example/webflux/WebfluxRuntimeHints.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)