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

dib.bidibwizard-server.2.0.24.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
server:
  address: 0.0.0.0
  port: 5001
  servlet:
    context-path: /
  shutdown: graceful
    
spring:
  lifecycle:
    timeout-per-shutdown-phase: 10s
  main:
    banner-mode: log
  
#spring:
  #mvc:
    #static-path-pattern: /resources/static
  
springdoc:
  packagesToScan: org.bidib.wizard.server.controllers
  api-docs:
    groups:
      enabled: true
  swagger-ui:
    path: /swagger-ui.html
    display-request-duration: true
    groups-order: DESC
    operationsSorter: method
    disable-swagger-default-url: true
    #use-root-path: true
  show-actuator: true  
    
logging:
  config: "classpath:config/logback-default-server.xml"

  
# debug: true

wizard:
  settings:
    file-location: ${user.home}/.bidib
    
# application version info
app-info:
  unique-build-id: "@project.artifactId@[email protected]@ (@git.build.time@, @git.branch@)"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy