摘要: bootstrap.yml文件如下: spring: application: name: 微服务应用名 cloud: config: label: ${config.label:dev} profile: ${config.profile:dev} discovery: enabled: true 阅读全文
posted @ 2019-12-25 19:03 再见傅里叶 阅读(552) 评论(0) 推荐(0) 编辑
摘要: 1、从hdfs下载文件流,主要原理是打开文件生成字节数组输出流,然后调用spring的ResponseEntity import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; imp 阅读全文
posted @ 2019-12-25 18:56 再见傅里叶 阅读(201) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/huxi2b/p/7456936.html 阅读全文
posted @ 2019-12-25 18:48 再见傅里叶 阅读(1159) 评论(0) 推荐(0) 编辑
摘要: 设计字段或者结构先考虑有什么问题(如是否会超长),再考虑查询使用起来如何方便 阅读全文
posted @ 2019-12-25 18:45 再见傅里叶 阅读(76) 评论(0) 推荐(0) 编辑