fixing sample-data flag via gw -Psample-data in code+documentation
This commit is contained in:
@ -49,8 +49,6 @@ spring:
|
||||
hibernate.cache.use_second_level_cache: false
|
||||
hibernate.cache.use_query_cache: false
|
||||
hibernate.generate_statistics: true
|
||||
liquibase:
|
||||
contexts: dev
|
||||
mail:
|
||||
host: localhost
|
||||
port: 25
|
||||
|
@ -18,5 +18,3 @@ spring:
|
||||
jpa:
|
||||
database-platform: io.github.jhipster.domain.util.FixedH2Dialect
|
||||
database: H2
|
||||
liquibase:
|
||||
contexts: dev
|
||||
|
@ -15,5 +15,3 @@ spring:
|
||||
jpa:
|
||||
database-platform: io.github.jhipster.domain.util.FixedPostgreSQL82Dialect
|
||||
database: POSTGRESQL
|
||||
liquibase:
|
||||
contexts: dev
|
||||
|
Reference in New Issue
Block a user