소스 검색

first commit

HANTE 8 달 전
부모
커밋
38463a082a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -32,7 +32,7 @@
         <maven.compiler.target>1.8</maven.compiler.target>
         <!--main 함수가 있는 class 경로-->
         <start-class>com.tsi.api.server.TsiNodeDirApplication</start-class>
-        <webapp.lib>C://UTIC-2021//tsi-repository</webapp.lib>
+        <webapp.lib>C:\java\repository</webapp.lib>
         <maven.test.skip>true</maven.test.skip>
     </properties>