初次提交
This commit is contained in:
parent
37ca224764
commit
f1068da8e6
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
# IDEA
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# 编译输出
|
||||
/out/
|
||||
target/
|
||||
build/
|
||||
|
||||
# 日志、临时文件
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# 操作系统垃圾
|
||||
.DS_Store
|
||||
Thumbs.db
|
|
@ -5,20 +5,7 @@
|
|||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="af4c07b7-4ec6-4591-87e0-621479a360cc" name="更改" comment="初次提交">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/hivekion/scenario/service/impl/ScenarioTaskServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/hivekion/scenario/service/impl/ScenarioTaskServiceImpl.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/hivekion/scenario/service/impl/TaskLogicServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/hivekion/scenario/service/impl/TaskLogicServiceImpl.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/application-prod.properties" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/application-prod.properties" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/com/hivekion/baseData/controller/ScenarioController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/hivekion/baseData/controller/ScenarioController.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/com/hivekion/scenario/bean/ScenarioWsParam.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/hivekion/scenario/bean/ScenarioWsParam.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/com/hivekion/scenario/controller/ScenarioRoomController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/hivekion/scenario/controller/ScenarioRoomController.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/com/hivekion/scenario/entity/ScenarioRoom.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/hivekion/scenario/entity/ScenarioRoom.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/com/hivekion/scenario/service/impl/ScenarioTaskServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/hivekion/scenario/service/impl/ScenarioTaskServiceImpl.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/com/hivekion/ws/WsServer.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/hivekion/ws/WsServer.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/springbootmybatis-1.0.jar" beforeDir="false" afterPath="$PROJECT_DIR$/target/springbootmybatis-1.0.jar" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/springbootmybatis-1.0.jar.original" beforeDir="false" afterPath="$PROJECT_DIR$/target/springbootmybatis-1.0.jar.original" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -266,7 +253,7 @@
|
|||
<workItem from="1757646901779" duration="1536000" />
|
||||
<workItem from="1757745562472" duration="11951000" />
|
||||
<workItem from="1757761044173" duration="32000" />
|
||||
<workItem from="1757813716738" duration="22172000" />
|
||||
<workItem from="1757813716738" duration="22315000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="初次提交">
|
||||
<option name="closed" value="true" />
|
||||
|
@ -380,7 +367,15 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1757837892887</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="15" />
|
||||
<task id="LOCAL-00015" summary="初次提交">
|
||||
<option name="closed" value="true" />
|
||||
<created>1757839231429</created>
|
||||
<option name="number" value="00015" />
|
||||
<option name="presentableId" value="LOCAL-00015" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1757839231429</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="16" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
Loading…
Reference in New Issue
Block a user