Skip to content

Commit b2c5467

Browse files
committed
java compile version
1 parent 4e8ae01 commit b2c5467

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.DS_Store

0 Bytes
Binary file not shown.

study-jmeter/pom.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>study-jmeter</artifactId>
13-
13+
1414
<name>study-jmeter</name>
1515
<!-- FIXME change it to the project's website -->
1616
<url>http://www.example.com</url>
@@ -21,14 +21,10 @@
2121
<maven.compiler.source>1.8</maven.compiler.source>
2222
<maven.compiler.target>1.8</maven.compiler.target>
2323
<spring.boot.base.version>2.0.1.RELEASE</spring.boot.base.version>
24-
2524
<mybatisplus.version>3.5.2</mybatisplus.version>
2625
<lombok.version>1.18.30</lombok.version>
2726
<org.mapstruct.version>1.3.0.Final</org.mapstruct.version>
2827

29-
</properties>
30-
<dependencies>
31-
3228
<!--Spring-->
3329
<dependency>
3430
<groupId>org.springframework.boot</groupId>
@@ -47,9 +43,9 @@
4743
<artifactId>spring-boot-starter-thymeleaf</artifactId>
4844
</dependency>
4945
<!--Spring-->
50-
46+
5147
<!--数据库连接-->
52-
48+
5349
<dependency>
5450
<groupId>com.h2database</groupId>
5551
<artifactId>h2</artifactId>
@@ -60,7 +56,7 @@
6056
<version>${mybatisplus.version}</version>
6157
</dependency>
6258
<!--数据库连接-->
63-
59+
6460
<dependency>
6561
<groupId>org.mapstruct</groupId>
6662
<artifactId>mapstruct</artifactId>
@@ -78,7 +74,7 @@
7874
<artifactId>lombok</artifactId>
7975
<version>${lombok.version}</version>
8076
</dependency>
81-
77+
8278
</dependencies>
8379
<dependencyManagement>
8480
<dependencies>

0 commit comments

Comments
 (0)