Skip to content

Commit 2da1d61

Browse files
committed
add fast show #16
1 parent f9d8b70 commit 2da1d61

File tree

12 files changed

+6
-6
lines changed

12 files changed

+6
-6
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145

146146
<dependency>
147147
<groupId>com.codingapi.springboot</groupId>
148-
<artifactId>springboot-starter-fastshow</artifactId>
148+
<artifactId>springboot-starter-data-fast</artifactId>
149149
<version>${codingapi.framework.version}</version>
150150
</dependency>
151151

@@ -217,7 +217,7 @@
217217
<module>springboot-example</module>
218218
<module>springboot-starter-security-jwt</module>
219219
<module>springboot-starter-leaf</module>
220-
<module>springboot-starter-fastshow</module>
220+
<module>springboot-starter-data-fast</module>
221221
</modules>
222222
</profile>
223223

@@ -230,7 +230,7 @@
230230
<module>springboot-example</module>
231231
<module>springboot-starter-security-jwt</module>
232232
<module>springboot-starter-leaf</module>
233-
<module>springboot-starter-fastshow</module>
233+
<module>springboot-starter-data-fast</module>
234234
</modules>
235235

236236
<build>
@@ -277,7 +277,7 @@
277277
<module>springboot-starter</module>
278278
<module>springboot-starter-security-jwt</module>
279279
<module>springboot-starter-leaf</module>
280-
<module>springboot-starter-fastshow</module>
280+
<module>springboot-starter-data-fast</module>
281281
</modules>
282282

283283

springboot-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<dependency>
4545
<groupId>com.codingapi.springboot</groupId>
46-
<artifactId>springboot-starter-fastshow</artifactId>
46+
<artifactId>springboot-starter-data-fast</artifactId>
4747
</dependency>
4848

4949

springboot-starter-fastshow/pom.xml renamed to springboot-starter-data-fast/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>springboot-starter-fastshow</artifactId>
12+
<artifactId>springboot-starter-data-fast</artifactId>
1313

1414
<properties>
1515
<java.version>1.8</java.version>

0 commit comments

Comments
 (0)