Browse Source

验证码500问题

master
maotiantian 1 week ago
parent
commit
6c9f23834c
  1. 2
      chenhai-common/src/main/java/com/chenhai/common/config/ChenHaiConfig.java

2
chenhai-common/src/main/java/com/chenhai/common/config/ChenHaiConfig.java

@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
* @author ruoyi * @author ruoyi
*/ */
@Component @Component
@ConfigurationProperties(prefix = "ruoyi")
@ConfigurationProperties(prefix = "chenhai")
public class ChenHaiConfig public class ChenHaiConfig
{ {
/** 项目名称 */ /** 项目名称 */

Loading…
Cancel
Save