mirror of
				https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
				synced 2025-10-31 09:48:54 +08:00 
			
		
		
		
	- Rename the delete method to deleteById to explicitly delete by ID - Rename the delete(ids) method to deleteByIds, explicitly indicating bulk deletion- Rename the delete(entity) method to deleteByOne, explicitly deleting a single entity - Rename the delete(entities) method to deleteByAll to explicitly delete entities in bulk - Removed unused MapStruct dependencies
		
			
				
	
	
		
			6 lines
		
	
	
		
			110 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			110 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| dependencies {
 | |
|     compileOnly(libs.springBootStarter.jpa)
 | |
|     implementation(project(Modules.Webmvc.DTO))
 | |
| }
 |