springboot设置静态文件路径

1
2
3
4
5
6
7
8
9
spring:
  datasource:
    url: jdbc:mysql://localhost:3306/a?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    driver-class-name: com.mysql.jdbc.Driver
    username: root
    password: root
  web:
    resources:
      static-locations: classpath:/static/,file:D:/ASUS/Desktop/app/

file:绝对路径目录地址