mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 04:08:43 +08:00 
			
		
		
		
	默认禁用 spring data redis repositories,一方面没用到,一方面提高启动速度
This commit is contained in:
		@@ -77,6 +77,13 @@ mybatis-plus:
 | 
				
			|||||||
  encryptor:
 | 
					  encryptor:
 | 
				
			||||||
    password: XDV71a+xqStEA3WH # 加解密的秘钥,可使用 https://www.imaegoo.com/2020/aes-key-generator/ 网站生成
 | 
					    password: XDV71a+xqStEA3WH # 加解密的秘钥,可使用 https://www.imaegoo.com/2020/aes-key-generator/ 网站生成
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Spring Data Redis 配置
 | 
				
			||||||
 | 
					spring:
 | 
				
			||||||
 | 
					  data:
 | 
				
			||||||
 | 
					    redis:
 | 
				
			||||||
 | 
					      repositories:
 | 
				
			||||||
 | 
					        enabled: false # 项目未使用到 Spring Data Redis 的 Repository,所以直接禁用,保证启动速度
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--- #################### 验证码相关配置 ####################
 | 
					--- #################### 验证码相关配置 ####################
 | 
				
			||||||
 | 
					
 | 
				
			||||||
aj:
 | 
					aj:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user