yoesoff

Jhipster vue create project

Sep 30th, 2020
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 35.74 KB | None | 0 0
  1. $ jhipster --blueprint vuejs
  2. INFO! Using JHipster version installed globally
  3.  
  4. > ejs@2.7.4 postinstall D:\lab1\jhispster1\.yo-repository\node_modules\generator-jhipster-vuejs\node_modules\mem-fs-editor\node_modules\ejs
  5. > node ./postinstall.js
  6.  
  7.  
  8. > ejs@3.1.3 postinstall D:\lab1\jhispster1\.yo-repository\node_modules\generator-jhipster-vuejs\node_modules\ejs
  9. > node --harmony ./postinstall.js
  10.  
  11.  
  12. > spawn-sync@1.0.15 postinstall D:\lab1\jhispster1\.yo-repository\node_modules\generator-jhipster-vuejs\node_modules\spawn-sync
  13. > node postinstall
  14.  
  15. + generator-jhipster-vuejs@1.9.2
  16. added 708 packages from 487 contributors in 32.679s
  17. ✔ generator-jhipster-vuejs installed.
  18. INFO! No custom sharedOptions found within blueprint: generator-jhipster-vuejs at D:/lab1/jhispster1/.yo-repository/node_modules/generator-jhipster-vuejs
  19. INFO! No custom commands found within blueprint: generator-jhipster-vuejs at D:/lab1/jhispster1/.yo-repository/node_modules/generator-jhipster-vuejs
  20. INFO! Executing jhipster:app
  21. WARNING! --blueprint option is deprecated. Please use --blueprints instead
  22.  
  23.  
  24.         ██╗ ██╗   ██╗ ████████╗ ███████╗   ██████╗ ████████╗ ████████╗ ███████╗
  25.         ██║ ██║   ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗
  26.         ██║ ████████║    ██║    ███████╔╝ ╚█████╗     ██║    ██████╗   ███████╔╝
  27.   ██╗   ██║ ██╔═══██║    ██║    ██╔════╝   ╚═══██╗    ██║    ██╔═══╝   ██╔══██║
  28.   ╚██████╔╝ ██║   ██║ ████████╗ ██║       ██████╔╝    ██║    ████████╗ ██║  ╚██╗
  29.    ╚═════╝  ╚═╝   ╚═╝ ╚═══════╝ ╚═╝       ╚═════╝     ╚═╝    ╚═══════╝ ╚═╝   ╚═╝
  30.  
  31.                             https://www.jhipster.tech
  32.  
  33. Welcome to JHipster v6.10.3
  34. Application files will be generated in folder: D:\lab1\jhispster1
  35.  _______________________________________________________________________________________________________________
  36.  
  37.   Documentation for creating an application is at https://www.jhipster.tech/creating-an-app/
  38.   If you find JHipster useful, consider sponsoring the project at https://opencollective.com/generator-jhipster
  39.  _______________________________________________________________________________________________________________
  40.  
  41. ? Which *type* of application would you like to create? (Use arrow keys)
  42. ? Which *type* of application would you like to create? Monolithic application (
  43. recommended for simple projects)
  44. ? [Beta] Do you want to make it reactive with Spring WebFlux? (y/N) n
  45. ? [Beta] Do you want to make it reactive with Spring WebFlux? No
  46. ? What is the base name of your application? (jhispster1)
  47. ? What is the base name of your application? jhispster1
  48. ? What is your default Java package name? (com.mycompany.myapp)
  49. ? What is your default Java package name? com.mycompany.myapp
  50. ? Do you want to use the JHipster Registry to configure, monitor and scale your
  51. ? Do you want to use the JHipster Registry to configure, monitor and scale your
  52. ? Which *type* of authentication would you like to use? (Use arrow keys)
  53. ? Which *type* of authentication would you like to use? JWT authentication (stat
  54. ? Which *type* of database would you like to use? (Use arrow keys)
  55. ? Which *type* of database would you like to use? SQL (H2, MySQL, MariaDB, Postg
  56. ? Which *production* database would you like to use? (Use arrow keys)
  57. ? Which *production* database would you like to use? MySQL
  58. ? Which *development* database would you like to use? (Use arrow keys)
  59. ? Which *development* database would you like to use? H2 with disk-based persist
  60. ? Do you want to use the Spring cache abstraction? (Use arrow keys)
  61. ? Do you want to use the Spring cache abstraction? Yes, with the Ehcache impleme
  62. ? Do you want to use Hibernate 2nd level cache? (Y/n)
  63. ? Do you want to use Hibernate 2nd level cache? Yes
  64. ? Would you like to use Maven or Gradle for building the backend? (Use arrow key
  65. ? Would you like to use Maven or Gradle for building the backend? Maven
  66. ? Which other technologies would you like to use? (Press <space> to select, <a>
  67. ? Which other technologies would you like to use?
  68.      info Using blueprint generator-jhipster-vuejs for client subgenerator
  69. ? Which *Framework* would you like to use for the client? (Use arrow keys)
  70. ? Which *Framework* would you like to use for the client? Vue.js
  71. ? Would you like to use a Bootswatch theme (https://bootswatch.com/)? (Use arrow
  72. ? Would you like to use a Bootswatch theme (https://bootswatch.com/)? Default JH
  73. ipster
  74.      info Using blueprint generator-jhipster-vuejs for common subgenerator
  75. ? Would you like to enable internationalization support? (Y/n) n
  76. ? Besides JUnit and Jest, which testing frameworks would you like to use? Gatlin
  77. g, Protractor
  78. ? Would you like to install other generators from the JHipster Marketplace? (y/N  n
  79. ? Would you like to install other generators from the JHipster Marketplace? No
  80. Git repository initialized.
  81. Generating 2,048 bit RSA key pair and self-signed certificate (SHA256withRSA) with a validity of 99,999 days
  82.         for: CN=Java Hipster, OU=Development, O=com.mycompany.myapp, L=, ST=, C=
  83.  
  84. KeyStore 'src/main/resources/config/tls/keystore.p12' generated successfully.
  85.  
  86.    create .prettierrc
  87.    create .prettierignore
  88.    create src\main\jib\entrypoint.sh
  89.    create checkstyle.xml
  90.    create mvnw
  91.    create mvnw.cmd
  92.    create .mvn\wrapper\maven-wrapper.jar
  93.    create .mvn\wrapper\maven-wrapper.properties
  94.    create .mvn\wrapper\MavenWrapperDownloader.java
  95.    create pom.xml
  96.    create src\main\resources\banner.txt
  97.    create src\main\resources\.h2.server.properties
  98.    create src\main\resources\templates\error.html
  99.    create src\main\resources\logback-spring.xml
  100.    create src\main\resources\i18n\messages.properties
  101.    create src\main\resources\config\liquibase\changelog\00000000000000_initial_schema.xml
  102.    create src\main\resources\config\liquibase\master.xml
  103.    create src\main\java\com\mycompany\myapp\security\SpringSecurityAuditorAware.java
  104.    create src\main\java\com\mycompany\myapp\security\SecurityUtils.java
  105.    create src\main\java\com\mycompany\myapp\security\AuthoritiesConstants.java
  106.    create src\main\java\com\mycompany\myapp\security\package-info.java
  107.    create src\test\java\com\mycompany\myapp\security\SecurityUtilsUnitTest.java
  108.    create src\main\java\com\mycompany\myapp\security\jwt\TokenProvider.java
  109.    create src\main\java\com\mycompany\myapp\security\jwt\JWTFilter.java
  110.    create src\main\java\com\mycompany\myapp\security\jwt\JWTConfigurer.java
  111.    create src\main\java\com\mycompany\myapp\config\SecurityConfiguration.java
  112.    create src\main\java\com\mycompany\myapp\security\DomainUserDetailsService.java
  113.    create src\main\java\com\mycompany\myapp\security\UserNotActivatedException.java
  114.    create src\main\java\com\mycompany\myapp\web\rest\vm\LoginVM.java
  115.    create src\main\java\com\mycompany\myapp\web\rest\UserJWTController.java
  116.    create src\main\java\com\mycompany\myapp\Jhispster1App.java
  117.    create src\main\java\com\mycompany\myapp\ApplicationWebXml.java
  118.    create src\test\java\com\mycompany\myapp\ArchTest.java
  119.    create src\main\java\com\mycompany\myapp\aop\logging\LoggingAspect.java
  120.    create src\main\java\com\mycompany\myapp\config\package-info.java
  121.    create src\main\java\com\mycompany\myapp\config\AsyncConfiguration.java
  122.    create src\main\java\com\mycompany\myapp\config\DateTimeFormatConfiguration.java
  123.    create src\main\java\com\mycompany\myapp\config\LoggingConfiguration.java
  124.    create src\main\java\com\mycompany\myapp\config\ApplicationProperties.java
  125.    create src\main\java\com\mycompany\myapp\config\JacksonConfiguration.java
  126.    create src\main\java\com\mycompany\myapp\config\LocaleConfiguration.java
  127.    create src\main\java\com\mycompany\myapp\config\LoggingAspectConfiguration.java
  128.    create src\main\java\com\mycompany\myapp\config\WebConfigurer.java
  129.    create src\main\java\com\mycompany\myapp\config\StaticResourcesWebConfiguration.java
  130.    create src\main\java\com\mycompany\myapp\config\Constants.java
  131.    create src\main\java\com\mycompany\myapp\config\CacheConfiguration.java
  132.    create src\main\java\com\mycompany\myapp\config\CloudDatabaseConfiguration.java
  133.    create src\main\java\com\mycompany\myapp\config\DatabaseConfiguration.java
  134.    create src\main\java\com\mycompany\myapp\config\audit\package-info.java
  135.    create src\main\java\com\mycompany\myapp\config\audit\AuditEventConverter.java
  136.    create src\main\java\com\mycompany\myapp\config\LiquibaseConfiguration.java
  137.    create src\main\java\com\mycompany\myapp\domain\package-info.java
  138.    create src\main\java\com\mycompany\myapp\domain\AbstractAuditingEntity.java
  139.    create src\main\java\com\mycompany\myapp\domain\PersistentAuditEvent.java
  140.    create src\main\java\com\mycompany\myapp\repository\package-info.java
  141.    create src\main\java\com\mycompany\myapp\service\EmailAlreadyUsedException.java
  142.    create src\main\java\com\mycompany\myapp\service\InvalidPasswordException.java
  143.    create src\main\java\com\mycompany\myapp\service\UsernameAlreadyUsedException.java
  144.    create src\main\java\com\mycompany\myapp\service\package-info.java
  145.    create src\main\java\com\mycompany\myapp\web\rest\errors\package-info.java
  146.    create src\main\java\com\mycompany\myapp\web\rest\errors\BadRequestAlertException.java
  147.    create src\main\java\com\mycompany\myapp\web\rest\errors\ErrorConstants.java
  148.    create src\main\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslator.java
  149.    create src\main\java\com\mycompany\myapp\web\rest\errors\FieldErrorVM.java
  150.    create src\main\java\com\mycompany\myapp\web\rest\errors\EmailAlreadyUsedException.java
  151.    create src\main\java\com\mycompany\myapp\web\rest\errors\InvalidPasswordException.java
  152.    create src\main\java\com\mycompany\myapp\web\rest\errors\LoginAlreadyUsedException.java
  153.    create src\main\java\com\mycompany\myapp\web\rest\vm\package-info.java
  154.    create src\main\java\com\mycompany\myapp\web\rest\package-info.java
  155.    create src\main\java\com\mycompany\myapp\web\rest\ClientForwardController.java
  156.    create src\test\java\com\mycompany\myapp\web\rest\TestUtil.java
  157.    create src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorIT.java
  158.    create src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorTestController.java
  159.    create src\test\java\com\mycompany\myapp\web\rest\ClientForwardControllerTest.java
  160.    create src\test\java\com\mycompany\myapp\config\timezone\HibernateTimeZoneIT.java
  161.    create src\test\java\com\mycompany\myapp\repository\timezone\DateTimeWrapper.java
  162.    create src\test\java\com\mycompany\myapp\repository\timezone\DateTimeWrapperRepository.java
  163.    create src\test\resources\logback.xml
  164.    create src\test\java\com\mycompany\myapp\config\WebConfigurerTest.java
  165.    create src\test\java\com\mycompany\myapp\config\WebConfigurerTestController.java
  166.    create src\test\java\com\mycompany\myapp\config\StaticResourcesWebConfigurerTest.java
  167.    create src\test\gatling\conf\gatling.conf
  168.    create src\test\gatling\conf\logback.xml
  169.    create src\test\java\com\mycompany\myapp\security\DomainUserDetailsServiceIT.java
  170.    create src\main\resources\config\liquibase\data\user.csv
  171.    create src\main\resources\config\liquibase\data\authority.csv
  172.    create src\main\resources\config\liquibase\data\user_authority.csv
  173.    create src\main\resources\templates\mail\activationEmail.html
  174.    create src\main\resources\templates\mail\creationEmail.html
  175.    create src\main\resources\templates\mail\passwordResetEmail.html
  176.    create src\main\java\com\mycompany\myapp\domain\Authority.java
  177.    create src\main\java\com\mycompany\myapp\repository\AuthorityRepository.java
  178.    create src\main\java\com\mycompany\myapp\repository\PersistenceAuditEventRepository.java
  179.    create src\main\java\com\mycompany\myapp\service\AuditEventService.java
  180.    create src\main\java\com\mycompany\myapp\web\rest\AuditResource.java
  181.    create src\main\java\com\mycompany\myapp\repository\CustomAuditEventRepository.java
  182.    create src\main\java\com\mycompany\myapp\domain\User.java
  183.    create src\main\java\com\mycompany\myapp\repository\UserRepository.java
  184.    create src\main\java\com\mycompany\myapp\service\UserService.java
  185.    create src\main\java\com\mycompany\myapp\service\MailService.java
  186.    create src\main\java\com\mycompany\myapp\service\dto\package-info.java
  187.    create src\main\java\com\mycompany\myapp\service\dto\UserDTO.java
  188.    create src\main\java\com\mycompany\myapp\service\dto\PasswordChangeDTO.java
  189.    create src\main\java\com\mycompany\myapp\web\rest\vm\ManagedUserVM.java
  190.    create src\main\java\com\mycompany\myapp\web\rest\AccountResource.java
  191.    create src\main\java\com\mycompany\myapp\web\rest\UserResource.java
  192.    create src\main\java\com\mycompany\myapp\web\rest\vm\KeyAndPasswordVM.java
  193.    create src\main\java\com\mycompany\myapp\service\mapper\package-info.java
  194.    create src\main\java\com\mycompany\myapp\service\mapper\UserMapper.java
  195.    create src\test\java\com\mycompany\myapp\security\jwt\TokenProviderTest.java
  196.    create src\test\java\com\mycompany\myapp\security\jwt\JWTFilterTest.java
  197.    create src\test\java\com\mycompany\myapp\web\rest\UserJWTControllerIT.java
  198.    create src\test\java\com\mycompany\myapp\web\rest\AuditResourceIT.java
  199.    create src\test\java\com\mycompany\myapp\service\AuditEventServiceIT.java
  200.    create src\test\java\com\mycompany\myapp\repository\CustomAuditEventRepositoryIT.java
  201.    create src\test\resources\templates\mail\testEmail.html
  202.    create src\test\resources\i18n\messages_en.properties
  203.    create src\test\java\com\mycompany\myapp\service\MailServiceIT.java
  204.    create src\test\java\com\mycompany\myapp\service\UserServiceIT.java
  205.    create src\test\java\com\mycompany\myapp\service\mapper\UserMapperTest.java
  206.    create src\test\java\com\mycompany\myapp\web\rest\AccountResourceIT.java
  207.    create src\test\java\com\mycompany\myapp\config\NoOpMailConfiguration.java
  208.    create src\test\java\com\mycompany\myapp\web\rest\UserResourceIT.java
  209.    create src\test\java\com\mycompany\myapp\web\rest\WithUnauthenticatedMockUser.java
  210.    create .huskyrc
  211.    create .postcssrc.js
  212.    create config\index.js
  213.    create config\dev.env.js
  214.    create config\prod.env.js
  215.    create webpack\webpack.common.js
  216.    create webpack\webpack.dev.js
  217.    create webpack\webpack.prod.js
  218.    create webpack\vue.utils.js
  219.    create webpack\loader.conf.js
  220.    create webpack\utils.js
  221.    create src\main\webapp\content\images\jhipster_family_member_0.svg
  222.    create src\main\webapp\content\images\jhipster_family_member_1.svg
  223.    create src\main\webapp\content\images\jhipster_family_member_2.svg
  224.    create src\main\webapp\content\images\jhipster_family_member_3.svg
  225.    create src\main\webapp\content\images\jhipster_family_member_0_head-192.png
  226.    create src\main\webapp\content\images\jhipster_family_member_1_head-192.png
  227.    create src\main\webapp\content\images\jhipster_family_member_2_head-192.png
  228.    create src\main\webapp\content\images\jhipster_family_member_3_head-192.png
  229.    create src\main\webapp\content\images\jhipster_family_member_0_head-256.png
  230.    create src\main\webapp\content\images\jhipster_family_member_1_head-256.png
  231.    create src\main\webapp\content\images\jhipster_family_member_2_head-256.png
  232.    create src\main\webapp\content\images\jhipster_family_member_3_head-256.png
  233.    create src\main\webapp\content\images\jhipster_family_member_0_head-384.png
  234.    create src\main\webapp\content\images\jhipster_family_member_1_head-384.png
  235.    create src\main\webapp\content\images\jhipster_family_member_2_head-384.png
  236.    create src\main\webapp\content\images\jhipster_family_member_3_head-384.png
  237.    create src\main\webapp\content\images\jhipster_family_member_0_head-512.png
  238.    create src\main\webapp\content\images\jhipster_family_member_1_head-512.png
  239.    create src\main\webapp\content\images\jhipster_family_member_2_head-512.png
  240.    create src\main\webapp\content\images\jhipster_family_member_3_head-512.png
  241.    create src\main\webapp\content\images\logo-jhipster.png
  242.    create src\main\webapp\swagger-ui\index.html
  243.    create src\main\webapp\swagger-ui\dist\images\throbber.gif
  244.    create src\main\webapp\WEB-INF\web.xml
  245.    create src\main\webapp\favicon.ico
  246.    create src\main\webapp\robots.txt
  247.    create src\main\webapp\404.html
  248.    create src\main\webapp\index.html
  249.    create src\main\webapp\manifest.webapp
  250.    create src\main\webapp\app\app.vue
  251.    create package.json
  252.     force .yo-rc.json
  253.    create src\main\docker\app.yml
  254.    create src\main\docker\sonar.yml
  255.    create src\main\docker\monitoring.yml
  256.    create src\main\docker\prometheus\prometheus.yml
  257.    create src\main\docker\grafana\provisioning\dashboards\dashboard.yml
  258.    create src\main\docker\grafana\provisioning\dashboards\JVM.json
  259.    create src\main\docker\grafana\provisioning\datasources\datasource.yml
  260.    create src\main\docker\mysql.yml
  261.    create src\main\resources\config\application.yml
  262.    create src\main\resources\config\application-dev.yml
  263.    create src\main\resources\config\application-tls.yml
  264.    create src\main\resources\config\application-prod.yml
  265.    create src\test\resources\config\application.yml
  266.    create src\test\resources\config\application-testcontainers.yml
  267.    create src\main\webapp\app\core\home\home.vue
  268.    create src\main\webapp\app\core\error\error.vue
  269.    create tsconfig.json
  270.    create src\main\webapp\app\core\jhi-footer\jhi-footer.vue
  271.    create src\main\webapp\app\core\jhi-navbar\jhi-navbar.vue
  272.    create src\main\webapp\app\core\ribbon\ribbon.vue
  273.    create src\main\webapp\app\shared\sort\jhi-sort-indicator.vue
  274.    create tslint.json
  275.    create tsconfig.e2e.json
  276.    create src\main\webapp\content\css\loading.css
  277.    create src\main\webapp\content\scss\_bootstrap-variables.scss
  278.    create src\main\webapp\content\scss\global.scss
  279.    create src\main\webapp\content\scss\vendor.scss
  280.    create src\main\webapp\app\app.component.ts
  281.    create src\main\webapp\app\shims-vue.d.ts
  282.    create src\main\webapp\app\constants.ts
  283.    create src\main\webapp\app\main.ts
  284.    create src\main\webapp\app\shared\config\axios-interceptor.ts
  285.    create src\main\webapp\app\shared\config\config.ts
  286.    create src\main\webapp\app\shared\config\config-bootstrap-vue.ts
  287.    create src\main\webapp\app\shared\config\store\account-store.ts
  288.    create src\main\webapp\app\shared\config\store\alert-store.ts
  289.    create src\main\webapp\app\shared\jhi-item-count.vue
  290.    create src\main\webapp\app\account\login-form\login-form.vue
  291.    create src\main\webapp\app\account\change-password\change-password.vue
  292.    create src\main\webapp\app\account\register\register.vue
  293.    create src\main\webapp\app\account\reset-password\init\reset-password-init.vue
  294.    create src\main\webapp\app\account\reset-password\finish\reset-password-finish.vue
  295.    create src\main\webapp\app\account\settings\settings.vue
  296.    create src\main\webapp\app\account\activate\activate.vue
  297.    create src\main\webapp\app\admin\configuration\configuration.vue
  298.    create src\main\webapp\app\shared\security\authority.ts
  299.    create src\main\webapp\app\router\index.ts
  300.    create src\main\webapp\app\router\admin.ts
  301.    create src\main\webapp\app\router\entities.ts
  302.    create src\main\webapp\app\router\pages.ts
  303.    create src\main\webapp\app\core\home\home.component.ts
  304.    create src\main\webapp\app\core\error\error.component.ts
  305.    create src\main\webapp\app\core\jhi-footer\jhi-footer.component.ts
  306.    create src\main\webapp\app\core\jhi-navbar\jhi-navbar.component.ts
  307.    create src\main\webapp\app\core\ribbon\ribbon.component.ts
  308.    create src\main\webapp\app\shared\date\filters.ts
  309.    create src\main\webapp\app\shared\sort\jhi-sort-indicator.component.ts
  310.    create src\main\webapp\app\shared\sort\sorts.ts
  311.    create src\main\webapp\app\shared\alert\alert.service.ts
  312.    create src\main\webapp\app\shared\alert\alert.mixin.ts
  313.    create src\main\webapp\app\shared\data\data-utils.service.ts
  314.    create src\main\webapp\app\admin\docs\docs.vue
  315.    create src\main\webapp\app\admin\health\health.vue
  316.    create src\main\webapp\app\admin\health\health-modal.vue
  317.    create src\main\webapp\app\admin\logs\logs.vue
  318.    create src\main\webapp\app\admin\metrics\metrics.vue
  319.    create src\main\webapp\app\shared\jhi-item-count.component.ts
  320.    create src\main\webapp\app\admin\metrics\metrics-modal.vue
  321.    create src\main\webapp\app\admin\audits\audits.vue
  322.    create src\main\webapp\app\admin\user-management\user-management.vue
  323.    create src\main\webapp\app\admin\user-management\user-management-view.vue
  324.    create src\main\webapp\app\admin\user-management\user-management-edit.vue
  325.    create src\test\javascript\jest.conf.js
  326.    create src\main\webapp\app\shared\model\user.model.ts
  327.    create src\main\webapp\app\account\account.service.ts
  328.    create src\main\webapp\app\account\login-form\login-form.component.ts
  329.    create src\main\webapp\app\account\login.service.ts
  330.    create src\main\webapp\app\router\account.ts
  331.    create src\main\webapp\app\account\change-password\change-password.component.ts
  332.    create src\main\webapp\app\account\register\register.component.ts
  333.    create src\main\webapp\app\account\register\register.service.ts
  334.    create src\main\webapp\app\account\reset-password\init\reset-password-init.component.ts
  335.    create src\main\webapp\app\account\reset-password\finish\reset-password-finish.component.ts
  336.    create src\main\webapp\app\account\settings\settings.component.ts
  337.    create src\main\webapp\app\account\activate\activate.component.ts
  338.    create src\main\webapp\app\account\activate\activate.service.ts
  339.    create src\main\webapp\app\admin\configuration\configuration.component.ts
  340.    create src\main\webapp\app\admin\configuration\configuration.service.ts
  341.    create src\main\webapp\app\admin\docs\docs.component.ts
  342.    create src\main\webapp\app\admin\health\health.component.ts
  343.    create src\main\webapp\app\admin\health\health-modal.component.ts
  344.    create src\main\webapp\app\admin\health\health.service.ts
  345.    create src\main\webapp\app\admin\logs\logs.component.ts
  346.    create src\main\webapp\app\admin\logs\logs.service.ts
  347.    create src\main\webapp\app\admin\metrics\metrics.component.ts
  348.    create src\main\webapp\app\admin\metrics\metrics.service.ts
  349.    create src\main\webapp\app\admin\metrics\metrics-modal.component.ts
  350.    create src\main\webapp\app\admin\audits\audits.component.ts
  351.    create src\main\webapp\app\admin\audits\audits.service.ts
  352.    create src\main\webapp\app\admin\user-management\user-management.component.ts
  353.    create src\main\webapp\app\admin\user-management\user-management-view.component.ts
  354.    create src\main\webapp\app\admin\user-management\user-management-edit.component.ts
  355.    create src\main\webapp\app\admin\user-management\user-management.service.ts
  356.    create src\test\javascript\spec\app\account\account.service.spec.ts
  357.    create src\test\javascript\spec\app\core\home\home.component.spec.ts
  358.    create src\test\javascript\spec\app\core\error\error.component.spec.ts
  359.    create src\test\javascript\spec\app\core\jhi-navbar\jhi-navbar.component.spec.ts
  360.    create src\test\javascript\spec\app\core\ribbon\ribbon.component.spec.ts
  361.    create src\test\javascript\spec\app\shared\alert\alert.service.spec.ts
  362.    create src\test\javascript\spec\app\shared\config\axios-interceptor.spec.ts
  363.    create src\test\javascript\spec\app\shared\data\data-utils.service.spec.ts
  364.    create src\test\javascript\spec\app\admin\configuration\configuration.component.spec.ts
  365.    create src\test\javascript\spec\app\admin\health\health.component.spec.ts
  366.    create src\test\javascript\spec\app\admin\health\health-modal.component.spec.ts
  367.    create src\test\javascript\spec\app\admin\health\health.service.spec.ts
  368.    create src\test\javascript\spec\app\admin\logs\logs.component.spec.ts
  369.    create src\test\javascript\spec\app\admin\metrics\metrics.component.spec.ts
  370.    create src\test\javascript\spec\app\admin\metrics\metrics-modal.component.spec.ts
  371.    create src\test\javascript\spec\app\admin\audits\audits.component.spec.ts
  372.    create src\test\javascript\spec\app\account\login-form\login-form.component.spec.ts
  373.    create src\test\javascript\protractor.conf.js
  374.    create .gitignore
  375.    create .gitattributes
  376.    create .editorconfig
  377.    create sonar-project.properties
  378.    create .lintstagedrc.js
  379.    create src\test\javascript\spec\app\account\change-password\change-password.component.spec.ts
  380.    create src\test\javascript\spec\app\account\register\register.component.spec.ts
  381.    create src\test\javascript\spec\app\account\reset-password\init\reset-password-init.component.spec.ts
  382.    create src\test\javascript\spec\app\account\reset-password\finish\reset-password-finish.component.spec.ts
  383.    create src\test\javascript\spec\app\account\settings\settings.component.spec.ts
  384.    create src\test\javascript\spec\app\account\activate\activate.component.spec.ts
  385.    create src\test\javascript\spec\app\admin\user-management\user-management.component.spec.ts
  386.    create src\test\javascript\spec\app\admin\user-management\user-management-view.component.spec.ts
  387.    create src\test\javascript\spec\app\admin\user-management\user-management-edit.component.spec.ts
  388.    create src\test\javascript\e2e\modules\account\account.spec.ts
  389.    create src\test\javascript\e2e\modules\administration\administration.spec.ts
  390.    create src\test\javascript\e2e\util\utils.ts
  391.    create src\test\javascript\e2e\page-objects\navbar-page.ts
  392.    create src\test\javascript\e2e\page-objects\signin-page.ts
  393.    create src\test\javascript\e2e\page-objects\alert-page.ts
  394.    create src\test\javascript\e2e\page-objects\administration-page.ts
  395.    create src\test\javascript\e2e\page-objects\password-page.ts
  396.    create src\test\javascript\e2e\page-objects\settings-page.ts
  397.    create src\test\javascript\e2e\page-objects\register-page.ts
  398.    create README.md
  399.  
  400.  
  401. I'm all done. Running npm install for you to install the required dependencies. If this fails, try running the command yourself.
  402.  
  403.  
  404. npm WARN deprecated [email protected]: TSLint is deprecated. As such migrate from tslint-loader to eslint-loader.
  405. npm WARN deprecated [email protected]: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information.
  406. npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
  407. npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
  408. npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
  409. npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
  410. npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
  411. npm WARN deprecated [email protected]: Fixed a prototype pollution security issue in 4.1.0, please upgrade to ^4.1.1 or ^5.0.1.
  412. npm WARN deprecated [email protected]: this library is no longer supported
  413. npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
  414. npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
  415. npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
  416. npm WARN deprecated [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
  417.  
  418. > [email protected] install D:\lab1\jhispster1\node_modules\yorkie
  419. > node bin/install.js
  420.  
  421. setting up Git hooks
  422. done
  423.  
  424.  
  425. > [email protected] install D:\lab1\jhispster1\node_modules\husky
  426. > node husky install
  427.  
  428. husky > Setting up git hooks
  429. husky > Done
  430.  
  431. > @fortawesome/[email protected] postinstall D:\lab1\jhispster1\node_modules\@fortawesome\fontawesome-common-types
  432. > node attribution.js
  433.  
  434. Font Awesome Free 0.2.31 by @fontawesome - https://fontawesome.com
  435. License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  436.  
  437.  
  438. > [email protected] postinstall D:\lab1\jhispster1\node_modules\core-js
  439. > node -e "try{require('./postinstall')}catch(e){}"
  440.  
  441. Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
  442.  
  443. The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
  444. > https://opencollective.com/core-js
  445. > https://www.patreon.com/zloirock
  446.  
  447. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  448.  
  449.  
  450. > [email protected] postinstall D:\lab1\jhispster1\node_modules\ejs
  451. > node ./postinstall.js
  452.  
  453. Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
  454.  
  455.  
  456. > [email protected] postinstall D:\lab1\jhispster1\node_modules\generator-jhipster\node_modules\ejs
  457. > node --harmony ./postinstall.js
  458.  
  459. Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
  460.  
  461.  
  462. > [email protected] postinstall D:\lab1\jhispster1\node_modules\spawn-sync
  463. > node postinstall
  464.  
  465.  
  466. > [email protected] postinstall D:\lab1\jhispster1\node_modules\bootstrap-vue
  467. > opencollective || exit 0
  468.  
  469.  
  470.                          ;iiiiiiiiiiSSSSSSSSiiiiiiiiii;
  471.                          .rXXXXXXXXXrrrrrrrSXXXXXXXXXr.
  472.                          :iXXXXXXXX2. ;;;;, r3XXXXXXXi;
  473.                         ,rSSSSSXXXX2..sSSi: r3XXXSSSSSr,
  474.                          ,siiiiS2XX2. :;;:,.rXX2Siiiis,
  475.                           ,riiiii2X2..5XXXi .22iiiiir,
  476.                            .riiiii22..::::,,r2iiiiir.
  477.                             .riiiii5SSiiiiS22iiiiir.
  478.                               ;iiiii5X3333X5iiiii;
  479.                                :iiiiiSXXXXSiiiii:
  480.                                 :siiiiSXXSiiiis:
  481.                                  ,siiiiiiiiiis,
  482.                                   .riiiiiiiir.
  483.                                    .riiiiiir.
  484.                                     .;iiii;.
  485.                                       ;ii;
  486.                                        ::
  487.  
  488.                       Thanks for installing bootstrap-vue
  489.                 Please consider donating to our open collective
  490.                        to help us maintain this package.
  491.  
  492.                           Number of contributors: 257
  493.                              Number of backers: 164
  494.                              Annual budget: $9,394
  495.                             Current balance: $6,416
  496.  
  497.              Donate: https://opencollective.com/bootstrap-vue/donate
  498.  
  499.  
  500. > [email protected] postinstall D:\lab1\jhispster1\node_modules\husky
  501. > opencollective-postinstall || exit 0
  502.  
  503. Thank you for using husky!
  504. If you rely on this package, please consider supporting our open collective:
  505. > https://opencollective.com/husky/donate
  506.  
  507.  
  508. > [email protected] postinstall D:\lab1\jhispster1
  509. > webdriver-manager update --gecko false
  510.  
  511. [19:27:21] I/file_manager - creating folder D:\lab1\jhispster1\node_modules\protractor\node_modules\webdriver-manager\selenium
  512. [19:27:21] I/config_source - curl -oD:\lab1\jhispster1\node_modules\protractor\node_modules\webdriver-manager\selenium\standalone-response.xml https://selenium-release.storage.googleapis.com/
  513. [19:27:21] I/config_source - curl -oD:\lab1\jhispster1\node_modules\protractor\node_modules\webdriver-manager\selenium\chrome-response.xml https://chromedriver.storage.googleapis.com/
  514. [19:27:23] I/downloader - curl -oD:\lab1\jhispster1\node_modules\protractor\node_modules\webdriver-manager\selenium/selenium-server-standalone-3.141.59.jar https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar
  515. [19:27:23] I/downloader - curl -oD:\lab1\jhispster1\node_modules\protractor\node_modules\webdriver-manager\selenium/chromedriver_85.0.4183.87.zip https://chromedriver.storage.googleapis.com/85.0.4183.38/chromedriver_win32.zip
  516. [19:27:44] I/update - chromedriver: unzipping chromedriver_85.0.4183.87.zip
  517. npm notice created a lockfile as package-lock.json. You should commit this file.
  518. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\chokidar\node_modules\fsevents):
  519. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  520. npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"<8.10.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
  521. npm WARN notsup Not compatible with your version of node/npm: [email protected]
  522. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\watchpack-chokidar2\node_modules\chokidar\node_modules\fsevents):
  523. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  524. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\webpack-dev-server\node_modules\chokidar\node_modules\fsevents):
  525. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  526. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\browser-sync\node_modules\chokidar\node_modules\fsevents):
  527. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  528. npm WARN [email protected] requires a peer of [email protected] - 3 but none is installed. You must install peer dependencies yourself.
  529. npm WARN [email protected] requires a peer of tslint@^5.0.0 but none is installed. You must install peer dependencies yourself.
  530. npm WARN [email protected] requires a peer of eslint@^4.19.1 || ^5.3.0 but none is installed. You must install peer dependencies yourself.
  531. npm WARN [email protected] requires a peer of eslint-plugin-import@^2.14.0 but none is installed. You must install peer dependencies yourself.
  532. npm WARN [email protected] requires a peer of eslint-plugin-jsx-a11y@^6.1.1 but none is installed. You must install peer dependencies yourself.
  533. npm WARN [email protected] requires a peer of eslint-plugin-react@^7.11.0 but none is installed. You must install peer dependencies yourself.
  534. npm WARN [email protected] requires a peer of eslint@^4.19.1 || ^5.3.0 but none is installed. You must install peer dependencies yourself.
  535. npm WARN [email protected] requires a peer of eslint-plugin-import@^2.17.2 but none is installed. You must install peer dependencies yourself.
  536. npm WARN [email protected] requires a peer of enquirer@>= 2.3.0 < 3 but none is installed. You must install peer dependencies yourself.
  537.  
  538. added 2629 packages from 1759 contributors and audited 2644 packages in 215.575s
  539.  
  540. 89 packages are looking for funding
  541.  run `npm fund` for details
  542.  
  543. found 8 vulnerabilities (7 low, 1 high)
  544.  run `npm audit fix` to fix them, or `npm audit` for details
  545. Application successfully committed to Git from D:\lab1\jhispster1.
  546.  
  547. If you find JHipster useful consider sponsoring the project https://www.jhipster.tech/sponsors/
  548.  
  549. Server application generated successfully.
  550.  
  551. Run your Spring Boot application:
  552. ./mvnw (mvnw if using Windows Command Prompt)
  553.  
  554. Client application generated successfully.
  555.  
  556. Start your Webpack development server with:
  557. npm start
  558.  
  559.  
  560. > [email protected] cleanup D:\lab1\jhispster1
  561. > rimraf target/classes/static/
  562.  
  563. INFO! Congratulations, JHipster execution is complete!
  564.  
  565. yusuf@DESKTOP-E78JAJA MINGW64 /d/lab1/jhispster1 (master)
  566. $
Advertisement
Add Comment
Please, Sign In to add comment