Select Git revision
application.properties
application.properties 646 B
# commented lines should be passed by command line and are only retained as example
#spring.datasource.jdbc-url=
spring.datasource.username=sa
spring.datasource.password=
spring.datasource.driver-class-name=org.h2.Driver
#spring.seconddatasource.jdbc-url=
#spring.seconddatasource.username=
#spring.seconddatasource.password=
spring.seconddatasource.driver-class-name=org.postgresql.Driver
spring.jpa.database=default
spring.jpa.show-sql=false
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=update
spring.batch.jdbc.initialize-schema=always
spring.batch.job.enabled=false
logging.level.root=INFO
logging.level.de.deadlocker8=DEBUG