File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >study-jmeter</artifactId >
13
-
13
+
14
14
<name >study-jmeter</name >
15
15
<!-- FIXME change it to the project's website -->
16
16
<url >http://www.example.com</url >
21
21
<maven .compiler.source>1.8</maven .compiler.source>
22
22
<maven .compiler.target>1.8</maven .compiler.target>
23
23
<spring .boot.base.version>2.0.1.RELEASE</spring .boot.base.version>
24
-
25
24
<mybatisplus .version>3.5.2</mybatisplus .version>
26
25
<lombok .version>1.18.30</lombok .version>
27
26
<org .mapstruct.version>1.3.0.Final</org .mapstruct.version>
28
27
29
- </properties >
30
- <dependencies >
31
-
32
28
<!-- Spring-->
33
29
<dependency >
34
30
<groupId>org.springframework.boot</groupId >
47
43
<artifactId >spring-boot-starter-thymeleaf</artifactId >
48
44
</dependency >
49
45
<!-- Spring-->
50
-
46
+
51
47
<!-- 数据库连接-->
52
-
48
+
53
49
<dependency >
54
50
<groupId>com.h2database</groupId >
55
51
<artifactId >h2</artifactId >
60
56
<version >${mybatisplus.version}</version >
61
57
</dependency >
62
58
<!-- 数据库连接-->
63
-
59
+
64
60
<dependency >
65
61
<groupId>org.mapstruct</groupId >
66
62
<artifactId >mapstruct</artifactId >
78
74
<artifactId >lombok</artifactId >
79
75
<version >${lombok.version}</version >
80
76
</dependency >
81
-
77
+
82
78
</dependencies >
83
79
<dependencyManagement >
84
80
<dependencies>
You can’t perform that action at this time.
0 commit comments