소스 검색

2024 Initialize

shjung 1 년 전
부모
커밋
e99526d899
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -23,7 +23,7 @@
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
         <start-class>com.tsi.app.server.TsiAppServerApplication</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>