摘要: 系统内置函数 1. 查看系统自带的函数 hive> show functions; 2. 显示自带的函数的用法 hive> desc function upper; 3. 详细显示自带的函数的用法 hive> desc function extended upper; 自定义函数 占位符! 阅读全文
posted @ 2019-11-07 12:01 tunan96 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 注册中心Eureka @EnableEurekaServer 声明当前springboot应用是一个eureka服务中心 @EnableDiscoveryClient 开启Eureka客户端功能 负载均衡Ribbon @LoadBalanced 开启负载均衡 服务容错Hystrix @SpringC 阅读全文
posted @ 2019-11-07 11:55 tunan96 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 1. Spring Boot application startersspring-boot-starter-thymeleaf使用Thymeleaf视图构建MVC Web应用程序 spring-boot-starter-ws使用Spring Web服务。1.4不推荐使用,推荐使用spring-bo 阅读全文
posted @ 2019-11-07 11:52 tunan96 阅读(114) 评论(0) 推荐(0) 编辑