Skip to content

Instantly share code, notes, and snippets.

@natanverdes
Last active November 24, 2015 20:25
Show Gist options
  • Save natanverdes/36c85e2ad47c64d80b5c to your computer and use it in GitHub Desktop.
Save natanverdes/36c85e2ad47c64d80b5c to your computer and use it in GitHub Desktop.

Preparación del entorno

  • Tener Git instalado y en el Path C:\Program Files\Git\cmd

Creación de base de proyecto

(1/15) What is the base name of your application?

NombreApp

(2/15) What is your default Java package name?

com.nombrecompania.nombreapp

(3/15) Which /type/ of authentication would you like to use?

HTTP Session Authentication (stateful, default Spring Security mechanism)

(4/15) Which /type/ of database would you like to use?

MySQL (H2, MySQL, PostgreSQL, Oracle)

(5/15) Which /production/ database would you like to use?

MySQL

(6/15) Which /development/ database would you like to use?

MySQL

(7/15) Do you want to use Hibernate 2nd level cache?

Yes, with ehcache (local cache, for a single node)

(8/15) Do you want to use a search engine in your application?

No

(9/15) Do you want to use clustered HTTP sessions?

No

(10/15) Do you want to use WebSockets?

No

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

Maven

(12/15) Would you like to use Grunt or Gulp.js for building the frontend?

Grunt (recommended)

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

No

(14/15) Would you like to enable translation support with Angular Translate?

Yes

(15/15) Which testing frameworks would you like to use?

Gatling

Creación de entidades

yo jhipster:entity prueba

sin dto paginations and links

Recrear entidad a partir de JSON de JHipster

compilar y luego Maven -> liquibase:diff

añadir quitar cosas si ejecutas yo jhipster:entity prueba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment