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 a452691 commit f76d8ddCopy full SHA for f76d8dd
README.md
@@ -6,7 +6,7 @@
6
위 사이트 방문 셋팅 후 dependency에 web추가
7
8
2. pom.xml설정
9
-<pre><code>
+<code>
10
<?xml version="1.0" encoding="UTF-8"?>
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -55,7 +55,7 @@
55
</plugins>
56
</build>
57
</project>
58
-</code></pre>
+</code>
59
60
3. Controller설정
61
--참고 vscode를 사용시 auto import는 alt + shift + O이다.
0 commit comments