File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed
mydtt-plus-spring-boot-starter
mydtt-plus-spring-boot-starter-tests
mydtt-plus-spring-boot-2-x
mydtt-plus-spring-boot-3-x Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -243,23 +243,18 @@ Domain Driven Table [![Maven Central](https://img.shields.io/maven-central/v/io.
243
243
- Add maven dependencies to your `pom.xml`
244
244
245
245
```xml
246
- <properties>
247
- <mydtt-plus.version>1.0.6</therapi-runtime-javadoc.version>
248
- <therapi-runtime-javadoc.version>0.13.0</therapi-runtime-javadoc.version>
249
- </properties>
250
-
251
246
<dependencies>
252
247
<!-- mydtt-plus-spring-boot-starter -->
253
248
<dependency>
254
249
<groupId>io.github.weasley-j</groupId>
255
250
<artifactId>mydtt-plus-spring-boot-starter</artifactId>
256
- <version>${mydtt-plus.version} </version>
251
+ <version>1.2.6 </version>
257
252
</dependency>
258
253
<!-- javadoc-scribe start -->
259
254
<dependency>
260
255
<groupId>com.github.therapi</groupId>
261
256
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
262
- <version>${therapi-runtime-javadoc.version} </version>
257
+ <version>0.15.0 </version>
263
258
<scope>provided</scope>
264
259
</dependency>
265
260
<!-- javadoc-scribe end -->
Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >io.github.weasley-j</groupId >
27
27
<artifactId >mydtt-plus-spring-boot-starter</artifactId >
28
- <version >1.2.5 </version >
28
+ <version >1.2.6 </version >
29
29
</dependency >
30
30
<!-- javadoc-scribe start -->
31
31
<dependency >
Original file line number Diff line number Diff line change 40
40
<dependency >
41
41
<groupId >io.github.weasley-j</groupId >
42
42
<artifactId >mydtt-plus-spring-boot-starter</artifactId >
43
- <version >1.2.5 </version >
43
+ <version >1.2.6 </version >
44
44
</dependency >
45
45
<!-- javadoc-scribe start -->
46
46
<dependency >
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >io.github.weasley-j</groupId >
13
13
<artifactId >mydtt-plus-spring-boot-starter</artifactId >
14
- <version >1.2.5 </version >
14
+ <version >1.2.6 </version >
15
15
<name >mydtt-plus-spring-boot-starter</name >
16
16
<description >
17
17
MyDtt-Plus is a starter of SpringBoot,I named it DTT, It's an object-oriented Java framework,
You can’t perform that action at this time.
0 commit comments