mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-29 01:08:43 +08:00 
			
		
		
		
	增加 Spring Cache 框架
This commit is contained in:
		| @@ -33,7 +33,6 @@ public class TestDemoServiceImpl implements TestDemoService { | ||||
|     private TestDemoMapper testDemoMapper; | ||||
|  | ||||
|     @Override | ||||
|     @CacheEvict(value = "test", key = "#createReqVO.id") | ||||
|     public Long createTestDemo(TestDemoCreateReqVO createReqVO) { | ||||
|         // 插入 | ||||
|         TestDemoDO testDemo = TestDemoConvert.INSTANCE.convert(createReqVO); | ||||
| @@ -53,7 +52,7 @@ public class TestDemoServiceImpl implements TestDemoService { | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     @CacheEvict(value = "test", key = "'test:' + #id") | ||||
|     @CacheEvict(value = "test", key = "#id") | ||||
|     public void deleteTestDemo(Long id) { | ||||
|         // 校验存在 | ||||
|         this.validateTestDemoExists(id); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV