文件服务器问题
来源:22-3 -系统集成、系统测试
huhakim
2018-04-16
使用独立mongodb来配置的,但还是出现此错误。
server.address=localhost server.port=8081 # Thymeleaf spring.thymeleaf.encoding=UTF-8 spring.thymeleaf.cache=false spring.thymeleaf.mode=HTML5 # limit upload file size spring.http.multipart.max-file-size=1024KB spring.http.multipart.max-request-size=1024KB # independent MongoDB server spring.data.mongodb.uri=mongodb://localhost:27017/test
写回答
1回答
-
先执行 gradle build 编译,。再执行 java -jar 运行
032018-05-05
基于Spring Boot技术栈博客系统企业级前后端实战
毕设 Elasticsearch搜索+Thymeleaf模板+JPA+Security+BootStrap
1296 学习 · 738 问题
相似问题