From 16d6e11e944b8eaac8e52dc9327278784e006670 Mon Sep 17 00:00:00 2001
From: sxq <812980466@qq.com>
Date: 星期二, 26 十月 2021 15:12:58 +0800
Subject: [PATCH] 1:升级springboot版本到2.5.6。 2:升级hutool版本到5.7.15。

---
 ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/CaptchaProperties.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/CaptchaProperties.java b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/CaptchaProperties.java
index cf9ad8b..354d8c3 100644
--- a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/CaptchaProperties.java
+++ b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/CaptchaProperties.java
@@ -1,5 +1,7 @@
 package com.ruoyi.framework.config.properties;
 
+import com.ruoyi.common.enums.CaptchaCategory;
+import com.ruoyi.common.enums.CaptchaType;
 import lombok.Data;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 import org.springframework.stereotype.Component;
@@ -17,12 +19,12 @@
 	/**
 	 * 楠岃瘉鐮佺被鍨�
  	 */
-    private String type;
+    private CaptchaType type;
 
 	/**
 	 * 楠岃瘉鐮佺被鍒�
 	 */
-    private String category;
+    private CaptchaCategory category;
 
 	/**
 	 * 鏁板瓧楠岃瘉鐮佷綅鏁�

--
Gitblit v1.9.3