mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 23:46:40 +08:00
- Add softDelete method to the CrudServiceSpec interface to soft delete entities - Implement softDelete method in the CrudServiceImplSpec class, including finding entities, marking delete status, and updating entities - Added setDeleted abstract method, and implements specific tag deletion logic from subclasses - Add log records, output error message when the corresponding entity cannot be found - Introduce log extension functions and Core. EXTENSION module
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
|
|
dependencies {
|
|
compileOnly(libs.springBootStarter.jpa)
|
|
implementation(project(Modules.Webmvc.DTO))
|
|
implementation(project(Modules.Core.EXTENSION))
|
|
}
|