We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea23126 commit 6affaaeCopy full SHA for 6affaae
1 file changed
src/cn/edu/jxnu/scala/ScalaUtil.md
@@ -1,5 +1,16 @@
1
### Scala常用的Util类
2
3
+> 目录
4
+* Spring Data Redis工具 redis键值对操作
5
+* SpringMail工具 邮件发送相关服务
6
+* User实体类 定义与Java兼容的Scala实体类用于Mybatis操作数据库
7
+* Spring缓存支持配置 配置自定义缓存管理器为reids
8
+* Spring连接池属性注入 配置redis连接
9
+* SpringMVC配置 Scala继承Java抽象类
10
+* Swagger2配置
11
+* Spring处理拦截器 Scala实现Java接口
12
+* Scala时间工具
13
+
14
#### Spring Data Redis工具 redis键值对操作
15
16
```scala
0 commit comments