文件服务器问题

来源:22-3 -系统集成、系统测试

huhakim

2018-04-16

http://img.mukewang.com/szimg/5ad461c10001b80f06770442.jpg

使用独立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回答

老卫

2018-04-16

先执行 gradle build 编译,。再执行 java -jar  运行

0
3
huhakim
非常感谢!
2018-05-05
共3条回复

基于Spring Boot技术栈博客系统企业级前后端实战

毕设 Elasticsearch搜索+Thymeleaf模板+JPA+Security+BootStrap

1296 学习 · 738 问题

查看课程