Java-82 Fix test (change port)
This commit is contained in:
parent
23e39f4244
commit
0fd213eb5d
@ -28,7 +28,7 @@ public class SpringSecurity5Application {
|
|||||||
HttpHandler handler = WebHttpHandlerBuilder.applicationContext(context)
|
HttpHandler handler = WebHttpHandlerBuilder.applicationContext(context)
|
||||||
.build();
|
.build();
|
||||||
ReactorHttpHandlerAdapter adapter = new ReactorHttpHandlerAdapter(handler);
|
ReactorHttpHandlerAdapter adapter = new ReactorHttpHandlerAdapter(handler);
|
||||||
HttpServer httpServer = HttpServer.create().host("localhost").port(8080);
|
HttpServer httpServer = HttpServer.create().host("localhost").port(8083);
|
||||||
return httpServer.handle(adapter).bindNow();
|
return httpServer.handle(adapter).bindNow();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user