mirror of
				https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
				synced 2025-10-28 08:58:52 +08:00 
			
		
		
		
	- Added annotations such as ValidatedForAdd and ValidatedForUpdate for verification of different operations - Add a ValidationGroups object to define the validation grouping interface - Implement the ValidationUtils utility class to provide validation functionality - Create .gitattributes and .gitignore files to standardize the code repository - Add dependencies related to build.gradle.kts configuration validation
		
			
				
	
	
		
			6 lines
		
	
	
		
			118 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			118 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| dependencies {
 | |
|     compileOnly(libs.springBootDependencies.bom)
 | |
|     compileOnly(libs.springBootStarter.validation)
 | |
| }
 |