Class ProjectInitController

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectInitController(Vertx vertx, Logger logger, RoutingContext context)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<TempFile> createNew(RoutingContext ctx, Boolean returnFiles) Visit this url to generate and download a new project setup automatically by the framework.
      • Methods inherited from class io.zeko.restapi.core.controllers.ApiController

        end, endJson, errorJson, errorJson, errorJson, errorJson, getContext, getLogger, getParams, getUseCamelCaseResponse, getVertx, inputErrorMessages, inputRules, outputError, setParams, setUseCamelCaseResponse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProjectInitController

        ProjectInitController(Vertx vertx, Logger logger, RoutingContext context)
    • Method Detail

      • createNew

         List<TempFile> createNew(RoutingContext ctx, Boolean returnFiles)

        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