#配置文件信息 spring.thymeleaf.prefix=classpath:/static/ spring.thymeleaf.suffix=.html #整合mybatis mybatis.mapper-locations=classpath:/mapper/*.xml mybatis.type-aliases-package=com.example.boot.bean logging.level.com.example.pas.dao=debug #服务器 端口 server.port=8090 #设置单个文件大小 spring.servlet.multipart.max-file-size= 50MB #设置单次请求文件的总大小 spring.servlet.multipart.max-request-size= 50MB