|
|
@@ -6,7 +6,10 @@
|
|
|
<component name="ChangeListManager">
|
|
|
<list default="true" id="36922be1-416a-4a25-9739-9814e01883a6" name="Default Changelist" 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/template/services/impl/SmartWarningServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/services/impl/SmartWarningServiceImpl.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/template/api/SmartWarningControllerAPI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/api/SmartWarningControllerAPI.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/template/common/utils/GetCameraPreviewURL.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/common/utils/GetCameraPreviewURL.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/template/common/utils/SendSms.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/common/utils/SendSms.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/template/controller/SmartWarningController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/controller/SmartWarningController.java" afterDir="false" />
|
|
|
</list>
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
@@ -248,7 +251,20 @@
|
|
|
<component name="RebelAgentSelection">
|
|
|
<selection>jr</selection>
|
|
|
</component>
|
|
|
- <component name="RunManager" selected="Spring Boot.MybatisPlusApplication">
|
|
|
+ <component name="RunManager" selected="Application.GetCameraPreviewURL">
|
|
|
+ <configuration name="GetCameraPreviewURL" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.template.common.utils.GetCameraPreviewURL" />
|
|
|
+ <module name="mybatis_plus" />
|
|
|
+ <extension name="coverage">
|
|
|
+ <pattern>
|
|
|
+ <option name="PATTERN" value="com.template.common.utils.*" />
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
+ </pattern>
|
|
|
+ </extension>
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
<configuration name="SendSms" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
<option name="MAIN_CLASS_NAME" value="com.template.common.utils.SendSms" />
|
|
|
<module name="mybatis_plus" />
|
|
|
@@ -271,6 +287,7 @@
|
|
|
</configuration>
|
|
|
<recent_temporary>
|
|
|
<list>
|
|
|
+ <item itemvalue="Application.GetCameraPreviewURL" />
|
|
|
<item itemvalue="Application.SendSms" />
|
|
|
</list>
|
|
|
</recent_temporary>
|