Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 413 Bytes

resource_handling.md

File metadata and controls

14 lines (13 loc) · 413 Bytes

sbp serve static resource inside of plugins by extending Spring Boot's WebMvcAutoConfiguration resource handling. The same configuration as Spring Boot will work.

spring:
  mvc:
    static-path-pattern: /public/**
  resources:
    add-mappings: true
    cache:
      period: 3600