We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a41da commit 32b8fc3Copy full SHA for 32b8fc3
README.md
@@ -232,7 +232,7 @@ mvn clean install
232
233
pom.xml 안에 /build/plugins에 기존 plugin아래 추가
234
235
-<pre><code>
+<code>
236
237
<plugin>
238
<artifactId>maven-antrun-plugin</artifactId>
@@ -253,16 +253,22 @@ pom.xml 안에 /build/plugins에 기존 plugin아래 추가
253
</executions>
254
</plugin>
255
256
-</code></pre>
+</code>
257
+
258
추가후
259
260
기존 mvn spring-boot:run 했던 터미널창에서 ctrl + C 연타하여 서버 다운후 재가동.
261
262
mvn clean install
263
264
위 과정을 걸치면 projectDir/target/ jar파일이 생성됨.
265
266
jar파일을 실행해봅시다.
267
268
cd target/
269
270
java -jar .\reactwithspringboot-0.0.1-SNAPSHOT.jar
271
272
이렇게 되면 끝
273
274
확인은 localhost:8080
0 commit comments