Loading

摘要: 在Spark连接Hive导入相关maven依赖时 <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-exec</artifactId> <version>2.3.4</version> </dependency> 出现以 阅读全文
posted @ 2022-09-04 12:25 Convict 阅读(3895) 评论(0) 推荐(0) 编辑
摘要: 现在SpringBoot做web开发经常用到Druid做数据源,但数据库连接的相关信息比如username,password等关键信息有时候直接写在配置文件中,容易暴露,虽然也可以用指定外部配置文件的方式避免生产环境敏感数据泄露,但其实Druid还内置了数据库加密功能。 1. druid依赖 <de 阅读全文
posted @ 2022-09-04 10:33 Convict 阅读(256) 评论(0) 推荐(0) 编辑