具体的方法是在yml配置文件中进行配置:
spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/zero?serverTimezone=UTC username: xxxx password: xxxx mvc: static-path-pattern=/static/**: web: resources: static-locations=classpath:/static/: mybatis: mapper-locations: classpath:mappers/*.xml type-aliases-package: zero.file.videoProject.mybatis.entity #????????
这里的static是把网页放到静态资源上
static可以用来静态资源的访问路径:这个访问路径是localhost:8080/statis+img+图片,xx文件
可以访问到图片了,建好你的static静态资源文件夹