All Downloads are FREE. Search and download functionalities are using the official Maven repository.

benchto.benchto-service.0.1.source-code.application.yaml Maven / Gradle / Ivy

There is a newer version: 0.4
Show newest version
spring:
  datasource:
    url: jdbc:postgresql://localhost:5432/postgres
    username: postgres
    password: postgres
    driver-class-name: org.postgresql.Driver
  jpa:
    open-in-view: false
    hibernate.ddl-auto: validate
    properties:
      hibernate.cache.region.factory_class: org.hibernate.cache.ehcache.EhCacheRegionFactory
      hibernate.cache.use_second_level_cache: true
      hibernate.cache.use_query_cache: true
      javax.persistence.sharedCache.mode: ENABLE_SELECTIVE

# Uncomment to enable API protection
#benchto:
#  security:
#    api:
#      protected: true
#      login: provide user here
#      password: provide password here

# Uncomment to use HTTPS
#server:
#  port: 8443
#  ssl:
#    key-store: provide path to keystore here
#    key-store-password: provide password to keystore here
#    keyStoreType: key store type eg. PKCS12
#    keyAlias: provide alias of service key here




© 2015 - 2024 Weber Informatics LLC | Privacy Policy