Skip to content

Commit 2b31922

Browse files
committed
remove id-generator
1 parent 0fea3c2 commit 2b31922

File tree

15 files changed

+0
-409
lines changed

15 files changed

+0
-409
lines changed

pom.xml

Lines changed: 0 additions & 2 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-id-generator</module>
249248
<module>springboot-starter-persistence</module>
250249
</modules>
251250
</profile>
@@ -258,7 +257,6 @@
258257
<module>springboot-starter</module>
259258
<module>springboot-starter-security-jwt</module>
260259
<module>springboot-starter-data-fast</module>
261-
<module>springboot-starter-id-generator</module>
262260
<module>springboot-starter-persistence</module>
263261
</modules>
264262

springboot-starter-id-generator/pom.xml

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

springboot-starter-id-generator/src/main/java/com/codingapi/springboot/generator/AutoConfiguration.java

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

springboot-starter-id-generator/src/main/java/com/codingapi/springboot/generator/IdGenerate.java

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

springboot-starter-id-generator/src/main/java/com/codingapi/springboot/generator/IdGeneratorContext.java

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

springboot-starter-id-generator/src/main/java/com/codingapi/springboot/generator/dao/DbHelper.java

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

springboot-starter-id-generator/src/main/java/com/codingapi/springboot/generator/dao/IdKeyDao.java

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

springboot-starter-id-generator/src/main/java/com/codingapi/springboot/generator/domain/IdKey.java

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

springboot-starter-id-generator/src/main/java/com/codingapi/springboot/generator/properties/GeneratorJdbcProperties.java

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

springboot-starter-id-generator/src/main/java/com/codingapi/springboot/generator/service/IdGenerateService.java

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

0 commit comments

Comments
 (0)