Advertisement
yoesoff

JHipster 8.0.0 generated log

Dec 9th, 2023
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.32 KB | None | 0 0
  1. PS E:\learn\myapplication> jhipster
  2.  
  3.         ██╗ ██╗   ██╗ ████████╗ ███████╗   ██████╗ ████████╗ ████████╗ ███████╗
  4.         ██║ ██║   ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗
  5.         ██║ ████████║    ██║    ███████╔╝ ╚█████╗     ██║    ██████╗   ███████╔╝
  6.   ██╗   ██║ ██╔═══██║    ██║    ██╔════╝   ╚═══██╗    ██║    ██╔═══╝   ██╔══██║
  7.   ╚██████╔╝ ██║   ██║ ████████╗ ██║       ██████╔╝    ██║    ████████╗ ██║  ╚██╗
  8.    ╚═════╝  ╚═╝   ╚═╝ ╚═══════╝ ╚═╝       ╚═════╝     ╚═╝    ╚═══════╝ ╚═╝   ╚═╝
  9.                             https://www.jhipster.tech
  10. Welcome to JHipster v8.0.0
  11.  
  12.  _______________________________________________________________________________________________________________
  13.  
  14.   Documentation for creating an application is at https://www.jhipster.tech/creating-an-app/
  15.  
  16.   Application files will be generated in folder: E:\learn\myapplication
  17.  _______________________________________________________________________________________________________________
  18.  
  19. ? What is the base name of your application? myapplication
  20. ? Which *type* of application would you like to create? Monolithic application (recommended for simple projects)
  21. ? Besides Junit, which testing frameworks would you like to use? (Press <space> to select, <a> to toggle all, <i> to invert selection, and <enter> to
  22. ? Besides Junit, which testing frameworks would you like to use?
  23. ? Do you want to make it reactive with Spring WebFlux? No
  24. ? What is your default Java package name? com.mycompany.myapp
  25. ? Which *type* of authentication would you like to use? JWT authentication (stateless, with a token)
  26. ? Which *type* of database would you like to use? SQL (H2, PostgreSQL, MySQL, MariaDB, Oracle, MSSQL)
  27. ? Which *production* database would you like to use? PostgreSQL
  28. ? Which *development* database would you like to use? H2 with in-memory persistence
  29. ? Which cache do you want to use? (Spring cache abstraction) Ehcache (local cache, for a single node)
  30. ? Do you want to use Hibernate 2nd level cache? No
  31. ? Would you like to use Maven or Gradle for building the backend? Maven
  32. ? Which other technologies would you like to use?
  33. ? Which *Framework* would you like to use for the client? Angular
  34. ? Besides Jest/Vitest, which testing frameworks would you like to use?
  35. ? Do you want to generate the admin UI? Yes
  36. ? Would you like to use a Bootswatch theme (https://bootswatch.com/)? Default JHipster
  37. ? Would you like to enable internationalization support? Yes
  38. ? Please choose the native language of the application English
  39. ? Please choose additional languages to install French
  40.      info Generating 2,048 bit RSA key pair and self-signed certificate (SHA384withRSA) with a validity of 99,999 days
  41.      info       for: CN=Java Hipster, OU=Development, O=com.mycompany.myapp, L=, ST=, C=
  42.      info KeyStore 'E:\learn\myapplication\src\main\resources\config\tls\keystore.p12' generated successfully.
  43. ✔ applying multi-step templates
  44. ✔ Git repository initialized.
  45.    create .prettierrc
  46.    create .prettierignore
  47. ✔ prettier configuration files commited to disk
  48. ✔ loading translations
  49. ✔ updating package.json dependencies versions
  50. ✔ prettifying sonar-project.properties
  51. ✔ adding package-info.java files
  52. ✔ translating angular application
  53. =============
  54.  
  55. WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
  56.  
  57. You may find that it works just fine, or you may not.
  58.  
  59. SUPPORTED TYPESCRIPT VERSIONS: >=4.3.5 <5.3.0
  60.  
  61. YOUR TYPESCRIPT VERSION: 5.3.3
  62.  
  63. Please only submit bug reports when using the officially supported version.
  64.  
  65. =============
  66.    create .editorconfig
  67.    create sonar-project.properties
  68.    create .husky\pre-commit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement