초기 세팅

This commit is contained in:
leejunho 2025-08-20 18:17:51 +09:00
parent 28eea88e63
commit d855306dd4

View File

@ -2,10 +2,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>visit_edu</artifactId> <artifactId>ipedu</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>1.0.0</version> <version>1.0.0</version>
<name>visit_edu</name> <name>ipedu</name>
<url>http://www.egovframe.go.kr</url> <url>http://www.egovframe.go.kr</url>
<licenses> <licenses>
@ -775,6 +775,6 @@
</plugin> </plugin>
</plugins> </plugins>
</reporting> </reporting>
<groupId>visit_edu</groupId> <groupId>ipedu</groupId>
</project> </project>