美文网首页
创建一个jhipster微服务的16个问题

创建一个jhipster微服务的16个问题

作者: 酸奶泡奥利奥 | 来源:发表于2019-08-06 13:39 被阅读0次

。? (1/16) Which *type* of application would you like to create?

[BETA] JHipster UAA server (for microservice OAuth2 authentication)

? (2/16) What is the base name of your application?

uaa

? (3/16) As you are running in a microservice architecture, on which port would like your server to run? It should be unique to avoid port conflicts.

9999

? (4/16) What is your default Java package name?

com.example.uaa

? (5/16) Do you want to use the JHipster Registry to configure, monitor and scale your microservices and gateways?

Yes

? (6/16) Which *type* of database would you like to use?

SQL (H2, MySQL, MariaDB, PostgreSQL, Oracle, MSSQL)

? (7/16) Which *production* database would you like to use?

MySQL

? (8/16) Which *development* database would you like to use?

MySQL

? (9/16) Do you want to use Hibernate 2nd level cache?

Yes, with HazelCast (distributed cache, for multiple nodes)

? (10/16) Would you like to use Maven or Gradle for building the backend?

Maven

? (11/16) Which other technologies would you like to use?

? (12/16) Would you like to enable internationalization support?

Yes

? Please choose the native language of the application

Chinese (Simplified)

? Please choose additional languages to install

? (13/16) Besides JUnit and Karma, which testing frameworks would you like to use?

? (14/16) Would you like to install other generators from the JHipster Marketplace?

No

相关文章

  • 创建一个jhipster微服务的16个问题

    。? (1/16) Which *type* of application would you like to c...

  • JHipster

    JHipster是什么? JHipster是一个开发平台,能够创建、开发和部署Spring Boot+Angula...

  • jhipster生成实体

    仅适用于jhipster5.1.0 创建一个实体 请查看有关创建新JHipster应用程序的视频教程! 重要的是,...

  • JHipster 创建一个微服务应用

    1、项目分为三个部分 uaa 授权中心、gateway网关、service服务,其中uaa是可选的,可以使用jwt...

  • jHipster - 踩过的那些坑

    jhipster-registry 该服务有一个配置中心的支持,但默认用命令启动时候需要在jhipster-reg...

  • 使用 JHipster 构建微服务架构

    在本文中,我们将着眼于代码生成工具 JHipster 生成和支持的微服务架构。 JHipster 是一个代码生成工...

  • jhipster学习心得

    jhipster学习心得 IDE导入jhipster项目并运行 按照如下步骤导入导入之前创建好项目:import-...

  • jhipster前后端分离

    仅适用于jhipster5.1.0 分离前端和API服务器 介绍 JHipster是一个“全栈”开发工具,其目标是...

  • JHipster一知半解- 4.3 Bootstrap (ng-

    回文集目录:JHipster一知半解 样式Css 总的来说,jhipster提供是微服务框架,重点在于前后端的交互...

  • JHipster简介

    JHipster或者称Java Hipster,是一个应用代码产生器,能够创建Spring Boot + Angu...

网友评论

      本文标题:创建一个jhipster微服务的16个问题

      本文链接:https://www.haomeiwen.com/subject/xgvidctx.html