Skip to content

Commit 32b8fc3

Browse files
author
Lee Sung Keun
authored
Update README.md
1 parent 79a41da commit 32b8fc3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ mvn clean install
232232

233233
pom.xml 안에 /build/plugins에 기존 plugin아래 추가
234234

235-
<pre><code>
235+
<code>
236236

237237
<plugin>
238238
<artifactId>maven-antrun-plugin</artifactId>
@@ -253,16 +253,22 @@ pom.xml 안에 /build/plugins에 기존 plugin아래 추가
253253
</executions>
254254
</plugin>
255255

256-
</code></pre>
256+
</code>
257+
257258
추가후
259+
258260
기존 mvn spring-boot:run 했던 터미널창에서 ctrl + C 연타하여 서버 다운후 재가동.
261+
259262
mvn clean install
260263

261264
위 과정을 걸치면 projectDir/target/ jar파일이 생성됨.
265+
262266
jar파일을 실행해봅시다.
263267

264268
cd target/
269+
265270
java -jar .\reactwithspringboot-0.0.1-SNAPSHOT.jar
266271

267272
이렇게 되면 끝
273+
268274
확인은 localhost:8080

0 commit comments

Comments
 (0)