jhipster 시작하기 :: 소림사의 홍반장!

jhipster 시작하기

2017. 7. 1. 10:03 - 삘쏘굿

JHipster



정리는 언제할 수 있을까..;;





  • Quick start
    1. mkdir jhipster
    2. cd jhipster
    3. jhipster





Welcome to the JHipster Generator v4.5.2

Documentation for creating an application: https://jhipster.github.io/creating-an-app/

Application files will be generated in folder: /Users/hkp/jhipster

? May JHipster anonymously report usage statistics to improve the tool over time? No

? (1/16) Which *type* of application would you like to create? Monolithic application (recommended for simple projects)

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

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

? (4/16) What is your default Java package name? hkp.slipp.test

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

? (6/16) Which *type* of database would you like to use? SQL (H2, MySQL, MariaDB, PostgreSQL, Oracle, MSSQL)

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

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

? (9/16) Do you want to use Hibernate 2nd level cache? Yes, with ehcache (local cache, for a single node)

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

? (11/16) Which other technologies would you like to use? Search engine using Elasticsearch

? (12/16) Which *Framework* would you like to use for the client? [BETA] Angular 4

? (13/16) Would you like to use the LibSass stylesheet preprocessor for your CSS? No

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

? Please choose the native language of the application? Korean

? Please choose additional languages to install English

? (15/16) Besides JUnit and Karma, which testing frameworks would you like to use? Gatling, Cucumber, Protractor




docker image build : ./mvnw package -Pprod docker:build


docker image push to docker hub

  1. docker login
  2. docker push hkpking/jhipster:lastest


docker image rename : docker tag server:latest myname/server:latest




docker-compose start

  • docker-compose -f src/main/docker/app.yml up



다른 카테고리의 글 목록

Dev. 자바/JHipster 카테고리의 포스트를 톺아봅니다