dib.bidibwizard-server.2.0.24.source-code.application.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bidibwizard-server Show documentation
Show all versions of bidibwizard-server Show documentation
jBiDiB BiDiB Wizard Server POM
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@)"