|
|
@@ -5,47 +5,39 @@
|
|
|
</component>
|
|
|
<component name="ChangeListManager">
|
|
|
<list default="true" id="3ff4794b-6964-480b-bcb6-ead103f7d762" name="Default Changelist" comment="登入">
|
|
|
- <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_auth0_java_jwt_3_10_0.xml" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_jsonwebtoken_jjwt_api_0_10_7.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_jsonwebtoken_jjwt_0_9_1.xml" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_jsonwebtoken_jjwt_impl_0_10_7.xml" beforeDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_jsonwebtoken_jjwt_jackson_0_10_7.xml" beforeDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_assertj_assertj_core_3_16_1.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_assertj_assertj_core_3_18_1.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_alibaba_fastjson2_fastjson2_2_0_12.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_alibaba_fastjson2_fastjson2_extension_2_0_12.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_alibaba_fastjson_2_0_12.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/video/config/MySecurity.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/common/utils/EncryptionUtil.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/common/utils/RSAUtils.java" afterDir="false" />
|
|
|
<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$/share_video.iml" beforeDir="false" afterPath="$PROJECT_DIR$/share_video.iml" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/com/video/api/VideoControllerAPI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/api/VideoControllerAPI.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/com/video/controller/LogInfoController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/controller/LogInfoController.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/video/config/smsConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/config/smsConfig.java" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/com/video/controller/VideoController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/controller/VideoController.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/com/video/core/JwtAuthenticationInterceptor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/core/JwtAuthenticationInterceptor.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/com/video/handler/MyMetaObjectHandler.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/handler/MyMetaObjectHandler.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/Video.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/Video.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/com/video/model/vo/LoginVO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/model/vo/LoginVO.java" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/com/video/services/VideoService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/services/VideoService.java" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/com/video/services/impl/SmsCodeServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/services/impl/SmsCodeServiceImpl.java" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/com/video/services/impl/SystemUserServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/services/impl/SystemUserServiceImpl.java" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/com/video/services/impl/VideoServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/services/impl/VideoServiceImpl.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/common/result/ResponseStatusEnum.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/common/result/ResponseStatusEnum.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/common/utils/JWTUtil.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/common/utils/JWTUtil.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/video/MybatisPlusApplication.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/MybatisPlusApplication.class" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/video/api/LogInfoControllerAPI.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/api/LogInfoControllerAPI.class" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/video/api/PlaybackRecordControllerAPI.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/api/PlaybackRecordControllerAPI.class" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/video/api/SmsCodeControllerAPI.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/api/SmsCodeControllerAPI.class" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/resources/application-dev.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application-dev.yml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/resources/application-prod.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application-prod.yml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application.yml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/test/java/com/videos/MybatisPlusApplicationTests.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/video/MybatisPlusApplicationTests.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/test/java/com/videos/WrapperTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/video/WrapperTest.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/target/classes/application-dev.yml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/application-dev.yml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/target/classes/application-prod.yml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/application-prod.yml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/target/classes/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/application.yml" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/target/classes/com/video/api/VideoControllerAPI.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/api/VideoControllerAPI.class" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/video/controller/LogInfoController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/controller/LogInfoController.class" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/video/controller/PlaybackRecordController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/controller/PlaybackRecordController.class" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/video/controller/SmsCodeController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/controller/SmsCodeController.class" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/target/classes/com/video/config/smsConfig.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/config/smsConfig.class" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/target/classes/com/video/controller/VideoController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/controller/VideoController.class" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/video/core/JwtAuthenticationInterceptor.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/core/JwtAuthenticationInterceptor.class" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/video/handler/MyMetaObjectHandler.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/handler/MyMetaObjectHandler.class" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/video/model/pojo/Video.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/model/pojo/Video.class" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/video/model/utils/CommonResult.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/model/utils/CommonResult.class" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/video/services/SmsCodeService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/services/SmsCodeService.class" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/target/classes/com/video/services/VideoService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/services/VideoService.class" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/target/classes/com/video/services/impl/SmsCodeServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/services/impl/SmsCodeServiceImpl.class" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/target/classes/com/video/services/impl/SystemUserServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/services/impl/SystemUserServiceImpl.class" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/target/classes/com/video/services/impl/VideoServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/services/impl/VideoServiceImpl.class" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/common/exception/EmsExceptionHandler.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/common/exception/EmsExceptionHandler.class" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/common/result/ResponseStatusEnum.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/common/result/ResponseStatusEnum.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" />
|
|
|
</list>
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
@@ -59,8 +51,8 @@
|
|
|
<option name="RECENT_TEMPLATES">
|
|
|
<list>
|
|
|
<option value="AnnotationType" />
|
|
|
- <option value="Class" />
|
|
|
<option value="Interface" />
|
|
|
+ <option value="Class" />
|
|
|
</list>
|
|
|
</option>
|
|
|
</component>
|
|
|
@@ -364,7 +356,7 @@
|
|
|
"RequestMappingsPanelWidth1": "75",
|
|
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
|
"WebServerToolWindowFactoryState": "false",
|
|
|
- "last_opened_file_path": "E:/company/video_share/Back-endDevelopmentFramework/src/main/java/com/video/model/utils",
|
|
|
+ "last_opened_file_path": "E:/company/carBooks",
|
|
|
"node.js.detected.package.eslint": "true",
|
|
|
"node.js.detected.package.tslint": "true",
|
|
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
|
@@ -390,16 +382,41 @@
|
|
|
<recent name="D:\Bingo\Desktop\工作内容\视频系统\视频分享\src\test\java\com\videos" />
|
|
|
</key>
|
|
|
<key name="CopyClassDialog.RECENTS_KEY">
|
|
|
- <recent name="com.video.model.vo" />
|
|
|
<recent name="common.utils" />
|
|
|
+ <recent name="com.video.model.vo" />
|
|
|
<recent name="common.result" />
|
|
|
<recent name="com.video.api" />
|
|
|
<recent name="com.video.services.annotation" />
|
|
|
</key>
|
|
|
</component>
|
|
|
<component name="RunManager" selected="Spring Boot.MybatisPlusApplication">
|
|
|
- <configuration name="AutoCode" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.video.AutoCode" />
|
|
|
+ <configuration name="RSAUtils" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
+ <option name="MAIN_CLASS_NAME" value="common.utils.RSAUtils" />
|
|
|
+ <module name="share_video" />
|
|
|
+ <extension name="coverage">
|
|
|
+ <pattern>
|
|
|
+ <option name="PATTERN" value="common.utils.*" />
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
+ </pattern>
|
|
|
+ </extension>
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <configuration name="SystemUserServiceImpl" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.video.services.impl.SystemUserServiceImpl" />
|
|
|
+ <module name="share_video" />
|
|
|
+ <extension name="coverage">
|
|
|
+ <pattern>
|
|
|
+ <option name="PATTERN" value="com.video.services.impl.*" />
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
+ </pattern>
|
|
|
+ </extension>
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <configuration name="MybatisPlusApplicationTests.contextLoads (1)" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
<module name="share_video" />
|
|
|
<extension name="coverage">
|
|
|
<pattern>
|
|
|
@@ -407,19 +424,42 @@
|
|
|
<option name="ENABLED" value="true" />
|
|
|
</pattern>
|
|
|
</extension>
|
|
|
+ <option name="PACKAGE_NAME" value="com.video" />
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.video.MybatisPlusApplicationTests" />
|
|
|
+ <option name="METHOD_NAME" value="contextLoads" />
|
|
|
+ <option name="TEST_OBJECT" value="method" />
|
|
|
<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="common.utils.SendSms" />
|
|
|
+ <configuration name="MybatisPlusApplicationTests.contextLoads" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
<module name="share_video" />
|
|
|
<extension name="coverage">
|
|
|
<pattern>
|
|
|
- <option name="PATTERN" value="common.utils.*" />
|
|
|
+ <option name="PATTERN" value="com.video.*" />
|
|
|
<option name="ENABLED" value="true" />
|
|
|
</pattern>
|
|
|
</extension>
|
|
|
+ <option name="PACKAGE_NAME" value="com.videos" />
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.videos.MybatisPlusApplicationTests" />
|
|
|
+ <option name="METHOD_NAME" value="contextLoads" />
|
|
|
+ <option name="TEST_OBJECT" value="method" />
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <configuration name="WrapperTest.contextLoads" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="share_video" />
|
|
|
+ <extension name="coverage">
|
|
|
+ <pattern>
|
|
|
+ <option name="PATTERN" value="com.video.*" />
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
+ </pattern>
|
|
|
+ </extension>
|
|
|
+ <option name="PACKAGE_NAME" value="com.videos" />
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.video.WrapperTest" />
|
|
|
+ <option name="METHOD_NAME" value="contextLoads" />
|
|
|
+ <option name="TEST_OBJECT" value="method" />
|
|
|
<method v="2">
|
|
|
<option name="Make" enabled="true" />
|
|
|
</method>
|
|
|
@@ -433,12 +473,18 @@
|
|
|
</configuration>
|
|
|
<recent_temporary>
|
|
|
<list>
|
|
|
- <item itemvalue="Application.SendSms" />
|
|
|
- <item itemvalue="Application.AutoCode" />
|
|
|
+ <item itemvalue="Application.RSAUtils" />
|
|
|
+ <item itemvalue="JUnit.WrapperTest.contextLoads" />
|
|
|
+ <item itemvalue="JUnit.MybatisPlusApplicationTests.contextLoads (1)" />
|
|
|
+ <item itemvalue="JUnit.MybatisPlusApplicationTests.contextLoads" />
|
|
|
+ <item itemvalue="Application.SystemUserServiceImpl" />
|
|
|
</list>
|
|
|
</recent_temporary>
|
|
|
</component>
|
|
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
|
+ <component name="SpringBootOptions">
|
|
|
+ <option name="showAdditionalConfigNotification" value="false" />
|
|
|
+ </component>
|
|
|
<component name="SshConsoleOptionsProvider">
|
|
|
<option name="myEncoding" value="UTF-8" />
|
|
|
</component>
|
|
|
@@ -478,6 +524,10 @@
|
|
|
<workItem from="1681950116855" duration="4933000" />
|
|
|
<workItem from="1681955450600" duration="1193000" />
|
|
|
<workItem from="1681956657556" duration="21257000" />
|
|
|
+ <workItem from="1682081993412" duration="23644000" />
|
|
|
+ <workItem from="1682304916834" duration="9000" />
|
|
|
+ <workItem from="1682304934570" duration="190000" />
|
|
|
+ <workItem from="1682305135175" duration="23691000" />
|
|
|
</task>
|
|
|
<task id="LOCAL-00001" summary="add:添加腾讯云短信发送服务">
|
|
|
<created>1681961682780</created>
|
|
|
@@ -595,9 +645,9 @@
|
|
|
<option name="timeStamp" value="19" />
|
|
|
</line-breakpoint>
|
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
|
- <url>file://$PROJECT_DIR$/src/main/java/com/video/services/impl/SystemUserServiceImpl.java</url>
|
|
|
- <line>42</line>
|
|
|
- <option name="timeStamp" value="40" />
|
|
|
+ <url>file://$PROJECT_DIR$/src/main/java/com/video/services/impl/SmsCodeServiceImpl.java</url>
|
|
|
+ <line>94</line>
|
|
|
+ <option name="timeStamp" value="57" />
|
|
|
</line-breakpoint>
|
|
|
</breakpoints>
|
|
|
</breakpoint-manager>
|
|
|
@@ -605,6 +655,7 @@
|
|
|
<configuration name="SpringBootApplicationConfigurationType">
|
|
|
<watch expression="data" />
|
|
|
<watch expression="req.customizedParams" />
|
|
|
+ <watch expression="e" />
|
|
|
</configuration>
|
|
|
</watches-manager>
|
|
|
</component>
|