# 静态资源访问不到

在application.xml里面添加:

spring:
  mvc:
    static-path-pattern: /static/**
Last Updated: 11/16/2025, 3:13:07 PM