Skip to content
Snippets Groups Projects
Select Git revision
  • 4fa5c46b54d2def5cc4dc186176b00f07b9174d4
  • master default
  • renovate/datatables.version
  • renovate/opencsv.version
  • renovate/org.springframework.boot-spring-boot-starter-parent-3.x
  • renovate/junit-jupiter-engine.version
  • renovate/selenium.version
  • renovate/testcontainer.version
  • demo
  • v1_8_1
  • v2.18.1
  • v2.18.0
  • v2.17.2
  • v2.17.1
  • v2.17.0
  • v2.16.1
  • v2.16.0
  • v2.15.1
  • v2.15.0
  • v2.14.0
  • v2.13.0
  • v2.12.0
  • v2.11.0
  • v2.10.0
  • v2.9.2
  • v2.9.1
  • v2.9.0
  • v2.8.0
  • testPipeline2
  • v2.7.0
30 results

application.properties

Blame
  • 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