Ver Fonte

修改版本

1811872455@163.com há 1 mês atrás
pai
commit
0fee58e56a
2 ficheiros alterados com 14 adições e 4 exclusões
  1. 11 3
      .idea/workspace.xml
  2. 3 1
      storlead-ai-api/pom.xml

+ 11 - 3
.idea/workspace.xml

@@ -6,7 +6,7 @@
   <component name="ChangeListManager">
     <list default="true" id="2dc641fc-1465-479e-874d-97069c194ded" name="Changes" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/storlead-ai-api/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/storlead-ai-api/pom.xml" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -116,7 +116,7 @@
       <workItem from="1758780969521" duration="11096000" />
       <workItem from="1758849538252" duration="14257000" />
       <workItem from="1759021657878" duration="17861000" />
-      <workItem from="1759109339436" duration="21349000" />
+      <workItem from="1759109339436" duration="21496000" />
     </task>
     <task id="LOCAL-00001" summary="ai项目">
       <option name="closed" value="true" />
@@ -214,7 +214,15 @@
       <option name="project" value="LOCAL" />
       <updated>1759137332598</updated>
     </task>
-    <option name="localTasksCounter" value="13" />
+    <task id="LOCAL-00013" summary="修改版本">
+      <option name="closed" value="true" />
+      <created>1759137590888</created>
+      <option name="number" value="00013" />
+      <option name="presentableId" value="LOCAL-00013" />
+      <option name="project" value="LOCAL" />
+      <updated>1759137590888</updated>
+    </task>
+    <option name="localTasksCounter" value="14" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">

+ 3 - 1
storlead-ai-api/pom.xml

@@ -11,7 +11,9 @@
 
     <artifactId>storlead-ai-api</artifactId>
     <packaging>jar</packaging>
-
+    <name>storlead-ai-api</name>
+    <version>1.0</version>
+    <description>system project for Spring Boot</description>
 <!--    <properties>-->
 <!--        <maven.compiler.source>11</maven.compiler.source>-->
 <!--        <maven.compiler.target>11</maven.compiler.target>-->