摘要: 1.添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>o 阅读全文
posted @ 2020-04-03 23:36 慕尘 阅读(1238) 评论(0) 推荐(0) 编辑
摘要: 1.mongoexport 可以把一个collection导出成JSON格式或CSV格式的文件 格式: mongoexport --host <hostname> --port <port> --db <dbname> --collection <collectionname> --out <fil 阅读全文
posted @ 2020-04-03 18:07 慕尘 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 配置 spring.mvc.static-path-pattern=/static/** spring.resources.cache.cachecontrol.max-age=30s spring.resources.cache.cachecontrol.s-max-age=50s 启动项目 ht 阅读全文
posted @ 2020-04-03 08:50 慕尘 阅读(2556) 评论(0) 推荐(0) 编辑