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 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 >
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 >
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 >
6056 <version >${mybatisplus.version}</version >
6157 </dependency >
6258 <!-- 数据库连接-->
63-
59+
6460 <dependency >
6561 <groupId>org.mapstruct</groupId >
6662 <artifactId >mapstruct</artifactId >
7874 <artifactId >lombok</artifactId >
7975 <version >${lombok.version}</version >
8076 </dependency >
81-
77+
8278 </dependencies >
8379 <dependencyManagement >
8480 <dependencies>
You can’t perform that action at this time.
0 commit comments