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

n.octopus.dms.dms-service.2.0.23.source-code.application.yaml Maven / Gradle / Ivy

server:
  session:
    timeout: 10000

spring:
  servlet:
    multipart:
      max-file-size: 1200MB
      max-request-size: 2000MB
  jpa:
    hibernate:
      generate-ddl: false
      ddl-auto: none
      show-sql: true
      properties:
        hibernate:
          dialect: org.hibernate.dialect.PostgreSQLDialect




© 2015 - 2024 Weber Informatics LLC | Privacy Policy