Created
April 25, 2018 14:45
-
-
Save danielmenezesbr/c4839f6db0b9e608da745c784f50463e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\desv\jhipster_oracle_limits_and_skipclient>jhipster --version | |
Using JHipster version installed globally | |
4.14.3 | |
C:\desv\jhipster_oracle_limits_and_skipclient>jhipster | |
Using JHipster version installed globally | |
Running default command | |
Executing jhipster:app | |
Options: | |
██╗ ██╗ ██╗ ████████╗ ███████╗ ██████╗ ████████╗ ████████╗ ███████╗ | |
██║ ██║ ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗ | |
██║ ████████║ ██║ ███████╔╝ ╚█████╗ ██║ ██████╗ ███████╔╝ | |
██╗ ██║ ██╔═══██║ ██║ ██╔════╝ ╚═══██╗ ██║ ██╔═══╝ ██╔══██║ | |
╚██████╔╝ ██║ ██║ ████████╗ ██║ ██████╔╝ ██║ ████████╗ ██║ ╚██╗ | |
╚═════╝ ╚═╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═╝ | |
http://www.jhipster.tech | |
Welcome to the JHipster Generator v4.14.3 | |
_______________________________________________________________________________________________________________ | |
If you find JHipster useful consider supporting our collective https://opencollective.com/generator-jhipster | |
Documentation for creating an application: http://www.jhipster.tech/creating-an-app/ | |
_______________________________________________________________________________________________________________ | |
Application files will be generated in folder: C:\desv\jhipster_oracle_limits_and_skipclient | |
? Which *type* of application would you like to create? Monolithic application (recommended for simple projects) | |
? What is the base name of your application? jhipster_oracle_limits_and_skipclient | |
? What is your default Java package name? com.mycompany.myapp | |
? Do you want to use the JHipster Registry to configure, monitor and scale your application? No | |
? Which *type* of authentication would you like to use? JWT authentication (stateless, with a token) | |
? Which *type* of database would you like to use? SQL (H2, MySQL, MariaDB, PostgreSQL, Oracle, MSSQL) | |
? Which *production* database would you like to use? Oracle (Please follow our documentation to use the Oracle propriet | |
ary driver) | |
? Which *development* database would you like to use? Oracle (Please follow our documentation to use the Oracle proprie | |
tary driver) | |
? Do you want to use the Spring cache abstraction? Yes, with the Ehcache implementation (local cache, for a single node | |
) | |
? Do you want to use Hibernate 2nd level cache? Yes | |
? Would you like to use Maven or Gradle for building the backend? Maven | |
? Which other technologies would you like to use? | |
? Which *Framework* would you like to use for the client? Angular 5 | |
? Would you like to enable *SASS* support using the LibSass stylesheet preprocessor? No | |
? Would you like to enable internationalization support? Yes | |
? Please choose the native language of the application English | |
? Please choose additional languages to install | |
? Besides JUnit and Karma, which testing frameworks would you like to use? | |
? Would you like to install other generators from the JHipster Marketplace? No | |
Installing languages: en | |
create package.json | |
create README.md | |
create .gitignore | |
create .gitattributes | |
create .editorconfig | |
create src\main\docker\Dockerfile | |
create src\main\docker\.dockerignore | |
create src\main\docker\app.yml | |
create src\main\docker\oracle.yml | |
create src\main\docker\sonar.yml | |
create mvnw | |
create mvnw.cmd | |
create .mvn\wrapper\maven-wrapper.jar | |
create .mvn\wrapper\maven-wrapper.properties | |
create pom.xml | |
create src\main\resources\banner.txt | |
create src\main\resources\templates\error.html | |
create src\main\resources\logback-spring.xml | |
create src\main\resources\config\application.yml | |
create src\main\resources\config\application-dev.yml | |
create src\main\resources\config\application-prod.yml | |
create src\main\resources\config\liquibase\changelog\00000000000000_initial_schema.xml | |
create src\main\resources\config\liquibase\master.xml | |
create src\main\resources\i18n\messages.properties | |
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\jwt\TokenProvider.java | |
create src\main\java\com\mycompany\myapp\security\jwt\JWTConfigurer.java | |
create src\main\java\com\mycompany\myapp\security\jwt\JWTFilter.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\security\package-info.java | |
create src\main\java\com\mycompany\myapp\JhipsterOracleLimitsAndSkipclientApp.java | |
create src\main\java\com\mycompany\myapp\ApplicationWebXml.java | |
create src\main\java\com\mycompany\myapp\aop\logging\LoggingAspect.java | |
create src\main\java\com\mycompany\myapp\config\DefaultProfileUtil.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\CacheConfiguration.java | |
create src\main\java\com\mycompany\myapp\config\Constants.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\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\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\MetricsConfiguration.java | |
create src\main\java\com\mycompany\myapp\config\ThymeleafConfiguration.java | |
create src\main\java\com\mycompany\myapp\config\WebConfigurer.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\package-info.java | |
create src\main\java\com\mycompany\myapp\service\util\RandomUtil.java | |
create src\main\java\com\mycompany\myapp\web\rest\errors\package-info.java | |
create src\main\java\com\mycompany\myapp\web\rest\errors\InternalServerErrorException.java | |
create src\main\java\com\mycompany\myapp\web\rest\errors\BadRequestAlertException.java | |
create src\main\java\com\mycompany\myapp\web\rest\errors\CustomParameterizedException.java | |
create src\main\java\com\mycompany\myapp\web\rest\errors\EmailAlreadyUsedException.java | |
create src\main\java\com\mycompany\myapp\web\rest\errors\EmailNotFoundException.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\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\vm\LoggerVM.java | |
create src\main\java\com\mycompany\myapp\web\rest\util\HeaderUtil.java | |
create src\main\java\com\mycompany\myapp\web\rest\util\PaginationUtil.java | |
create src\main\java\com\mycompany\myapp\web\rest\package-info.java | |
create src\main\java\com\mycompany\myapp\web\rest\LogsResource.java | |
create src\main\java\com\mycompany\myapp\web\rest\ProfileInfoResource.java | |
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\web\rest\TestUtil.java | |
create src\test\java\com\mycompany\myapp\web\rest\LogsResourceIntTest.java | |
create src\test\java\com\mycompany\myapp\web\rest\ProfileInfoResourceIntTest.java | |
create src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorIntTest.java | |
create src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorTestController.java | |
create src\test\java\com\mycompany\myapp\web\rest\util\PaginationUtilUnitTest.java | |
create src\test\resources\config\application.yml | |
create src\test\resources\logback.xml | |
create src\test\java\com\mycompany\myapp\security\DomainUserDetailsServiceIntTest.java | |
create src\main\resources\config\liquibase\users.csv | |
create src\main\resources\config\liquibase\authorities.csv | |
create src\main\resources\config\liquibase\users_authorities.csv | |
create src\main\resources\mails\activationEmail.html | |
create src\main\resources\mails\creationEmail.html | |
create src\main\resources\mails\passwordResetEmail.html | |
create src\main\java\com\mycompany\myapp\domain\User.java | |
create src\main\java\com\mycompany\myapp\domain\Authority.java | |
create src\main\java\com\mycompany\myapp\repository\CustomAuditEventRepository.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\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\AuditEventService.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\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\main\java\com\mycompany\myapp\web\rest\AuditResource.java | |
create src\test\resources\mails\testEmail.html | |
create src\test\resources\i18n\messages_en.properties | |
create src\test\java\com\mycompany\myapp\service\MailServiceIntTest.java | |
create src\test\java\com\mycompany\myapp\service\UserServiceIntTest.java | |
create src\test\java\com\mycompany\myapp\web\rest\UserResourceIntTest.java | |
create src\test\java\com\mycompany\myapp\web\rest\AccountResourceIntTest.java | |
create src\test\java\com\mycompany\myapp\security\SecurityUtilsUnitTest.java | |
create src\test\java\com\mycompany\myapp\security\jwt\JWTFilterTest.java | |
create src\test\java\com\mycompany\myapp\security\jwt\TokenProviderTest.java | |
create src\test\java\com\mycompany\myapp\web\rest\UserJWTControllerIntTest.java | |
create src\test\java\com\mycompany\myapp\repository\CustomAuditEventRepositoryIntTest.java | |
create src\test\java\com\mycompany\myapp\web\rest\AuditResourceIntTest.java | |
create proxy.conf.json | |
create tsconfig.json | |
create tsconfig-aot.json | |
create tslint.json | |
create .angular-cli.json | |
create webpack\utils.js | |
create webpack\webpack.common.js | |
create webpack\webpack.dev.js | |
create webpack\webpack.prod.js | |
create webpack\webpack.test.js | |
create webpack\logo-jhipster.png | |
create src\main\webapp\content\css\global.css | |
create src\main\webapp\content\css\vendor.css | |
create src\main\webapp\content\css\documentation.css | |
create src\main\webapp\content\images\hipster.png | |
create src\main\webapp\content\images\hipster2x.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\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.main.ts | |
create src\main\webapp\app\app.route.ts | |
create src\main\webapp\app\app.module.ts | |
create src\main\webapp\app\app-routing.module.ts | |
create src\main\webapp\app\app.constants.ts | |
create src\main\webapp\app\polyfills.ts | |
create src\main\webapp\app\vendor.ts | |
create src\main\webapp\app\blocks\config\prod.config.ts | |
create src\main\webapp\app\blocks\config\uib-pagination.config.ts | |
create src\main\webapp\app\blocks\interceptor\errorhandler.interceptor.ts | |
create src\main\webapp\app\blocks\interceptor\notification.interceptor.ts | |
create src\main\webapp\app\blocks\interceptor\auth-expired.interceptor.ts | |
create src\main\webapp\app\blocks\interceptor\auth.interceptor.ts | |
create src\main\webapp\app\entities\entity.module.ts | |
create src\main\webapp\app\home\index.ts | |
create src\main\webapp\app\home\home.module.ts | |
create src\main\webapp\app\home\home.route.ts | |
create src\main\webapp\app\home\home.component.ts | |
create src\main\webapp\app\home\home.component.html | |
create src\main\webapp\app\layouts\index.ts | |
create src\main\webapp\app\layouts\profiles\page-ribbon.component.ts | |
create src\main\webapp\app\layouts\profiles\profile.service.ts | |
create src\main\webapp\app\layouts\profiles\profile-info.model.ts | |
create src\main\webapp\app\layouts\main\main.component.ts | |
create src\main\webapp\app\layouts\main\main.component.html | |
create src\main\webapp\app\layouts\navbar\navbar.component.ts | |
create src\main\webapp\app\layouts\navbar\navbar.component.html | |
create src\main\webapp\app\layouts\navbar\navbar.route.ts | |
create src\main\webapp\app\layouts\footer\footer.component.ts | |
create src\main\webapp\app\layouts\footer\footer.component.html | |
create src\main\webapp\app\layouts\error\error.route.ts | |
create src\main\webapp\app\layouts\error\error.component.ts | |
create src\main\webapp\app\layouts\error\error.component.html | |
create src\main\webapp\app\layouts\navbar\active-menu.directive.ts | |
create src\main\webapp\app\layouts\profiles\page-ribbon.css | |
create src\main\webapp\app\layouts\navbar\navbar.css | |
create src\main\webapp\app\home\home.css | |
create src\main\webapp\app\account\index.ts | |
create src\main\webapp\app\account\account.route.ts | |
create src\main\webapp\app\account\account.module.ts | |
create src\main\webapp\app\account\activate\activate.route.ts | |
create src\main\webapp\app\account\activate\activate.component.ts | |
create src\main\webapp\app\account\activate\activate.component.html | |
create src\main\webapp\app\account\activate\activate.service.ts | |
create src\main\webapp\app\account\password\password.route.ts | |
create src\main\webapp\app\account\password\password-strength-bar.component.ts | |
create src\main\webapp\app\account\password\password.component.ts | |
create src\main\webapp\app\account\password\password.component.html | |
create src\main\webapp\app\account\password\password.service.ts | |
create src\main\webapp\app\account\register\register.route.ts | |
create src\main\webapp\app\account\register\register.component.ts | |
create src\main\webapp\app\account\register\register.component.html | |
create src\main\webapp\app\account\register\register.service.ts | |
create src\main\webapp\app\account\password-reset\init\password-reset-init.route.ts | |
create src\main\webapp\app\account\password-reset\init\password-reset-init.component.ts | |
create src\main\webapp\app\account\password-reset\init\password-reset-init.component.html | |
create src\main\webapp\app\account\password-reset\init\password-reset-init.service.ts | |
create src\main\webapp\app\account\password-reset\finish\password-reset-finish.route.ts | |
create src\main\webapp\app\account\password-reset\finish\password-reset-finish.component.ts | |
create src\main\webapp\app\account\password-reset\finish\password-reset-finish.component.html | |
create src\main\webapp\app\account\password-reset\finish\password-reset-finish.service.ts | |
create src\main\webapp\app\account\settings\settings.route.ts | |
create src\main\webapp\app\account\settings\settings.component.ts | |
create src\main\webapp\app\account\settings\settings.component.html | |
create src\main\webapp\app\account\password\password-strength-bar.css | |
create src\main\webapp\app\admin\index.ts | |
create src\main\webapp\app\admin\admin.route.ts | |
create src\main\webapp\app\admin\admin.module.ts | |
create src\main\webapp\app\admin\configuration\configuration.route.ts | |
create src\main\webapp\app\admin\configuration\configuration.component.ts | |
create src\main\webapp\app\admin\configuration\configuration.component.html | |
create src\main\webapp\app\admin\configuration\configuration.service.ts | |
create src\main\webapp\app\admin\docs\docs.route.ts | |
create src\main\webapp\app\admin\docs\docs.component.ts | |
create src\main\webapp\app\admin\docs\docs.component.html | |
create src\main\webapp\app\admin\health\health.route.ts | |
create src\main\webapp\app\admin\health\health.component.ts | |
create src\main\webapp\app\admin\health\health.component.html | |
create src\main\webapp\app\admin\health\health-modal.component.ts | |
create src\main\webapp\app\admin\health\health-modal.component.html | |
create src\main\webapp\app\admin\health\health.service.ts | |
create src\main\webapp\app\admin\logs\logs.route.ts | |
create src\main\webapp\app\admin\logs\log.model.ts | |
create src\main\webapp\app\admin\logs\logs.component.ts | |
create src\main\webapp\app\admin\logs\logs.component.html | |
create src\main\webapp\app\admin\logs\logs.service.ts | |
create src\main\webapp\app\admin\metrics\metrics.route.ts | |
create src\main\webapp\app\admin\metrics\metrics.component.ts | |
create src\main\webapp\app\admin\metrics\metrics.component.html | |
create src\main\webapp\app\admin\metrics\metrics-modal.component.ts | |
create src\main\webapp\app\admin\metrics\metrics-modal.component.html | |
create src\main\webapp\app\admin\metrics\metrics.service.ts | |
create src\main\webapp\app\admin\audits\audits.route.ts | |
create src\main\webapp\app\admin\audits\audit-data.model.ts | |
create src\main\webapp\app\admin\audits\audit.model.ts | |
create src\main\webapp\app\admin\audits\audits.component.ts | |
create src\main\webapp\app\admin\audits\audits.component.html | |
create src\main\webapp\app\admin\audits\audits.service.ts | |
create src\main\webapp\app\admin\user-management\user-management.route.ts | |
create src\main\webapp\app\admin\user-management\user-management.component.ts | |
create src\main\webapp\app\admin\user-management\user-management.component.html | |
create src\main\webapp\app\admin\user-management\user-management-detail.component.ts | |
create src\main\webapp\app\admin\user-management\user-management-detail.component.html | |
create src\main\webapp\app\admin\user-management\user-management-dialog.component.ts | |
create src\main\webapp\app\admin\user-management\user-management-dialog.component.html | |
create src\main\webapp\app\admin\user-management\user-management-delete-dialog.component.ts | |
create src\main\webapp\app\admin\user-management\user-management-delete-dialog.component.html | |
create src\main\webapp\app\admin\user-management\user-modal.service.ts | |
create src\main\webapp\app\shared\index.ts | |
create src\main\webapp\app\shared\shared.module.ts | |
create src\main\webapp\app\shared\shared-libs.module.ts | |
create src\main\webapp\app\shared\shared-common.module.ts | |
create src\main\webapp\app\shared\constants\error.constants.ts | |
create src\main\webapp\app\shared\constants\pagination.constants.ts | |
create src\main\webapp\app\shared\model\request-util.ts | |
create src\main\webapp\app\shared\model\base-entity.ts | |
create src\main\webapp\app\shared\user\account.model.ts | |
create src\main\webapp\app\shared\login\login.service.ts | |
create src\main\webapp\app\shared\alert\alert.component.ts | |
create src\main\webapp\app\shared\alert\alert-error.component.ts | |
create src\main\webapp\app\shared\login\login.component.ts | |
create src\main\webapp\app\shared\login\login.component.html | |
create src\main\webapp\app\shared\login\login-modal.service.ts | |
create src\main\webapp\app\shared\language\find-language-from-key.pipe.ts | |
create src\main\webapp\app\shared\language\language.constants.ts | |
create src\main\webapp\app\shared\language\language.helper.ts | |
create src\main\webapp\app\shared\user\user.model.ts | |
create src\main\webapp\app\shared\user\user.service.ts | |
create src\main\webapp\app\shared\auth\csrf.service.ts | |
create src\main\webapp\app\shared\auth\state-storage.service.ts | |
create src\main\webapp\app\shared\auth\principal.service.ts | |
create src\main\webapp\app\shared\auth\has-any-authority.directive.ts | |
create src\main\webapp\app\shared\auth\account.service.ts | |
create src\main\webapp\app\shared\auth\user-route-access-service.ts | |
create src\main\webapp\app\shared\auth\auth-jwt.service.ts | |
create src\test\javascript\karma.conf.js | |
create src\test\javascript\spec\entry.ts | |
create src\test\javascript\spec\test.module.ts | |
create src\test\javascript\spec\app\admin\health\health.component.spec.ts | |
create src\test\javascript\spec\helpers\spyobject.ts | |
create src\test\javascript\spec\helpers\mock-account.service.ts | |
create src\test\javascript\spec\helpers\mock-principal.service.ts | |
create src\test\javascript\spec\helpers\mock-route.service.ts | |
create src\test\javascript\spec\helpers\mock-login.service.ts | |
create src\test\javascript\spec\helpers\mock-event-manager.service.ts | |
create src\test\javascript\spec\helpers\mock-active-modal.service.ts | |
create src\test\javascript\spec\helpers\mock-state-storage.service.ts | |
create src\test\javascript\spec\app\account\activate\activate.component.spec.ts | |
create src\test\javascript\spec\app\account\password\password.component.spec.ts | |
create src\test\javascript\spec\app\account\password\password-strength-bar.component.spec.ts | |
create src\test\javascript\spec\app\account\password-reset\init\password-reset-init.component.spec.ts | |
create src\test\javascript\spec\app\account\password-reset\finish\password-reset-finish.component.spec.ts | |
create src\test\javascript\spec\app\account\register\register.component.spec.ts | |
create src\test\javascript\spec\app\account\settings\settings.component.spec.ts | |
create src\test\javascript\spec\app\shared\login\login.component.spec.ts | |
create src\test\javascript\spec\app\admin\audits\audits.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-detail.component.spec.ts | |
create src\test\javascript\spec\app\admin\user-management\user-management-dialog.component.spec.ts | |
create src\test\javascript\spec\app\admin\user-management\user-management-delete-dialog.component.spec.ts | |
create src\test\javascript\spec\app\shared\user\user.service.spec.ts | |
create src\test\javascript\spec\helpers\mock-language.service.ts | |
create src\main\webapp\i18n\en\audits.json | |
create src\main\webapp\i18n\en\configuration.json | |
create src\main\webapp\i18n\en\error.json | |
create src\main\webapp\i18n\en\gateway.json | |
create src\main\webapp\i18n\en\login.json | |
create src\main\webapp\i18n\en\home.json | |
create src\main\webapp\i18n\en\metrics.json | |
create src\main\webapp\i18n\en\logs.json | |
create src\main\webapp\i18n\en\password.json | |
create src\main\webapp\i18n\en\register.json | |
create src\main\webapp\i18n\en\sessions.json | |
create src\main\webapp\i18n\en\settings.json | |
create src\main\webapp\i18n\en\user-management.json | |
create src\main\webapp\i18n\en\activate.json | |
create src\main\webapp\i18n\en\global.json | |
create src\main\webapp\i18n\en\health.json | |
create src\main\webapp\i18n\en\reset.json | |
create src\main\resources\i18n\messages_en.properties | |
I'm all done. Running yarn install for you to install the required dependencies. If this fails, try running the command yourself. | |
yarn install v1.5.1 | |
info No lockfile found. | |
[1/5] Validating package.json... | |
[2/5] Resolving packages... | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.6" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.6" | |
warning Resolution field "[email protected]" is incompatible with requested version "[email protected]" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.6" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.3" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.6" | |
warning Resolution field "[email protected]" is incompatible with requested version "[email protected]" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.6" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.3" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.6" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@~0.4.1" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@~0.5.1" | |
warning Resolution field "[email protected]" is incompatible with requested version "[email protected]" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.7" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.4.2" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.6" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.3" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.6" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.6" | |
warning browser-sync > browser-sync-ui > weinre > [email protected]: express 2.x series is deprecated | |
warning browser-sync > browser-sync-ui > weinre > express > [email protected]: connect 1.x series is deprecated | |
warning browser-sync > browser-sync-ui > weinre > express > connect > [email protected]: Old versions of Formidable are not compatible with the current Node.js; Upgrade to 1.2.0 or later | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.6" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@~0.5.0" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.3" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.5.1" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@~0.2.0" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.4.4" | |
warning karma-remap-istanbul > remap-istanbul > [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.1.41" | |
warning Resolution field "[email protected]" is incompatible with requested version "source-map@^0.4.2" | |
[3/5] Fetching packages... | |
info [email protected]: The platform "win32" is incompatible with this module. | |
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. | |
[4/5] Linking dependencies... | |
warning " > [email protected]" has unmet peer dependency "popper.js@^1.12.9". | |
[5/5] Building fresh packages... | |
success Saved lockfile. | |
$ node node_modules/phantomjs-prebuilt/install.js | |
Found PhantomJS at C:\desv\jhipster_oracle_limits_and_skipclient\node_modules\phantomjs-prebuilt\lib\phantom\bin\phantomjs.exe ...verifying | |
PhantomJS is previously installed at C:\desv\jhipster_oracle_limits_and_skipclient\node_modules\phantomjs-prebuilt\lib\phantom\bin\phantomjs.exe | |
Done in 515.86s. | |
yarn run v1.5.1 | |
$ yarn run cleanup && yarn run webpack:build:main | |
$ rimraf target/{aot,www} | |
$ yarn run webpack -- --config webpack/webpack.dev.js --progress --profile | |
warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts. | |
$ node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js --config webpack/webpack.dev.js --progress --profile | |
10% building modules 1/4 modules 3 active ...rc\main\webapp\content\css\global.cssWarning: The 'no-unused-variable' rule requires type infomation. | |
[at-loader] Using [email protected] from typescript and "tsconfig.json" from C:\desv\jhipster_oracle_limits_and_skipclient/tsconfig.json. | |
87355ms building modules | |
57ms sealing | |
1ms optimizing | |
1ms basic module optimization | |
48ms module optimization | |
3ms advanced module optimization | |
84ms basic chunk optimization | |
1ms chunk optimization | |
4ms advanced chunk optimization | |
3ms module and chunk tree optimization | |
3ms chunk modules optimization | |
2ms advanced chunk modules optimization | |
42ms module reviving | |
37ms module order optimization | |
33ms module id optimization | |
12ms chunk reviving | |
2ms chunk order optimization | |
84ms chunk id optimization | |
189ms hashing | |
4ms module assets processing | |
30110ms chunk assets processing | |
290ms additional chunk assets processing | |
3ms recording | |
2ms additional asset processing | |
1ms chunk asset optimization | |
94% asset optimization | |
[at-loader] Checking started in a separate process... | |
[at-loader] Ok, 0.639 sec. | |
MergetJsonsWebpackPlugin compilation started... | |
MergetJsonsWebpackPlugin compilation completed... 1206ms asset optimization | |
95% emittingMergetJsonsWebpackPlugin emit starts... | |
MergetJsonsWebpackPlugin emit completed... 1739ms emitting | |
Hash: 49426055cc3815d03e9a | |
Version: webpack 3.10.0 | |
Time: 121196ms | |
Asset Size Chunks Chunk Names | |
swagger-ui/dist/lib/highlight.9.1.0.pack_extended.js 310 bytes [emitted] | |
content/674f50d287a8c48dc19ba404d20fe713.eot 166 kB [emitted] | |
content/b06871f281fee6b241d60582ae9369b9.ttf 166 kB [emitted] | |
content/af7ae505a9eed503f8b8e6982036873e.woff2 77.2 kB [emitted] | |
content/fee66e712a8a08eef5805a46892932ad.woff 98 kB [emitted] | |
content/ca854e6d0785ba4b9d715049c0bdbcb3.png 9.5 kB [emitted] | |
content/1cd3a1d782e85ba37677c1a2099bc002.png 18.9 kB [emitted] | |
content/a30deb26b4eb1521433021e326cbcc2c.png 4.46 kB [emitted] | |
manifest.webapp 770 bytes [emitted] | |
app/vendor.bundle.js 10.9 MB 0 [emitted] [big] vendor | |
app/polyfills.bundle.js 952 kB 1 [emitted] [big] polyfills | |
app/main.bundle.js 800 kB 2 [emitted] [big] main | |
app/global.bundle.js 18.3 kB 3 [emitted] global | |
app/manifest.bundle.js 5.79 kB 4 [emitted] manifest | |
swagger-ui/dist/css/reset.css 773 bytes [emitted] | |
swagger-ui/dist/css/typography.css 0 bytes [emitted] | |
swagger-ui/dist/css/style.css 3.49 kB [emitted] | |
swagger-ui/dist/css/print.css 41.7 kB [emitted] | |
swagger-ui/dist/css/screen.css 43.6 kB [emitted] | |
swagger-ui/dist/lib/backbone-min.js 19.4 kB [emitted] | |
swagger-ui/dist/lib/handlebars-4.0.5.js 71.5 kB [emitted] | |
content/912ec66d7572ff821749319396470bde.svg 444 kB [emitted] [big] | |
swagger-ui/dist/lib/jquery.ba-bbq.min.js 3.52 kB [emitted] | |
swagger-ui/dist/lib/jquery-1.8.0.min.js 92 kB [emitted] | |
swagger-ui/dist/lib/es5-shim.js 22.7 kB [emitted] | |
swagger-ui/dist/lib/jquery.wiggle.min.js 536 bytes [emitted] | |
swagger-ui/dist/lib/jquery.slideto.min.js 365 bytes [emitted] | |
swagger-ui/dist/lib/highlight.9.1.0.pack.js 11 kB [emitted] | |
swagger-ui/dist/lib/js-yaml.min.js 43.5 kB [emitted] | |
swagger-ui/dist/lib/jsoneditor.min.js 130 kB [emitted] | |
swagger-ui/dist/lib/lodash.min.js 51.9 kB [emitted] | |
swagger-ui/dist/lib/marked.js 15.7 kB [emitted] | |
swagger-ui/dist/lib/sanitize-html.min.js 130 kB [emitted] | |
swagger-ui/dist/lib/swagger-oauth.js 7.04 kB [emitted] | |
swagger-ui/dist/lib/object-assign-pollyfill.js 349 bytes [emitted] | |
swagger-ui/dist/swagger-ui.min.js 453 kB [emitted] [big] | |
swagger-ui/index.html 7.77 kB [emitted] | |
swagger-ui/dist/images/throbber.gif 9.26 kB [emitted] | |
favicon.ico 5.43 kB [emitted] | |
robots.txt 239 bytes [emitted] | |
./i18n/en.json 11.6 kB [emitted] | |
index.html 1.18 kB [emitted] | |
[./node_modules/css-loader/index.js!./src/main/webapp/content/css/global.css] ./node_modules/css-loader!./src/main/webapp/content/css/global.css 5.09 kB {3} [built] | |
[] -> factory:873ms building:26310ms = 27183ms | |
[./src/main/webapp/app/app.main.ts] ./src/main/webapp/app/app.main.ts 612 bytes {2} [built] | |
factory:3235ms building:26243ms = 29478ms | |
[./src/main/webapp/app/app.module.ts] ./src/main/webapp/app/app.module.ts 4.8 kB {2} [built] | |
[] -> factory:1058ms building:1368ms = 2426ms | |
[./src/main/webapp/app/blocks/config/prod.config.ts] ./src/main/webapp/app/blocks/config/prod.config.ts 391 bytes {2} [built] | |
[] -> factory:1705ms building:810ms dependencies:2269ms = 4784ms | |
[./src/main/webapp/app/blocks/interceptor/auth-expired.interceptor.ts] ./src/main/webapp/app/blocks/interceptor/auth-expired.interceptor.ts 954 bytes {2} [built] | |
[] -> factory:247ms building:1296ms dependencies:5263ms = 6806ms | |
[./src/main/webapp/app/blocks/interceptor/auth.interceptor.ts] ./src/main/webapp/app/blocks/interceptor/auth.interceptor.ts 1.08 kB {2} [built] | |
[] -> factory:244ms building:1088ms dependencies:3ms = 1335ms | |
[./src/main/webapp/app/blocks/interceptor/errorhandler.interceptor.ts] ./src/main/webapp/app/blocks/interceptor/errorhandler.interceptor.ts 1.06 kB {2} [built] | |
[] -> factory:250ms building:1182ms dependencies:5374ms = 6806ms | |
[./src/main/webapp/app/blocks/interceptor/notification.interceptor.ts] ./src/main/webapp/app/blocks/interceptor/notification.interceptor.ts 1.78 kB {2} [built] | |
[] -> factory:252ms building:1430ms dependencies:5123ms = 6805ms | |
[./src/main/webapp/app/entities/entity.module.ts] ./src/main/webapp/app/entities/entity.module.ts 1.45 kB {2} [built] | |
[] -> factory:263ms building:1855ms dependencies:240ms = 2358ms | |
[./src/main/webapp/app/home/home.module.ts] ./src/main/webapp/app/home/home.module.ts 1.65 kB {2} [built] | |
[] -> factory:254ms building:1720ms dependencies:7912ms = 9886ms | |
[./src/main/webapp/app/layouts/index.ts] ./src/main/webapp/app/layouts/index.ts 670 bytes {2} [built] | |
[] -> factory:2267ms building:584ms = 2851ms | |
[./src/main/webapp/app/polyfills.ts] ./src/main/webapp/app/polyfills.ts 2.66 kB {1} [built] | |
factory:217ms building:29632ms = 29849ms | |
[./src/main/webapp/app/shared/index.ts] ./src/main/webapp/app/shared/index.ts 1.34 kB {2} [built] | |
[] -> factory:2258ms building:466ms dependencies:40952ms = 43676ms | |
[./src/main/webapp/content/css/global.css] ./src/main/webapp/content/css/global.css 1.05 kB {3} [built] | |
factory:3240ms building:101ms = 3341ms | |
[./src/main/webapp/manifest.webapp] ./src/main/webapp/manifest.webapp 61 bytes {1} [built] | |
[] -> factory:2925ms dependencies:43ms building:7877ms = 10845ms | |
+ 671 hidden modules | |
Done in 149.59s. | |
If you find JHipster useful consider supporting our collective https://opencollective.com/generator-jhipster | |
WARNING! You have selected Oracle database. | |
Please follow our documentation on using Oracle to set up the | |
Oracle proprietary JDBC driver. | |
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: | |
yarn start | |
Congratulations, JHipster execution is complete! | |
C:\desv\jhipster_oracle_limits_and_skipclient>jhipster import-jdl C:\desv\jhipster_oracle_limits_and_skipclient\model.jh | |
Using JHipster version installed locally in current project's node_modules | |
Executing jhipster:import-jdl C:\desv\jhipster_oracle_limits_and_skipclient\model.jh | |
Options: | |
The jdl is being parsed. | |
warn: The method 'JDLParser::parse' is deprecated and will be removed in the next major release. Please use 'JDLParser::parseFromConfigurationObject' instead. | |
Writing entity JSON files. | |
Updated entities are: NucleoEtapaSubtipoProcesso,SubtipoProcesso,ABC | |
Generating entities. | |
Found the .jhipster/NucleoEtapaSubtipoProcesso.json configuration file, entity can be automatically generated! | |
The entity NucleoEtapaSubtipoProcesso is being updated. | |
Found the .jhipster/SubtipoProcesso.json configuration file, entity can be automatically generated! | |
The entity SubtipoProcesso is being updated. | |
WARNING! The table name is long for Oracle, long table names can cause issues when used to create constraint names and join table names. | |
You can specify a different table name in your JDL file or change it in .jhipster/SubtipoProcesso.json file and then run again 'jhipster entity SubtipoProcesso.' | |
Found the .jhipster/ABC.json configuration file, entity can be automatically generated! | |
The entity ABC is being updated. | |
WARNING! The generated constraint name "fk_nucleo_etapa_subtipo_processo_subtipo_processo_id" is too long for Oracle (which has a 30 characters limit). It will be truncated! | |
WARNING! The generated join table "nucleo_etapa_subtipo_processo_subtipo_processo" is too long for Oracle (which has a 30 characters limit). It will be truncated! | |
create src\main\resources\config\liquibase\changelog\20180425143957_added_entity_NucleoEtapaSubtipoProcesso.xml | |
create src\main\resources\config\liquibase\changelog\20180425143957_added_entity_constraints_NucleoEtapaSubtipoProcesso.xml | |
create src\main\java\com\mycompany\myapp\domain\NucleoEtapaSubtipoProcesso.java | |
create src\main\java\com\mycompany\myapp\repository\NucleoEtapaSubtipoProcessoRepository.java | |
create src\main\java\com\mycompany\myapp\web\rest\NucleoEtapaSubtipoProcessoResource.java | |
create src\test\java\com\mycompany\myapp\web\rest\NucleoEtapaSubtipoProcessoResourceIntTest.java | |
conflict src\main\resources\config\liquibase\master.xml | |
? Overwrite src\main\resources\config\liquibase\master.xml? overwrite this and all others | |
force src\main\resources\config\liquibase\master.xml | |
force src\main\java\com\mycompany\myapp\config\CacheConfiguration.java | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo.component.html | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo-detail.component.html | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo-dialog.component.html | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo-delete-dialog.component.html | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\index.ts | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo.module.ts | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo.route.ts | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo.model.ts | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo.component.ts | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo-dialog.component.ts | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo-delete-dialog.component.ts | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo-detail.component.ts | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo.service.ts | |
create src\main\webapp\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo-popup.service.ts | |
create src\test\javascript\spec\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo-detail.component.spec.ts | |
create src\test\javascript\spec\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo-dialog.component.spec.ts | |
create src\test\javascript\spec\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo-delete-dialog.component.spec.ts | |
create src\test\javascript\spec\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo.component.spec.ts | |
create src\test\javascript\spec\app\entities\nucleo-etapa-subtipo-processo\nucleo-etapa-subtipo-processo.service.spec.ts | |
force src\main\webapp\app\entities\entity.module.ts | |
force src\main\webapp\app\layouts\navbar\navbar.component.html | |
create src\main\webapp\i18n\en\nucleoEtapaSubtipoProcesso.json | |
force src\main\webapp\i18n\en\global.json | |
create src\main\resources\config\liquibase\changelog\20180425143958_added_entity_SubtipoProcesso.xml | |
create src\main\java\com\mycompany\myapp\domain\SubtipoProcesso.java | |
create src\main\java\com\mycompany\myapp\repository\SubtipoProcessoRepository.java | |
create src\main\java\com\mycompany\myapp\web\rest\SubtipoProcessoResource.java | |
create src\test\java\com\mycompany\myapp\web\rest\SubtipoProcessoResourceIntTest.java | |
create src\main\webapp\app\entities\subtipo-processo\subtipo-processo.component.html | |
create src\main\webapp\app\entities\subtipo-processo\subtipo-processo-detail.component.html | |
create src\main\webapp\app\entities\subtipo-processo\subtipo-processo-dialog.component.html | |
create src\main\webapp\app\entities\subtipo-processo\subtipo-processo-delete-dialog.component.html | |
create src\main\webapp\app\entities\subtipo-processo\index.ts | |
create src\main\webapp\app\entities\subtipo-processo\subtipo-processo.module.ts | |
create src\main\webapp\app\entities\subtipo-processo\subtipo-processo.route.ts | |
create src\main\webapp\app\entities\subtipo-processo\subtipo-processo.model.ts | |
create src\main\webapp\app\entities\subtipo-processo\subtipo-processo.component.ts | |
create src\main\webapp\app\entities\subtipo-processo\subtipo-processo-dialog.component.ts | |
create src\main\webapp\app\entities\subtipo-processo\subtipo-processo-delete-dialog.component.ts | |
create src\main\webapp\app\entities\subtipo-processo\subtipo-processo-detail.component.ts | |
create src\main\webapp\app\entities\subtipo-processo\subtipo-processo.service.ts | |
create src\main\webapp\app\entities\subtipo-processo\subtipo-processo-popup.service.ts | |
create src\test\javascript\spec\app\entities\subtipo-processo\subtipo-processo-detail.component.spec.ts | |
create src\test\javascript\spec\app\entities\subtipo-processo\subtipo-processo-dialog.component.spec.ts | |
create src\test\javascript\spec\app\entities\subtipo-processo\subtipo-processo-delete-dialog.component.spec.ts | |
create src\test\javascript\spec\app\entities\subtipo-processo\subtipo-processo.component.spec.ts | |
create src\test\javascript\spec\app\entities\subtipo-processo\subtipo-processo.service.spec.ts | |
create src\main\webapp\i18n\en\subtipoProcesso.json | |
create src\main\resources\config\liquibase\changelog\20180425143959_added_entity_ABC.xml | |
create src\main\java\com\mycompany\myapp\domain\ABC.java | |
create src\main\java\com\mycompany\myapp\repository\ABCRepository.java | |
create src\main\java\com\mycompany\myapp\web\rest\ABCResource.java | |
create src\test\java\com\mycompany\myapp\web\rest\ABCResourceIntTest.java | |
Running `webpack:build` to update client app | |
yarn run v1.5.1 | |
$ yarn run cleanup && yarn run webpack:build:main | |
$ rimraf target/{aot,www} | |
$ yarn run webpack -- --config webpack/webpack.dev.js --progress --profile | |
warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts. | |
$ node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js --config webpack/webpack.dev.js --progress --profile | |
10% building modules 1/4 modules 3 active ...rc\main\webapp\content\css\global.cssWarning: The 'no-unused-variable' rule requires type infomation. | |
[at-loader] Using [email protected] from typescript and "tsconfig.json" from C:\desv\jhipster_oracle_limits_and_skipclient/tsconfig.json. | |
57195ms building modules | |
95ms sealing | |
4ms optimizing | |
3ms basic module optimization | |
74ms module optimization | |
5ms advanced module optimization | |
42ms basic chunk optimization | |
1ms chunk optimization | |
1ms advanced chunk optimization | |
0ms module and chunk tree optimization | |
1ms chunk modules optimization | |
1ms advanced chunk modules optimization | |
17ms module reviving | |
20ms module order optimization | |
24ms module id optimization | |
14ms chunk reviving | |
1ms chunk order optimization | |
48ms chunk id optimization | |
94ms hashing | |
4ms module assets processing | |
19208ms chunk assets processing | |
374ms additional chunk assets processing | |
1ms recording | |
0ms additional asset processing | |
2ms chunk asset optimization | |
94% asset optimization | |
[at-loader] Checking started in a separate process... | |
[at-loader] Ok, 1.209 sec. | |
MergetJsonsWebpackPlugin compilation started... | |
MergetJsonsWebpackPlugin compilation completed... | |
2504ms asset optimization | |
95% emittingMergetJsonsWebpackPlugin emit starts... | |
MergetJsonsWebpackPlugin emit completed... | |
1817ms emitting | |
Hash: 8cc4cb448ed6db1861c1 | |
Version: webpack 3.10.0 | |
Time: 81956ms | |
Asset Size Chunks Chunk Names | |
swagger-ui/dist/lib/highlight.9.1.0.pack_extended.js 310 bytes [emitted] | |
content/674f50d287a8c48dc19ba404d20fe713.eot 166 kB [emitted] | |
content/b06871f281fee6b241d60582ae9369b9.ttf 166 kB [emitted] | |
content/af7ae505a9eed503f8b8e6982036873e.woff2 77.2 kB [emitted] | |
content/fee66e712a8a08eef5805a46892932ad.woff 98 kB [emitted] | |
content/ca854e6d0785ba4b9d715049c0bdbcb3.png 9.5 kB [emitted] | |
content/1cd3a1d782e85ba37677c1a2099bc002.png 18.9 kB [emitted] | |
content/a30deb26b4eb1521433021e326cbcc2c.png 4.46 kB [emitted] | |
manifest.webapp 770 bytes [emitted] | |
app/vendor.bundle.js 10.9 MB 0 [emitted] [big] vendor | |
app/polyfills.bundle.js 952 kB 1 [emitted] [big] polyfills | |
app/main.bundle.js 1.03 MB 2 [emitted] [big] main | |
app/global.bundle.js 18.3 kB 3 [emitted] global | |
app/manifest.bundle.js 5.79 kB 4 [emitted] manifest | |
swagger-ui/dist/css/screen.css 43.6 kB [emitted] | |
swagger-ui/dist/css/typography.css 0 bytes [emitted] | |
swagger-ui/dist/css/print.css 41.7 kB [emitted] | |
swagger-ui/dist/css/style.css 3.49 kB [emitted] | |
swagger-ui/dist/css/reset.css 773 bytes [emitted] | |
swagger-ui/dist/lib/es5-shim.js 22.7 kB [emitted] | |
swagger-ui/dist/lib/backbone-min.js 19.4 kB [emitted] | |
content/912ec66d7572ff821749319396470bde.svg 444 kB [emitted] [big] | |
swagger-ui/dist/lib/handlebars-4.0.5.js 71.5 kB [emitted] | |
swagger-ui/dist/lib/jquery.ba-bbq.min.js 3.52 kB [emitted] | |
swagger-ui/dist/lib/highlight.9.1.0.pack.js 11 kB [emitted] | |
swagger-ui/dist/lib/jquery-1.8.0.min.js 92 kB [emitted] | |
swagger-ui/dist/lib/jquery.slideto.min.js 365 bytes [emitted] | |
swagger-ui/dist/lib/jquery.wiggle.min.js 536 bytes [emitted] | |
swagger-ui/dist/lib/object-assign-pollyfill.js 349 bytes [emitted] | |
swagger-ui/dist/lib/js-yaml.min.js 43.5 kB [emitted] | |
swagger-ui/dist/lib/jsoneditor.min.js 130 kB [emitted] | |
swagger-ui/dist/lib/marked.js 15.7 kB [emitted] | |
swagger-ui/dist/lib/swagger-oauth.js 7.04 kB [emitted] | |
swagger-ui/dist/lib/lodash.min.js 51.9 kB [emitted] | |
swagger-ui/dist/lib/sanitize-html.min.js 130 kB [emitted] | |
swagger-ui/dist/swagger-ui.min.js 453 kB [emitted] [big] | |
swagger-ui/dist/images/throbber.gif 9.26 kB [emitted] | |
swagger-ui/index.html 7.77 kB [emitted] | |
favicon.ico 5.43 kB [emitted] | |
robots.txt 239 bytes [emitted] | |
./i18n/en.json 13 kB [emitted] | |
index.html 1.18 kB [emitted] | |
[./node_modules/css-loader/index.js!./src/main/webapp/content/css/global.css] ./node_modules/css-loader!./src/main/webapp/content/css/global.css 5.09 kB {3} [built] | |
[] -> factory:16ms building:19904ms = 19920ms | |
[./src/main/webapp/app/app.main.ts] ./src/main/webapp/app/app.main.ts 612 bytes {2} [built] | |
factory:2770ms building:19418ms = 22188ms | |
[./src/main/webapp/app/app.module.ts] ./src/main/webapp/app/app.module.ts 4.8 kB {2} [built] | |
[] -> factory:1136ms building:467ms = 1603ms | |
[./src/main/webapp/app/blocks/config/prod.config.ts] ./src/main/webapp/app/blocks/config/prod.config.ts 391 bytes {2} [built] | |
[] -> factory:1197ms building:569ms dependencies:1369ms = 3135ms | |
[./src/main/webapp/app/blocks/interceptor/auth-expired.interceptor.ts] ./src/main/webapp/app/blocks/interceptor/auth-expired.interceptor.ts 954 bytes {2} [built] | |
[] -> factory:216ms building:865ms dependencies:758ms = 1839ms | |
[./src/main/webapp/app/blocks/interceptor/auth.interceptor.ts] ./src/main/webapp/app/blocks/interceptor/auth.interceptor.ts 1.08 kB {2} [built] | |
[] -> factory:215ms building:811ms dependencies:570ms = 1596ms | |
[./src/main/webapp/app/blocks/interceptor/errorhandler.interceptor.ts] ./src/main/webapp/app/blocks/interceptor/errorhandler.interceptor.ts 1.06 kB {2} [built] | |
[] -> factory:217ms building:907ms dependencies:715ms = 1839ms | |
[./src/main/webapp/app/blocks/interceptor/notification.interceptor.ts] ./src/main/webapp/app/blocks/interceptor/notification.interceptor.ts 1.78 kB {2} [built] | |
[] -> factory:219ms building:975ms dependencies:645ms = 1839ms | |
[./src/main/webapp/app/entities/entity.module.ts] ./src/main/webapp/app/entities/entity.module.ts 1.9 kB {2} [built] | |
[] -> factory:225ms building:1186ms dependencies:138ms = 1549ms | |
[./src/main/webapp/app/home/home.module.ts] ./src/main/webapp/app/home/home.module.ts 1.65 kB {2} [built] | |
[] -> factory:220ms building:1112ms dependencies:7282ms = 8614ms | |
[./src/main/webapp/app/layouts/index.ts] ./src/main/webapp/app/layouts/index.ts 670 bytes {2} [built] | |
[] -> factory:1482ms building:194ms dependencies:24022ms = 25698ms | |
[./src/main/webapp/app/polyfills.ts] ./src/main/webapp/app/polyfills.ts 2.66 kB {1} [built] | |
factory:806ms building:21611ms = 22417ms | |
[./src/main/webapp/app/shared/index.ts] ./src/main/webapp/app/shared/index.ts 1.34 kB {2} [built] | |
[] -> factory:1478ms building:174ms dependencies:26653ms = 28305ms | |
[./src/main/webapp/content/css/global.css] ./src/main/webapp/content/css/global.css 1.05 kB {3} [built] | |
factory:2776ms building:197ms = 2973ms | |
[./src/main/webapp/manifest.webapp] ./src/main/webapp/manifest.webapp 61 bytes {1} [built] | |
[] -> factory:2024ms dependencies:26683ms building:27679ms = 56386ms | |
+ 699 hidden modules | |
Done in 99.10s. | |
Entity generation completed | |
Entity generation completed | |
Congratulations, JHipster execution is complete! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment