소스 검색

2024 Initialize

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

+ 1 - 1
pom.xml

@@ -27,7 +27,7 @@
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
         <start-class>com.tsi.data.broker.TsiDataBrokerApplication</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>