This repository was archived by the owner on Nov 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-21
lines changed
web-service/src/main/java/io/acari Expand file tree Collapse file tree 4 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 11package io .acari .handler .http .api ;
22
33import com .google .inject .Inject ;
4- import io .acari .handler .Config ;
5- import io .acari .handler .Configurable ;
6- import io .acari .handler .data .BaseAllPageHandler ;
7- import io .acari .util .ChainableOptional ;
8- import io .vertx .core .AsyncResult ;
9- import io .vertx .core .Handler ;
104import io .vertx .core .Vertx ;
11- import io .vertx .core .eventbus .Message ;
12- import io .vertx .core .http .HttpServerResponse ;
13- import io .vertx .core .json .JsonArray ;
14- import io .vertx .core .json .JsonObject ;
15- import io .vertx .ext .web .RoutingContext ;
165import org .slf4j .Logger ;
176import org .slf4j .LoggerFactory ;
187
Original file line number Diff line number Diff line change 11package io .acari .handler .http .api ;
22
33import com .google .inject .Inject ;
4- import io .acari .handler .Config ;
5- import io .acari .handler .Configurable ;
6- import io .acari .util .ChainableOptional ;
7- import io .vertx .core .Handler ;
84import io .vertx .core .Vertx ;
9- import io .vertx .core .eventbus .DeliveryOptions ;
10- import io .vertx .core .json .JsonObject ;
11- import io .vertx .ext .web .RoutingContext ;
125import org .slf4j .Logger ;
136import org .slf4j .LoggerFactory ;
147
Original file line number Diff line number Diff line change 1010import org .slf4j .LoggerFactory ;
1111
1212import java .util .Collections ;
13- import java .util .List ;
14- import java .util .stream .Collectors ;
1513
1614public class UserCreationHandler implements Handler <RoutingContext > {
1715 private static final Logger LOGGER = LoggerFactory .getLogger (UserCreationHandler .class );
Original file line number Diff line number Diff line change 11package io .acari .util ;
22
3- import io .acari .auth .AuthConfigs ;
43import io .acari .auth .DbConfigs ;
54import io .vertx .core .json .JsonObject ;
65
You can’t perform that action at this time.
0 commit comments