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

oot.pf4boot-starter.0.10.0.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
server:
  port: 6688
  servlet:
    context-path:
    multipart:
      enabled: true
      max-file-size: 20MB
      max-request-size: 200MB
      max-http-header-size: 102400
spring:
  mvc:
    view:
      suffix: .html
    static-path-pattern: /**
  resources:
    static-locations: classpath:/webui/,classpath:/static/
  flyway:
    enabled: false
  pf4boot:
    #prod=deployment
    #dev=development
    runtime-mode: dev
    enabled: true
    classes-directories:
      - "build/classes/java/main"
      - "build/resources/main"
    lib-directories:
      - "lib"
      - "build/inline"
    main:
      allow-bean-definition-overriding: true
    controller:
      base-path: /api/pf4boot/
logging:
  file:
    name: ./logs/pf4boot.log
  level:
    root: INFO




© 2015 - 2024 Weber Informatics LLC | Privacy Policy