Skip to content

Commit f76d8dd

Browse files
author
Lee Sung Keun
authored
Update README.md
1 parent a452691 commit f76d8dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
위 사이트 방문 셋팅 후 dependency에 web추가
77

88
2. pom.xml설정
9-
<pre><code>
9+
<code>
1010
<?xml version="1.0" encoding="UTF-8"?>
1111
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1212
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -55,7 +55,7 @@
5555
</plugins>
5656
</build>
5757
</project>
58-
</code></pre>
58+
</code>
5959

6060
3. Controller설정
6161
--참고 vscode를 사용시 auto import는 alt + shift + O이다.

0 commit comments

Comments
 (0)