mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-09 13:56:50 +08:00
feat(issue-#155): rename plugin module to meta (#156)
* feat(issue-#155): rename module plugin to meta * feat: remove unused md file * refactor: rename plugin module to meta * fix: trigger document error * fix: code checkstyle
This commit is contained in:
@@ -7,7 +7,7 @@ dependencies {
|
||||
// internal module
|
||||
implementation project(":common")
|
||||
implementation project(":dao")
|
||||
implementation project(":plugin")
|
||||
implementation project(":meta")
|
||||
|
||||
// spring boot
|
||||
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
|
||||
|
Reference in New Issue
Block a user