Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ jhipster --blueprint vuejs
- INFO! Using JHipster version installed globally
- > ejs@2.7.4 postinstall D:\lab1\jhispster1\.yo-repository\node_modules\generator-jhipster-vuejs\node_modules\mem-fs-editor\node_modules\ejs
- > node ./postinstall.js
- > ejs@3.1.3 postinstall D:\lab1\jhispster1\.yo-repository\node_modules\generator-jhipster-vuejs\node_modules\ejs
- > node --harmony ./postinstall.js
- > spawn-sync@1.0.15 postinstall D:\lab1\jhispster1\.yo-repository\node_modules\generator-jhipster-vuejs\node_modules\spawn-sync
- > node postinstall
- + generator-jhipster-vuejs@1.9.2
- added 708 packages from 487 contributors in 32.679s
- ✔ generator-jhipster-vuejs installed.
- INFO! No custom sharedOptions found within blueprint: generator-jhipster-vuejs at D:/lab1/jhispster1/.yo-repository/node_modules/generator-jhipster-vuejs
- INFO! No custom commands found within blueprint: generator-jhipster-vuejs at D:/lab1/jhispster1/.yo-repository/node_modules/generator-jhipster-vuejs
- INFO! Executing jhipster:app
- WARNING! --blueprint option is deprecated. Please use --blueprints instead
- ██╗ ██╗ ██╗ ████████╗ ███████╗ ██████╗ ████████╗ ████████╗ ███████╗
- ██║ ██║ ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗
- ██║ ████████║ ██║ ███████╔╝ ╚█████╗ ██║ ██████╗ ███████╔╝
- ██╗ ██║ ██╔═══██║ ██║ ██╔════╝ ╚═══██╗ ██║ ██╔═══╝ ██╔══██║
- ╚██████╔╝ ██║ ██║ ████████╗ ██║ ██████╔╝ ██║ ████████╗ ██║ ╚██╗
- ╚═════╝ ╚═╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═╝
- https://www.jhipster.tech
- Welcome to JHipster v6.10.3
- Application files will be generated in folder: D:\lab1\jhispster1
- _______________________________________________________________________________________________________________
- Documentation for creating an application is at https://www.jhipster.tech/creating-an-app/
- If you find JHipster useful, consider sponsoring the project at https://opencollective.com/generator-jhipster
- _______________________________________________________________________________________________________________
- ? Which *type* of application would you like to create? (Use arrow keys)
- ? Which *type* of application would you like to create? Monolithic application (
- recommended for simple projects)
- ? [Beta] Do you want to make it reactive with Spring WebFlux? (y/N) n
- ? [Beta] Do you want to make it reactive with Spring WebFlux? No
- ? What is the base name of your application? (jhispster1)
- ? What is the base name of your application? jhispster1
- ? What is your default Java package name? (com.mycompany.myapp)
- ? What is your default Java package name? com.mycompany.myapp
- ? Do you want to use the JHipster Registry to configure, monitor and scale your
- ? Do you want to use the JHipster Registry to configure, monitor and scale your
- ? Which *type* of authentication would you like to use? (Use arrow keys)
- ? Which *type* of authentication would you like to use? JWT authentication (stat
- ? Which *type* of database would you like to use? (Use arrow keys)
- ? Which *type* of database would you like to use? SQL (H2, MySQL, MariaDB, Postg
- ? Which *production* database would you like to use? (Use arrow keys)
- ? Which *production* database would you like to use? MySQL
- ? Which *development* database would you like to use? (Use arrow keys)
- ? Which *development* database would you like to use? H2 with disk-based persist
- ? Do you want to use the Spring cache abstraction? (Use arrow keys)
- ? Do you want to use the Spring cache abstraction? Yes, with the Ehcache impleme
- ? Do you want to use Hibernate 2nd level cache? (Y/n)
- ? Do you want to use Hibernate 2nd level cache? Yes
- ? Would you like to use Maven or Gradle for building the backend? (Use arrow key
- ? Would you like to use Maven or Gradle for building the backend? Maven
- ? Which other technologies would you like to use? (Press <space> to select, <a>
- ? Which other technologies would you like to use?
- info Using blueprint generator-jhipster-vuejs for client subgenerator
- ? Which *Framework* would you like to use for the client? (Use arrow keys)
- ? Which *Framework* would you like to use for the client? Vue.js
- ? Would you like to use a Bootswatch theme (https://bootswatch.com/)? (Use arrow
- ? Would you like to use a Bootswatch theme (https://bootswatch.com/)? Default JH
- ipster
- info Using blueprint generator-jhipster-vuejs for common subgenerator
- ? Would you like to enable internationalization support? (Y/n) n
- ? Besides JUnit and Jest, which testing frameworks would you like to use? Gatlin
- g, Protractor
- ? Would you like to install other generators from the JHipster Marketplace? (y/N n
- ? Would you like to install other generators from the JHipster Marketplace? No
- Git repository initialized.
- Generating 2,048 bit RSA key pair and self-signed certificate (SHA256withRSA) with a validity of 99,999 days
- for: CN=Java Hipster, OU=Development, O=com.mycompany.myapp, L=, ST=, C=
- KeyStore 'src/main/resources/config/tls/keystore.p12' generated successfully.
- create .prettierrc
- create .prettierignore
- create src\main\jib\entrypoint.sh
- create checkstyle.xml
- create mvnw
- create mvnw.cmd
- create .mvn\wrapper\maven-wrapper.jar
- create .mvn\wrapper\maven-wrapper.properties
- create .mvn\wrapper\MavenWrapperDownloader.java
- create pom.xml
- create src\main\resources\banner.txt
- create src\main\resources\.h2.server.properties
- create src\main\resources\templates\error.html
- create src\main\resources\logback-spring.xml
- create src\main\resources\i18n\messages.properties
- create src\main\resources\config\liquibase\changelog\00000000000000_initial_schema.xml
- create src\main\resources\config\liquibase\master.xml
- create src\main\java\com\mycompany\myapp\security\SpringSecurityAuditorAware.java
- create src\main\java\com\mycompany\myapp\security\SecurityUtils.java
- create src\main\java\com\mycompany\myapp\security\AuthoritiesConstants.java
- create src\main\java\com\mycompany\myapp\security\package-info.java
- create src\test\java\com\mycompany\myapp\security\SecurityUtilsUnitTest.java
- create src\main\java\com\mycompany\myapp\security\jwt\TokenProvider.java
- create src\main\java\com\mycompany\myapp\security\jwt\JWTFilter.java
- create src\main\java\com\mycompany\myapp\security\jwt\JWTConfigurer.java
- create src\main\java\com\mycompany\myapp\config\SecurityConfiguration.java
- create src\main\java\com\mycompany\myapp\security\DomainUserDetailsService.java
- create src\main\java\com\mycompany\myapp\security\UserNotActivatedException.java
- create src\main\java\com\mycompany\myapp\web\rest\vm\LoginVM.java
- create src\main\java\com\mycompany\myapp\web\rest\UserJWTController.java
- create src\main\java\com\mycompany\myapp\Jhispster1App.java
- create src\main\java\com\mycompany\myapp\ApplicationWebXml.java
- create src\test\java\com\mycompany\myapp\ArchTest.java
- create src\main\java\com\mycompany\myapp\aop\logging\LoggingAspect.java
- create src\main\java\com\mycompany\myapp\config\package-info.java
- create src\main\java\com\mycompany\myapp\config\AsyncConfiguration.java
- create src\main\java\com\mycompany\myapp\config\DateTimeFormatConfiguration.java
- create src\main\java\com\mycompany\myapp\config\LoggingConfiguration.java
- create src\main\java\com\mycompany\myapp\config\ApplicationProperties.java
- create src\main\java\com\mycompany\myapp\config\JacksonConfiguration.java
- create src\main\java\com\mycompany\myapp\config\LocaleConfiguration.java
- create src\main\java\com\mycompany\myapp\config\LoggingAspectConfiguration.java
- create src\main\java\com\mycompany\myapp\config\WebConfigurer.java
- create src\main\java\com\mycompany\myapp\config\StaticResourcesWebConfiguration.java
- create src\main\java\com\mycompany\myapp\config\Constants.java
- create src\main\java\com\mycompany\myapp\config\CacheConfiguration.java
- create src\main\java\com\mycompany\myapp\config\CloudDatabaseConfiguration.java
- create src\main\java\com\mycompany\myapp\config\DatabaseConfiguration.java
- create src\main\java\com\mycompany\myapp\config\audit\package-info.java
- create src\main\java\com\mycompany\myapp\config\audit\AuditEventConverter.java
- create src\main\java\com\mycompany\myapp\config\LiquibaseConfiguration.java
- create src\main\java\com\mycompany\myapp\domain\package-info.java
- create src\main\java\com\mycompany\myapp\domain\AbstractAuditingEntity.java
- create src\main\java\com\mycompany\myapp\domain\PersistentAuditEvent.java
- create src\main\java\com\mycompany\myapp\repository\package-info.java
- create src\main\java\com\mycompany\myapp\service\EmailAlreadyUsedException.java
- create src\main\java\com\mycompany\myapp\service\InvalidPasswordException.java
- create src\main\java\com\mycompany\myapp\service\UsernameAlreadyUsedException.java
- create src\main\java\com\mycompany\myapp\service\package-info.java
- create src\main\java\com\mycompany\myapp\web\rest\errors\package-info.java
- create src\main\java\com\mycompany\myapp\web\rest\errors\BadRequestAlertException.java
- create src\main\java\com\mycompany\myapp\web\rest\errors\ErrorConstants.java
- create src\main\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslator.java
- create src\main\java\com\mycompany\myapp\web\rest\errors\FieldErrorVM.java
- create src\main\java\com\mycompany\myapp\web\rest\errors\EmailAlreadyUsedException.java
- create src\main\java\com\mycompany\myapp\web\rest\errors\InvalidPasswordException.java
- create src\main\java\com\mycompany\myapp\web\rest\errors\LoginAlreadyUsedException.java
- create src\main\java\com\mycompany\myapp\web\rest\vm\package-info.java
- create src\main\java\com\mycompany\myapp\web\rest\package-info.java
- create src\main\java\com\mycompany\myapp\web\rest\ClientForwardController.java
- create src\test\java\com\mycompany\myapp\web\rest\TestUtil.java
- create src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorIT.java
- create src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorTestController.java
- create src\test\java\com\mycompany\myapp\web\rest\ClientForwardControllerTest.java
- create src\test\java\com\mycompany\myapp\config\timezone\HibernateTimeZoneIT.java
- create src\test\java\com\mycompany\myapp\repository\timezone\DateTimeWrapper.java
- create src\test\java\com\mycompany\myapp\repository\timezone\DateTimeWrapperRepository.java
- create src\test\resources\logback.xml
- create src\test\java\com\mycompany\myapp\config\WebConfigurerTest.java
- create src\test\java\com\mycompany\myapp\config\WebConfigurerTestController.java
- create src\test\java\com\mycompany\myapp\config\StaticResourcesWebConfigurerTest.java
- create src\test\gatling\conf\gatling.conf
- create src\test\gatling\conf\logback.xml
- create src\test\java\com\mycompany\myapp\security\DomainUserDetailsServiceIT.java
- create src\main\resources\config\liquibase\data\user.csv
- create src\main\resources\config\liquibase\data\authority.csv
- create src\main\resources\config\liquibase\data\user_authority.csv
- create src\main\resources\templates\mail\activationEmail.html
- create src\main\resources\templates\mail\creationEmail.html
- create src\main\resources\templates\mail\passwordResetEmail.html
- create src\main\java\com\mycompany\myapp\domain\Authority.java
- create src\main\java\com\mycompany\myapp\repository\AuthorityRepository.java
- create src\main\java\com\mycompany\myapp\repository\PersistenceAuditEventRepository.java
- create src\main\java\com\mycompany\myapp\service\AuditEventService.java
- create src\main\java\com\mycompany\myapp\web\rest\AuditResource.java
- create src\main\java\com\mycompany\myapp\repository\CustomAuditEventRepository.java
- create src\main\java\com\mycompany\myapp\domain\User.java
- create src\main\java\com\mycompany\myapp\repository\UserRepository.java
- create src\main\java\com\mycompany\myapp\service\UserService.java
- create src\main\java\com\mycompany\myapp\service\MailService.java
- create src\main\java\com\mycompany\myapp\service\dto\package-info.java
- create src\main\java\com\mycompany\myapp\service\dto\UserDTO.java
- create src\main\java\com\mycompany\myapp\service\dto\PasswordChangeDTO.java
- create src\main\java\com\mycompany\myapp\web\rest\vm\ManagedUserVM.java
- create src\main\java\com\mycompany\myapp\web\rest\AccountResource.java
- create src\main\java\com\mycompany\myapp\web\rest\UserResource.java
- create src\main\java\com\mycompany\myapp\web\rest\vm\KeyAndPasswordVM.java
- create src\main\java\com\mycompany\myapp\service\mapper\package-info.java
- create src\main\java\com\mycompany\myapp\service\mapper\UserMapper.java
- create src\test\java\com\mycompany\myapp\security\jwt\TokenProviderTest.java
- create src\test\java\com\mycompany\myapp\security\jwt\JWTFilterTest.java
- create src\test\java\com\mycompany\myapp\web\rest\UserJWTControllerIT.java
- create src\test\java\com\mycompany\myapp\web\rest\AuditResourceIT.java
- create src\test\java\com\mycompany\myapp\service\AuditEventServiceIT.java
- create src\test\java\com\mycompany\myapp\repository\CustomAuditEventRepositoryIT.java
- create src\test\resources\templates\mail\testEmail.html
- create src\test\resources\i18n\messages_en.properties
- create src\test\java\com\mycompany\myapp\service\MailServiceIT.java
- create src\test\java\com\mycompany\myapp\service\UserServiceIT.java
- create src\test\java\com\mycompany\myapp\service\mapper\UserMapperTest.java
- create src\test\java\com\mycompany\myapp\web\rest\AccountResourceIT.java
- create src\test\java\com\mycompany\myapp\config\NoOpMailConfiguration.java
- create src\test\java\com\mycompany\myapp\web\rest\UserResourceIT.java
- create src\test\java\com\mycompany\myapp\web\rest\WithUnauthenticatedMockUser.java
- create .huskyrc
- create .postcssrc.js
- create config\index.js
- create config\dev.env.js
- create config\prod.env.js
- create webpack\webpack.common.js
- create webpack\webpack.dev.js
- create webpack\webpack.prod.js
- create webpack\vue.utils.js
- create webpack\loader.conf.js
- create webpack\utils.js
- create src\main\webapp\content\images\jhipster_family_member_0.svg
- create src\main\webapp\content\images\jhipster_family_member_1.svg
- create src\main\webapp\content\images\jhipster_family_member_2.svg
- create src\main\webapp\content\images\jhipster_family_member_3.svg
- create src\main\webapp\content\images\jhipster_family_member_0_head-192.png
- create src\main\webapp\content\images\jhipster_family_member_1_head-192.png
- create src\main\webapp\content\images\jhipster_family_member_2_head-192.png
- create src\main\webapp\content\images\jhipster_family_member_3_head-192.png
- create src\main\webapp\content\images\jhipster_family_member_0_head-256.png
- create src\main\webapp\content\images\jhipster_family_member_1_head-256.png
- create src\main\webapp\content\images\jhipster_family_member_2_head-256.png
- create src\main\webapp\content\images\jhipster_family_member_3_head-256.png
- create src\main\webapp\content\images\jhipster_family_member_0_head-384.png
- create src\main\webapp\content\images\jhipster_family_member_1_head-384.png
- create src\main\webapp\content\images\jhipster_family_member_2_head-384.png
- create src\main\webapp\content\images\jhipster_family_member_3_head-384.png
- create src\main\webapp\content\images\jhipster_family_member_0_head-512.png
- create src\main\webapp\content\images\jhipster_family_member_1_head-512.png
- create src\main\webapp\content\images\jhipster_family_member_2_head-512.png
- create src\main\webapp\content\images\jhipster_family_member_3_head-512.png
- create src\main\webapp\content\images\logo-jhipster.png
- create src\main\webapp\swagger-ui\index.html
- create src\main\webapp\swagger-ui\dist\images\throbber.gif
- create src\main\webapp\WEB-INF\web.xml
- create src\main\webapp\favicon.ico
- create src\main\webapp\robots.txt
- create src\main\webapp\404.html
- create src\main\webapp\index.html
- create src\main\webapp\manifest.webapp
- create src\main\webapp\app\app.vue
- create package.json
- force .yo-rc.json
- create src\main\docker\app.yml
- create src\main\docker\sonar.yml
- create src\main\docker\monitoring.yml
- create src\main\docker\prometheus\prometheus.yml
- create src\main\docker\grafana\provisioning\dashboards\dashboard.yml
- create src\main\docker\grafana\provisioning\dashboards\JVM.json
- create src\main\docker\grafana\provisioning\datasources\datasource.yml
- create src\main\docker\mysql.yml
- create src\main\resources\config\application.yml
- create src\main\resources\config\application-dev.yml
- create src\main\resources\config\application-tls.yml
- create src\main\resources\config\application-prod.yml
- create src\test\resources\config\application.yml
- create src\test\resources\config\application-testcontainers.yml
- create src\main\webapp\app\core\home\home.vue
- create src\main\webapp\app\core\error\error.vue
- create tsconfig.json
- create src\main\webapp\app\core\jhi-footer\jhi-footer.vue
- create src\main\webapp\app\core\jhi-navbar\jhi-navbar.vue
- create src\main\webapp\app\core\ribbon\ribbon.vue
- create src\main\webapp\app\shared\sort\jhi-sort-indicator.vue
- create tslint.json
- create tsconfig.e2e.json
- create src\main\webapp\content\css\loading.css
- create src\main\webapp\content\scss\_bootstrap-variables.scss
- create src\main\webapp\content\scss\global.scss
- create src\main\webapp\content\scss\vendor.scss
- create src\main\webapp\app\app.component.ts
- create src\main\webapp\app\shims-vue.d.ts
- create src\main\webapp\app\constants.ts
- create src\main\webapp\app\main.ts
- create src\main\webapp\app\shared\config\axios-interceptor.ts
- create src\main\webapp\app\shared\config\config.ts
- create src\main\webapp\app\shared\config\config-bootstrap-vue.ts
- create src\main\webapp\app\shared\config\store\account-store.ts
- create src\main\webapp\app\shared\config\store\alert-store.ts
- create src\main\webapp\app\shared\jhi-item-count.vue
- create src\main\webapp\app\account\login-form\login-form.vue
- create src\main\webapp\app\account\change-password\change-password.vue
- create src\main\webapp\app\account\register\register.vue
- create src\main\webapp\app\account\reset-password\init\reset-password-init.vue
- create src\main\webapp\app\account\reset-password\finish\reset-password-finish.vue
- create src\main\webapp\app\account\settings\settings.vue
- create src\main\webapp\app\account\activate\activate.vue
- create src\main\webapp\app\admin\configuration\configuration.vue
- create src\main\webapp\app\shared\security\authority.ts
- create src\main\webapp\app\router\index.ts
- create src\main\webapp\app\router\admin.ts
- create src\main\webapp\app\router\entities.ts
- create src\main\webapp\app\router\pages.ts
- create src\main\webapp\app\core\home\home.component.ts
- create src\main\webapp\app\core\error\error.component.ts
- create src\main\webapp\app\core\jhi-footer\jhi-footer.component.ts
- create src\main\webapp\app\core\jhi-navbar\jhi-navbar.component.ts
- create src\main\webapp\app\core\ribbon\ribbon.component.ts
- create src\main\webapp\app\shared\date\filters.ts
- create src\main\webapp\app\shared\sort\jhi-sort-indicator.component.ts
- create src\main\webapp\app\shared\sort\sorts.ts
- create src\main\webapp\app\shared\alert\alert.service.ts
- create src\main\webapp\app\shared\alert\alert.mixin.ts
- create src\main\webapp\app\shared\data\data-utils.service.ts
- create src\main\webapp\app\admin\docs\docs.vue
- create src\main\webapp\app\admin\health\health.vue
- create src\main\webapp\app\admin\health\health-modal.vue
- create src\main\webapp\app\admin\logs\logs.vue
- create src\main\webapp\app\admin\metrics\metrics.vue
- create src\main\webapp\app\shared\jhi-item-count.component.ts
- create src\main\webapp\app\admin\metrics\metrics-modal.vue
- create src\main\webapp\app\admin\audits\audits.vue
- create src\main\webapp\app\admin\user-management\user-management.vue
- create src\main\webapp\app\admin\user-management\user-management-view.vue
- create src\main\webapp\app\admin\user-management\user-management-edit.vue
- create src\test\javascript\jest.conf.js
- create src\main\webapp\app\shared\model\user.model.ts
- create src\main\webapp\app\account\account.service.ts
- create src\main\webapp\app\account\login-form\login-form.component.ts
- create src\main\webapp\app\account\login.service.ts
- create src\main\webapp\app\router\account.ts
- create src\main\webapp\app\account\change-password\change-password.component.ts
- create src\main\webapp\app\account\register\register.component.ts
- create src\main\webapp\app\account\register\register.service.ts
- create src\main\webapp\app\account\reset-password\init\reset-password-init.component.ts
- create src\main\webapp\app\account\reset-password\finish\reset-password-finish.component.ts
- create src\main\webapp\app\account\settings\settings.component.ts
- create src\main\webapp\app\account\activate\activate.component.ts
- create src\main\webapp\app\account\activate\activate.service.ts
- create src\main\webapp\app\admin\configuration\configuration.component.ts
- create src\main\webapp\app\admin\configuration\configuration.service.ts
- create src\main\webapp\app\admin\docs\docs.component.ts
- create src\main\webapp\app\admin\health\health.component.ts
- create src\main\webapp\app\admin\health\health-modal.component.ts
- create src\main\webapp\app\admin\health\health.service.ts
- create src\main\webapp\app\admin\logs\logs.component.ts
- create src\main\webapp\app\admin\logs\logs.service.ts
- create src\main\webapp\app\admin\metrics\metrics.component.ts
- create src\main\webapp\app\admin\metrics\metrics.service.ts
- create src\main\webapp\app\admin\metrics\metrics-modal.component.ts
- create src\main\webapp\app\admin\audits\audits.component.ts
- create src\main\webapp\app\admin\audits\audits.service.ts
- create src\main\webapp\app\admin\user-management\user-management.component.ts
- create src\main\webapp\app\admin\user-management\user-management-view.component.ts
- create src\main\webapp\app\admin\user-management\user-management-edit.component.ts
- create src\main\webapp\app\admin\user-management\user-management.service.ts
- create src\test\javascript\spec\app\account\account.service.spec.ts
- create src\test\javascript\spec\app\core\home\home.component.spec.ts
- create src\test\javascript\spec\app\core\error\error.component.spec.ts
- create src\test\javascript\spec\app\core\jhi-navbar\jhi-navbar.component.spec.ts
- create src\test\javascript\spec\app\core\ribbon\ribbon.component.spec.ts
- create src\test\javascript\spec\app\shared\alert\alert.service.spec.ts
- create src\test\javascript\spec\app\shared\config\axios-interceptor.spec.ts
- create src\test\javascript\spec\app\shared\data\data-utils.service.spec.ts
- create src\test\javascript\spec\app\admin\configuration\configuration.component.spec.ts
- create src\test\javascript\spec\app\admin\health\health.component.spec.ts
- create src\test\javascript\spec\app\admin\health\health-modal.component.spec.ts
- create src\test\javascript\spec\app\admin\health\health.service.spec.ts
- create src\test\javascript\spec\app\admin\logs\logs.component.spec.ts
- create src\test\javascript\spec\app\admin\metrics\metrics.component.spec.ts
- create src\test\javascript\spec\app\admin\metrics\metrics-modal.component.spec.ts
- create src\test\javascript\spec\app\admin\audits\audits.component.spec.ts
- create src\test\javascript\spec\app\account\login-form\login-form.component.spec.ts
- create src\test\javascript\protractor.conf.js
- create .gitignore
- create .gitattributes
- create .editorconfig
- create sonar-project.properties
- create .lintstagedrc.js
- create src\test\javascript\spec\app\account\change-password\change-password.component.spec.ts
- create src\test\javascript\spec\app\account\register\register.component.spec.ts
- create src\test\javascript\spec\app\account\reset-password\init\reset-password-init.component.spec.ts
- create src\test\javascript\spec\app\account\reset-password\finish\reset-password-finish.component.spec.ts
- create src\test\javascript\spec\app\account\settings\settings.component.spec.ts
- create src\test\javascript\spec\app\account\activate\activate.component.spec.ts
- create src\test\javascript\spec\app\admin\user-management\user-management.component.spec.ts
- create src\test\javascript\spec\app\admin\user-management\user-management-view.component.spec.ts
- create src\test\javascript\spec\app\admin\user-management\user-management-edit.component.spec.ts
- create src\test\javascript\e2e\modules\account\account.spec.ts
- create src\test\javascript\e2e\modules\administration\administration.spec.ts
- create src\test\javascript\e2e\util\utils.ts
- create src\test\javascript\e2e\page-objects\navbar-page.ts
- create src\test\javascript\e2e\page-objects\signin-page.ts
- create src\test\javascript\e2e\page-objects\alert-page.ts
- create src\test\javascript\e2e\page-objects\administration-page.ts
- create src\test\javascript\e2e\page-objects\password-page.ts
- create src\test\javascript\e2e\page-objects\settings-page.ts
- create src\test\javascript\e2e\page-objects\register-page.ts
- create README.md
- I'm all done. Running npm install for you to install the required dependencies. If this fails, try running the command yourself.
- npm WARN deprecated [email protected]: TSLint is deprecated. As such migrate from tslint-loader to eslint-loader.
- 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.
- 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.)
- npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
- npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
- npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
- npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
- 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.
- npm WARN deprecated [email protected]: this library is no longer supported
- 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.
- npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
- npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
- 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
- > [email protected] install D:\lab1\jhispster1\node_modules\yorkie
- > node bin/install.js
- setting up Git hooks
- done
- > [email protected] install D:\lab1\jhispster1\node_modules\husky
- > node husky install
- husky > Setting up git hooks
- husky > Done
- > @fortawesome/[email protected] postinstall D:\lab1\jhispster1\node_modules\@fortawesome\fontawesome-common-types
- > node attribution.js
- Font Awesome Free 0.2.31 by @fontawesome - https://fontawesome.com
- License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
- > [email protected] postinstall D:\lab1\jhispster1\node_modules\core-js
- > node -e "try{require('./postinstall')}catch(e){}"
- Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
- The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
- > https://opencollective.com/core-js
- > https://www.patreon.com/zloirock
- Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
- > [email protected] postinstall D:\lab1\jhispster1\node_modules\ejs
- > node ./postinstall.js
- Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
- > [email protected] postinstall D:\lab1\jhispster1\node_modules\generator-jhipster\node_modules\ejs
- > node --harmony ./postinstall.js
- Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
- > [email protected] postinstall D:\lab1\jhispster1\node_modules\spawn-sync
- > node postinstall
- > [email protected] postinstall D:\lab1\jhispster1\node_modules\bootstrap-vue
- > opencollective || exit 0
- ;iiiiiiiiiiSSSSSSSSiiiiiiiiii;
- .rXXXXXXXXXrrrrrrrSXXXXXXXXXr.
- :iXXXXXXXX2. ;;;;, r3XXXXXXXi;
- ,rSSSSSXXXX2..sSSi: r3XXXSSSSSr,
- ,siiiiS2XX2. :;;:,.rXX2Siiiis,
- ,riiiii2X2..5XXXi .22iiiiir,
- .riiiii22..::::,,r2iiiiir.
- .riiiii5SSiiiiS22iiiiir.
- ;iiiii5X3333X5iiiii;
- :iiiiiSXXXXSiiiii:
- :siiiiSXXSiiiis:
- ,siiiiiiiiiis,
- .riiiiiiiir.
- .riiiiiir.
- .;iiii;.
- ;ii;
- ::
- Thanks for installing bootstrap-vue
- Please consider donating to our open collective
- to help us maintain this package.
- Number of contributors: 257
- Number of backers: 164
- Annual budget: $9,394
- Current balance: $6,416
- Donate: https://opencollective.com/bootstrap-vue/donate
- > [email protected] postinstall D:\lab1\jhispster1\node_modules\husky
- > opencollective-postinstall || exit 0
- Thank you for using husky!
- If you rely on this package, please consider supporting our open collective:
- > https://opencollective.com/husky/donate
- > [email protected] postinstall D:\lab1\jhispster1
- > webdriver-manager update --gecko false
- [19:27:21] I/file_manager - creating folder D:\lab1\jhispster1\node_modules\protractor\node_modules\webdriver-manager\selenium
- [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/
- [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/
- [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
- [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
- [19:27:44] I/update - chromedriver: unzipping chromedriver_85.0.4183.87.zip
- npm notice created a lockfile as package-lock.json. You should commit this file.
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\chokidar\node_modules\fsevents):
- npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
- npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"<8.10.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
- npm WARN notsup Not compatible with your version of node/npm: [email protected]
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\watchpack-chokidar2\node_modules\chokidar\node_modules\fsevents):
- npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\webpack-dev-server\node_modules\chokidar\node_modules\fsevents):
- npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\browser-sync\node_modules\chokidar\node_modules\fsevents):
- npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
- npm WARN [email protected] requires a peer of [email protected] - 3 but none is installed. You must install peer dependencies yourself.
- npm WARN [email protected] requires a peer of tslint@^5.0.0 but none is installed. You must install peer dependencies yourself.
- 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.
- npm WARN [email protected] requires a peer of eslint-plugin-import@^2.14.0 but none is installed. You must install peer dependencies yourself.
- 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.
- npm WARN [email protected] requires a peer of eslint-plugin-react@^7.11.0 but none is installed. You must install peer dependencies yourself.
- 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.
- npm WARN [email protected] requires a peer of eslint-plugin-import@^2.17.2 but none is installed. You must install peer dependencies yourself.
- npm WARN [email protected] requires a peer of enquirer@>= 2.3.0 < 3 but none is installed. You must install peer dependencies yourself.
- added 2629 packages from 1759 contributors and audited 2644 packages in 215.575s
- 89 packages are looking for funding
- run `npm fund` for details
- found 8 vulnerabilities (7 low, 1 high)
- run `npm audit fix` to fix them, or `npm audit` for details
- Application successfully committed to Git from D:\lab1\jhispster1.
- If you find JHipster useful consider sponsoring the project https://www.jhipster.tech/sponsors/
- Server application generated successfully.
- Run your Spring Boot application:
- ./mvnw (mvnw if using Windows Command Prompt)
- Client application generated successfully.
- Start your Webpack development server with:
- npm start
- > [email protected] cleanup D:\lab1\jhispster1
- > rimraf target/classes/static/
- INFO! Congratulations, JHipster execution is complete!
- yusuf@DESKTOP-E78JAJA MINGW64 /d/lab1/jhispster1 (master)
- $
Advertisement
Add Comment
Please, Sign In to add comment