refactor: Merge dap-common into dap-tool-core

This commit is contained in:
jade
2026-07-21 09:02:48 +09:00
parent 515ab409ec
commit d6869f8191
60 changed files with 25 additions and 38 deletions

View File

@@ -3,7 +3,7 @@ plugins {
}
dependencies {
implementation project(':dap-common')
implementation project(':dap-tool-core')
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'