質問編集履歴

1

誤字修正

2020/04/09 01:57

投稿

chanMiho
chanMiho

スコア7

test CHANGED
File without changes
test CHANGED
@@ -192,6 +192,16 @@
192
192
 
193
193
  </dependency>
194
194
 
195
+ <dependency>
196
+
197
+ <groupId>org.springframework.boot</groupId>
198
+
199
+ <artifactId>spring-boot-starter-tomcat</artifactId>
200
+
201
+ <scope>provided</scope>
202
+
203
+ </dependency>
204
+
195
205
  <dependency>
196
206
 
197
207
  <groupId>org.springframework.boot</groupId>
@@ -298,6 +308,8 @@
298
308
 
299
309
  <build>
300
310
 
311
+ <finalName>demo</finalName>
312
+
301
313
  <plugins>
302
314
 
303
315
  <plugin>