Browse Source

first commit

HANTE 8 tháng trước cách đây
mục cha
commit
38463a082a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>