質問編集履歴
1
誤字修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -95,6 +95,11 @@
|
|
|
95
95
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
96
96
|
<version>2.1.1</version>
|
|
97
97
|
</dependency>
|
|
98
|
+
<dependency>
|
|
99
|
+
<groupId>org.springframework.boot</groupId>
|
|
100
|
+
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
101
|
+
<scope>provided</scope>
|
|
102
|
+
</dependency>
|
|
98
103
|
<dependency>
|
|
99
104
|
<groupId>org.springframework.boot</groupId>
|
|
100
105
|
<artifactId>spring-boot-devtools</artifactId>
|
|
@@ -148,6 +153,7 @@
|
|
|
148
153
|
</dependencies>
|
|
149
154
|
</dependencyManagement>
|
|
150
155
|
<build>
|
|
156
|
+
<finalName>demo</finalName>
|
|
151
157
|
<plugins>
|
|
152
158
|
<plugin>
|
|
153
159
|
<groupId>org.springframework.boot</groupId>
|