Skip to content

Commit 385c944

Browse files
committed
remove
1 parent 5fc6e5f commit 385c944

36 files changed

+5
-1023
lines changed

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@
245245
<module>springboot-starter</module>
246246
<module>springboot-starter-security-jwt</module>
247247
<module>springboot-starter-data-fast</module>
248-
<module>springboot-starter-persistence</module>
249248
</modules>
250249
</profile>
251250

@@ -257,7 +256,6 @@
257256
<module>springboot-starter</module>
258257
<module>springboot-starter-security-jwt</module>
259258
<module>springboot-starter-data-fast</module>
260-
<module>springboot-starter-persistence</module>
261259
</modules>
262260

263261
<build>
@@ -307,8 +305,6 @@
307305
<module>springboot-starter</module>
308306
<module>springboot-starter-security-jwt</module>
309307
<module>springboot-starter-data-fast</module>
310-
<module>springboot-starter-id-generator</module>
311-
<module>springboot-starter-persistence</module>
312308
</modules>
313309

314310

springboot-starter-persistence/pom.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.

springboot-starter-persistence/src/main/java/com/codingapi/springboot/persistence/AutoConfiguration.java

Lines changed: 0 additions & 17 deletions
This file was deleted.

springboot-starter-persistence/src/main/java/com/codingapi/springboot/persistence/DomainPersistence.java

Lines changed: 0 additions & 16 deletions
This file was deleted.

springboot-starter-persistence/src/main/java/com/codingapi/springboot/persistence/jdbc/JdbcAutoConfiguration.java

Lines changed: 0 additions & 32 deletions
This file was deleted.

springboot-starter-persistence/src/main/java/com/codingapi/springboot/persistence/jdbc/executor/JdbcSchemaExecutor.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

springboot-starter-persistence/src/main/java/com/codingapi/springboot/persistence/jdbc/impl/JdbcDomainPersistence.java

Lines changed: 0 additions & 90 deletions
This file was deleted.

springboot-starter-persistence/src/main/java/com/codingapi/springboot/persistence/jdbc/impl/JdbcSchemaFactory.java

Lines changed: 0 additions & 14 deletions
This file was deleted.

springboot-starter-persistence/src/main/java/com/codingapi/springboot/persistence/jdbc/schema/JdbcBuildSchema.java

Lines changed: 0 additions & 35 deletions
This file was deleted.

springboot-starter-persistence/src/main/java/com/codingapi/springboot/persistence/jdbc/schema/JdbcDeleteSchema.java

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)