public class ProjectInitController
extends ApiController
public ProjectInitController(@NotNull
io.vertx.core.Vertx vertx,
@NotNull
org.slf4j.Logger logger,
@NotNull
io.vertx.ext.web.RoutingContext context)
@Nullable
public java.lang.Object createNew(@NotNull
io.vertx.ext.web.RoutingContext p,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> $completion)
Visit this url to generate and download a new project setup automatically by the framework. JDBC url should be uri encoded http://localhost:9999/project/create?artifact_id=trade-game&group_id=com.mycorp.superapp&version=1.0.0 &package_name=com.mycorp.superapp.trade&http_port=8888 &jwt_key=YourKey&jwt_refresh_key=YourKey&jwt_expiry=604800&jwt_refresh_expiry=1209600&jwt_refresh_when_expire=false &controllers=user,stock,game_admin,game_manager &db_driver=hikari&jdbc_url=jdbc%3Amysql%3A%2F%2Flocalhost%3A3306%2Fzeko_test%3Fuser%3Droot%26password%3D123456