master
parent
4a915b1a60
commit
d0d64ced1f
@ -0,0 +1,2 @@
|
||||
# Created by .ignore support plugin (hsz.mobi)
|
||||
/target/
|
@ -0,0 +1,983 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="7c587b04-9193-46ab-a36f-efa5259159b1" name="Default Changelist" comment="up">
|
||||
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/java/com/bsd/say/service/RedisService.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/RedisServiceImpl.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/application-dev.yml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/src/main/resources/application-prod.yml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/bsd-say-1.0-SNAPSHOT.jar" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/bsd-say-1.0-SNAPSHOT.jar.original" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/META-INF/spring-configuration-metadata.json" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/application-dev.yml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/application-prod.yml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/application.yml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/SayApplication.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/aop/LogAspect.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/beans/AjaxData.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/beans/AjaxPage.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/beans/AjaxRequest.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/beans/AjaxResult.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/config/MybatisPlusConfig.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/config/RedisProperies.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/config/WebMvcConfig.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/constants/Constants.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/constants/FillterConstants.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/controller/AwardListController.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/controller/BaseController.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/controller/CouponController.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/controller/LoveLetterController.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/controller/LoveTypeController.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/controller/UsersController.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/controller/WechatController.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/entities/AwardList.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/entities/BaseEntity.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/entities/Coupon.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/entities/LoveLetter.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/entities/LoveType.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/entities/Record.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/entities/Source.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/entities/Users.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/exception/BusinessException.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/exception/LoginException.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/exception/ParamsException.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/handler/JsonTypeHandler.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/mapper/AwardListMapper.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/mapper/CouponMapper.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/mapper/LoveLetterMapper.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/mapper/LoveTypeMapper.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/mapper/RecordMapper.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/mapper/SourceMapper.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/mapper/UsersMapper.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/quartz/ScheduledTask.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/AwardListService.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/BaseService.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/CouponService.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/LoveLetterService.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/LoveTypeService.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/RecordService.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/RedisService.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/SourceService.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/UsersService.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/WxOpenServiceDemo.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/impl/AwardListServiceImpl.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/impl/BaseServiceImpl.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/impl/CouponServiceImpl.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/impl/LoveLetterServiceImpl.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/impl/LoveTypeServiceImpl.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/impl/RecordServiceImpl.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/impl/RedisServiceImpl.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/impl/SourceServiceImpl.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/impl/UsersServiceImpl.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/service/impl/WeixinService.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/AESWithJCEUtils.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/CodeGenerator$1.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/CodeGenerator$2.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/CodeGenerator.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/DateUtils.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/FileUtils.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/HttpRequestUtils.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/JWTUtil.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/LogEnum.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/LogUtils.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/MD5Utils.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/MessageUtil$1$1.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/MessageUtil$1.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/MessageUtil.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/RandomUtils.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/ResponseUtil.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/Xml2MapUtil.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/wechat/AesException.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/wechat/ByteGroup.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/wechat/PKCS7Encoder.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/wechat/SHA1.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/wechat/Sign.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/wechat/WXBizMsgCrypt.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/wechat/WXBizMsgCryptTest.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/wechat/WeChatUtils.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/com/bsd/say/util/wechat/XMLParse.class" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/log4j2.yml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/mapper/AwardListMapper.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/mapper/CouponMapper.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/mapper/LoveLetterMapper.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/mapper/LoveTypeMapper.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/classes/mapper/UsersMapper.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/maven-archiver/pom.properties" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/bsd/say/controller/WechatController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/bsd/say/controller/WechatController.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/AwardListServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/AwardListServiceImpl.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/WeixinService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/WeixinService.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application.yml" afterDir="false" />
|
||||
</list>
|
||||
<ignored path="$PROJECT_DIR$/out/" />
|
||||
<ignored path="$PROJECT_DIR$/target/" />
|
||||
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
<option name="LAST_RESOLUTION" value="IGNORE" />
|
||||
</component>
|
||||
<component name="DefaultGradleProjectSettings">
|
||||
<option name="isMigrated" value="true" />
|
||||
</component>
|
||||
<component name="FileEditorManager">
|
||||
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
||||
<file pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/src/main/resources/application.yml">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="44">
|
||||
<caret line="2" column="15" selection-start-line="2" selection-start-column="15" selection-end-line="2" selection-end-column="15" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/src/main/resources/application-dev.yml">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="61">
|
||||
<caret line="3" column="15" selection-start-line="3" selection-start-column="15" selection-end-line="3" selection-end-column="15" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/src/main/resources/application-prod.yml">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="66">
|
||||
<caret line="3" column="15" selection-start-line="3" selection-start-column="15" selection-end-line="3" selection-end-column="15" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/RecordServiceImpl.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="142">
|
||||
<caret line="92" column="64" selection-start-line="92" selection-start-column="64" selection-end-line="92" selection-end-column="64" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/RedisServiceImpl.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="165">
|
||||
<caret line="76" column="28" selection-start-line="76" selection-start-column="28" selection-end-line="76" selection-end-column="28" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/controller/WechatController.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="276">
|
||||
<caret line="159" column="48" selection-start-line="159" selection-start-column="48" selection-end-line="159" selection-end-column="48" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/WeixinService.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="44">
|
||||
<caret line="228" column="30" lean-forward="true" selection-start-line="228" selection-start-column="30" selection-end-line="228" selection-end-column="30" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file pinned="false" current-in-tab="true">
|
||||
<entry file="file://$PROJECT_DIR$/.gitignore">
|
||||
<provider selected="true" editor-type-id="text-editor" />
|
||||
</entry>
|
||||
</file>
|
||||
<file pinned="false" current-in-tab="false">
|
||||
<entry file="jar://$MAVEN_REPOSITORY$/com/alibaba/fastjson/1.2.72/fastjson-1.2.72.jar!/com/alibaba/fastjson/JSONObject.class">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="184">
|
||||
<caret line="175" selection-start-line="175" selection-end-line="175" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file pinned="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/RedisService.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="165">
|
||||
<caret line="44" column="18" selection-start-line="44" selection-start-column="18" selection-end-line="44" selection-end-column="18" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
</leaf>
|
||||
</component>
|
||||
<component name="FindInProjectRecents">
|
||||
<findStrings>
|
||||
<find>callback</find>
|
||||
<find>success"</find>
|
||||
<find>System.out.println</find>
|
||||
<find>fast</find>
|
||||
<find>jedisPool</find>
|
||||
<find>pool</find>
|
||||
<find>get</find>
|
||||
<find>s-valid-lottery</find>
|
||||
<find>letter"</find>
|
||||
<find>record</find>
|
||||
<find>redis</find>
|
||||
<find>autologin</find>
|
||||
<find>rm-uf6ghz8v10sjx1719.mysql.rds.aliyuncs.com</find>
|
||||
<find>r-uf6l1kaunndm1ikjg3pd.redis.rds.aliyuncs.com</find>
|
||||
</findStrings>
|
||||
<replaceStrings>
|
||||
<replace>log.fin</replace>
|
||||
<replace>logger.info</replace>
|
||||
</replaceStrings>
|
||||
</component>
|
||||
<component name="Git.Settings">
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="IdeDocumentHistory">
|
||||
<option name="CHANGED_PATHS">
|
||||
<list>
|
||||
<option value="$PROJECT_DIR$/src/main/java/demo/Program.java" />
|
||||
<option value="$PROJECT_DIR$/src/main/java/com/bsd/say/util/MessageUtil.java" />
|
||||
<option value="$PROJECT_DIR$/src/main/java/com/bsd/say/service/WxOpenServiceDemo.java" />
|
||||
<option value="$PROJECT_DIR$/src/main/java/com/bsd/say/util/AESWithJCEUtils.java" />
|
||||
<option value="$PROJECT_DIR$/pom.xml" />
|
||||
<option value="$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/AwardListServiceImpl.java" />
|
||||
<option value="$PROJECT_DIR$/src/main/java/com/bsd/say/controller/WechatController.java" />
|
||||
<option value="$PROJECT_DIR$/src/main/java/com/bsd/say/service/RedisService.java" />
|
||||
<option value="$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/RedisServiceImpl.java" />
|
||||
<option value="$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/LoveLetterServiceImpl.java" />
|
||||
<option value="$PROJECT_DIR$/src/main/resources/application.yml" />
|
||||
<option value="$PROJECT_DIR$/src/main/resources/application-dev.yml" />
|
||||
<option value="$PROJECT_DIR$/src/main/resources/application-prod.yml" />
|
||||
<option value="$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/WeixinService.java" />
|
||||
<option value="$PROJECT_DIR$/.gitignore" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="MavenImportPreferences">
|
||||
<option name="generalSettings">
|
||||
<MavenGeneralSettings>
|
||||
<option name="mavenHome" value="$PROJECT_DIR$/../../apache-maven-3.6.1" />
|
||||
</MavenGeneralSettings>
|
||||
</option>
|
||||
<option name="importingSettings">
|
||||
<MavenImportingSettings>
|
||||
<option name="importAutomatically" value="true" />
|
||||
</MavenImportingSettings>
|
||||
</option>
|
||||
</component>
|
||||
<component name="ProjectFrameBounds" extendedState="6">
|
||||
<option name="y" value="23" />
|
||||
<option name="width" value="1920" />
|
||||
<option name="height" value="976" />
|
||||
</component>
|
||||
<component name="ProjectView">
|
||||
<navigator proportions="" version="1">
|
||||
<foldersAlwaysOnTop value="true" />
|
||||
</navigator>
|
||||
<panes>
|
||||
<pane id="ProjectPane">
|
||||
<subPane>
|
||||
<expand>
|
||||
<path>
|
||||
<item name="bsd-say" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="bsd-say" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="bsd-say" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="bsd-say" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="bsd-say" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="bsd-say" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="main" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="bsd-say" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="bsd-say" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="main" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="java" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="bsd-say" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="bsd-say" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="main" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="java" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="say" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="bsd-say" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="bsd-say" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="main" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="java" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="say" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="constants" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="bsd-say" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="bsd-say" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="main" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="java" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="say" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="controller" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="bsd-say" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="bsd-say" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="main" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="java" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="say" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="service" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="bsd-say" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="bsd-say" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="main" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="java" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="say" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="service" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="impl" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
<path>
|
||||
<item name="bsd-say" type="b2602c69:ProjectViewProjectNode" />
|
||||
<item name="bsd-say" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="main" type="462c0819:PsiDirectoryNode" />
|
||||
<item name="resources" type="462c0819:PsiDirectoryNode" />
|
||||
</path>
|
||||
</expand>
|
||||
<select />
|
||||
</subPane>
|
||||
</pane>
|
||||
<pane id="Scope" />
|
||||
<pane id="PackagesPane" />
|
||||
</panes>
|
||||
</component>
|
||||
<component name="PropertiesComponent">
|
||||
<property name="RequestMappingsPanelOrder0" value="0" />
|
||||
<property name="RequestMappingsPanelOrder1" value="1" />
|
||||
<property name="RequestMappingsPanelWidth0" value="75" />
|
||||
<property name="RequestMappingsPanelWidth1" value="75" />
|
||||
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
||||
<property name="WebServerToolWindowFactoryState" value="false" />
|
||||
<property name="aspect.path.notification.shown" value="true" />
|
||||
<property name="ignore_missing_gitignore" value="true" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$/src/main/java" />
|
||||
<property name="project.structure.last.edited" value="Modules" />
|
||||
<property name="project.structure.proportion" value="0.28120184" />
|
||||
<property name="project.structure.side.proportion" value="0.2" />
|
||||
<property name="settings.editor.selected.configurable" value="MavenSettings" />
|
||||
</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyClassDialog.RECENTS_KEY">
|
||||
<recent name="com.bsd.say.service.impl" />
|
||||
<recent name="com.bsd.say.service" />
|
||||
</key>
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="$PROJECT_DIR$/src/main/java" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="RunDashboard">
|
||||
<option name="ruleStates">
|
||||
<list>
|
||||
<RuleState>
|
||||
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
||||
</RuleState>
|
||||
<RuleState>
|
||||
<option name="name" value="StatusDashboardGroupingRule" />
|
||||
</RuleState>
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="RunManager" selected="Spring Boot.SayApplication">
|
||||
<configuration name="AESWithJCEUtils" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
||||
<option name="MAIN_CLASS_NAME" value="com.bsd.say.util.AESWithJCEUtils" />
|
||||
<module name="bsd-say" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.bsd.say.util.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="SayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
||||
<module name="bsd-say" />
|
||||
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bsd.say.SayApplication" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<recent_temporary>
|
||||
<list>
|
||||
<item itemvalue="Application.AESWithJCEUtils" />
|
||||
</list>
|
||||
</recent_temporary>
|
||||
</component>
|
||||
<component name="SvnConfiguration">
|
||||
<configuration />
|
||||
</component>
|
||||
<component name="TaskManager">
|
||||
<task active="true" id="Default" summary="Default task">
|
||||
<changelist id="7c587b04-9193-46ab-a36f-efa5259159b1" name="Default Changelist" comment="" />
|
||||
<created>1596695903430</created>
|
||||
<option name="number" value="Default" />
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1596695903430</updated>
|
||||
<workItem from="1596695904727" duration="7346000" />
|
||||
<workItem from="1596720954479" duration="209000" />
|
||||
<workItem from="1596723198244" duration="66000" />
|
||||
<workItem from="1596733574590" duration="368000" />
|
||||
<workItem from="1596763398490" duration="120000" />
|
||||
<workItem from="1596985066668" duration="1532000" />
|
||||
<workItem from="1597020105789" duration="2486000" />
|
||||
<workItem from="1597136595259" duration="516000" />
|
||||
<workItem from="1597152101762" duration="12536000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="up">
|
||||
<created>1596723235629</created>
|
||||
<option name="number" value="00001" />
|
||||
<option name="presentableId" value="LOCAL-00001" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1596723235629</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00002" summary="up">
|
||||
<created>1596733843956</created>
|
||||
<option name="number" value="00002" />
|
||||
<option name="presentableId" value="LOCAL-00002" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1596733843956</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00003" summary="up">
|
||||
<created>1597022474271</created>
|
||||
<option name="number" value="00003" />
|
||||
<option name="presentableId" value="LOCAL-00003" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1597022474271</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="4" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TimeTrackingManager">
|
||||
<option name="totallyTimeSpent" value="25179000" />
|
||||
</component>
|
||||
<component name="ToolWindowManager">
|
||||
<frame x="0" y="23" width="1680" height="946" extended-state="6" />
|
||||
<editor active="true" />
|
||||
<layout>
|
||||
<window_info id="Image Layers" order="0" />
|
||||
<window_info id="UI Designer" order="1" />
|
||||
<window_info id="Capture Tool" order="2" />
|
||||
<window_info id="Favorites" order="3" side_tool="true" />
|
||||
<window_info id="Web" order="4" side_tool="true" />
|
||||
<window_info id="Designer" order="5" />
|
||||
<window_info active="true" content_ui="combo" id="Project" order="6" visible="true" weight="0.24908425" />
|
||||
<window_info id="Structure" order="7" side_tool="true" weight="0.25" />
|
||||
<window_info anchor="bottom" id="Messages" order="0" weight="0.3280543" />
|
||||
<window_info anchor="bottom" id="Terminal" order="1" visible="true" weight="0.3266979" />
|
||||
<window_info anchor="bottom" id="Event Log" order="2" side_tool="true" />
|
||||
<window_info anchor="bottom" id="Docker" order="3" show_stripe_button="false" />
|
||||
<window_info anchor="bottom" id="Java Enterprise" order="4" />
|
||||
<window_info anchor="bottom" id="Database Changes" order="5" />
|
||||
<window_info anchor="bottom" id="Version Control" order="6" weight="0.32918552" />
|
||||
<window_info anchor="bottom" id="Spring" order="7" weight="0.32918552" />
|
||||
<window_info anchor="bottom" id="Message" order="8" />
|
||||
<window_info anchor="bottom" id="Find" order="9" />
|
||||
<window_info anchor="bottom" id="Run" order="10" weight="0.3280543" />
|
||||
<window_info anchor="bottom" id="Debug" order="11" weight="0.39929742" />
|
||||
<window_info anchor="bottom" id="Cvs" order="12" weight="0.25" />
|
||||
<window_info anchor="bottom" id="Inspection" order="13" weight="0.4" />
|
||||
<window_info anchor="bottom" id="TODO" order="14" />
|
||||
<window_info anchor="right" id="Palette" order="0" />
|
||||
<window_info anchor="right" id="Capture Analysis" order="1" />
|
||||
<window_info anchor="right" id="Mongo Explorer" order="2" />
|
||||
<window_info anchor="right" id="Database" order="3" />
|
||||
<window_info anchor="right" id="Palette	" order="4" />
|
||||
<window_info anchor="right" id="Theme Preview" order="5" />
|
||||
<window_info anchor="right" id="Bean Validation" order="6" />
|
||||
<window_info anchor="right" id="Maven" order="7" />
|
||||
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="8" type="SLIDING" weight="0.4" />
|
||||
<window_info anchor="right" id="Ant Build" order="9" weight="0.25" />
|
||||
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="10" weight="0.25" />
|
||||
</layout>
|
||||
<layout-to-restore>
|
||||
<window_info id="Image Layers" order="0" />
|
||||
<window_info id="UI Designer" order="1" />
|
||||
<window_info id="Capture Tool" order="2" />
|
||||
<window_info id="Favorites" order="3" side_tool="true" />
|
||||
<window_info id="Web" order="4" side_tool="true" />
|
||||
<window_info id="Designer" order="5" />
|
||||
<window_info content_ui="combo" id="Project" order="6" visible="true" weight="0.24908425" />
|
||||
<window_info id="Structure" order="7" side_tool="true" weight="0.25" />
|
||||
<window_info anchor="bottom" id="Messages" order="0" weight="0.3280543" />
|
||||
<window_info anchor="bottom" id="Terminal" order="1" weight="0.3266979" />
|
||||
<window_info anchor="bottom" id="Event Log" order="2" side_tool="true" />
|
||||
<window_info anchor="bottom" id="Docker" order="3" show_stripe_button="false" />
|
||||
<window_info anchor="bottom" id="Java Enterprise" order="4" />
|
||||
<window_info anchor="bottom" id="Database Changes" order="5" />
|
||||
<window_info anchor="bottom" id="Version Control" order="6" weight="0.32918552" />
|
||||
<window_info anchor="bottom" id="Spring" order="7" weight="0.32918552" />
|
||||
<window_info anchor="bottom" id="Message" order="8" />
|
||||
<window_info anchor="bottom" id="Find" order="9" />
|
||||
<window_info anchor="bottom" id="Run" order="10" weight="0.3280543" />
|
||||
<window_info active="true" anchor="bottom" id="Debug" order="11" visible="true" weight="0.39929742" />
|
||||
<window_info anchor="bottom" id="Cvs" order="12" weight="0.25" />
|
||||
<window_info anchor="bottom" id="Inspection" order="13" weight="0.4" />
|
||||
<window_info anchor="bottom" id="TODO" order="14" />
|
||||
<window_info anchor="right" id="Palette" order="0" />
|
||||
<window_info anchor="right" id="Capture Analysis" order="1" />
|
||||
<window_info anchor="right" id="Mongo Explorer" order="2" />
|
||||
<window_info anchor="right" id="Database" order="3" />
|
||||
<window_info anchor="right" id="Palette	" order="4" />
|
||||
<window_info anchor="right" id="Theme Preview" order="5" />
|
||||
<window_info anchor="right" id="Bean Validation" order="6" />
|
||||
<window_info anchor="right" id="Maven" order="7" />
|
||||
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="8" type="SLIDING" weight="0.4" />
|
||||
<window_info anchor="right" id="Ant Build" order="9" weight="0.25" />
|
||||
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="10" weight="0.25" />
|
||||
</layout-to-restore>
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
<option name="version" value="1" />
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="up" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="up" />
|
||||
</component>
|
||||
<component name="XDebuggerManager">
|
||||
<breakpoint-manager>
|
||||
<breakpoints>
|
||||
<line-breakpoint enabled="true" type="java-line">
|
||||
<url>file://$PROJECT_DIR$/src/main/java/com/bsd/say/controller/WechatController.java</url>
|
||||
<line>72</line>
|
||||
<properties />
|
||||
<option name="timeStamp" value="1" />
|
||||
</line-breakpoint>
|
||||
<line-breakpoint enabled="true" type="java-line">
|
||||
<url>file://$PROJECT_DIR$/src/main/java/com/bsd/say/controller/WechatController.java</url>
|
||||
<line>67</line>
|
||||
<properties />
|
||||
<option name="timeStamp" value="2" />
|
||||
</line-breakpoint>
|
||||
<line-breakpoint enabled="true" type="java-line">
|
||||
<url>file://$PROJECT_DIR$/src/main/java/com/bsd/say/util/wechat/WXBizMsgCrypt.java</url>
|
||||
<line>220</line>
|
||||
<properties />
|
||||
<option name="timeStamp" value="3" />
|
||||
</line-breakpoint>
|
||||
<line-breakpoint enabled="true" type="java-line">
|
||||
<url>file://$PROJECT_DIR$/src/main/java/com/bsd/say/util/AESWithJCEUtils.java</url>
|
||||
<line>24</line>
|
||||
<properties />
|
||||
<option name="timeStamp" value="4" />
|
||||
</line-breakpoint>
|
||||
<line-breakpoint enabled="true" type="java-line">
|
||||
<url>file://$PROJECT_DIR$/src/main/java/com/bsd/say/controller/AwardListController.java</url>
|
||||
<line>17</line>
|
||||
<properties />
|
||||
<option name="timeStamp" value="5" />
|
||||
</line-breakpoint>
|
||||
<line-breakpoint enabled="true" type="java-line">
|
||||
<url>file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/AwardListServiceImpl.java</url>
|
||||
<line>142</line>
|
||||
<properties />
|
||||
<option name="timeStamp" value="6" />
|
||||
</line-breakpoint>
|
||||
<line-breakpoint enabled="true" type="java-line">
|
||||
<url>file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/AwardListServiceImpl.java</url>
|
||||
<line>166</line>
|
||||
<properties />
|
||||
<option name="timeStamp" value="7" />
|
||||
</line-breakpoint>
|
||||
<line-breakpoint enabled="true" type="java-line">
|
||||
<url>file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/WeixinService.java</url>
|
||||
<line>222</line>
|
||||
<properties />
|
||||
<option name="timeStamp" value="11" />
|
||||
</line-breakpoint>
|
||||
<line-breakpoint enabled="true" type="java-line">
|
||||
<url>file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/WeixinService.java</url>
|
||||
<line>244</line>
|
||||
<properties />
|
||||
<option name="timeStamp" value="12" />
|
||||
</line-breakpoint>
|
||||
<line-breakpoint enabled="true" type="java-line">
|
||||
<url>file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/WeixinService.java</url>
|
||||
<line>255</line>
|
||||
<properties />
|
||||
<option name="timeStamp" value="13" />
|
||||
</line-breakpoint>
|
||||
</breakpoints>
|
||||
</breakpoint-manager>
|
||||
</component>
|
||||
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
||||
<SUITE FILE_PATH="coverage/bsd_say$SayApplication.ic" NAME="SayApplication Coverage Results" MODIFIED="1597224429449" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" />
|
||||
</component>
|
||||
<component name="debuggerHistoryManager">
|
||||
<expressions id="evaluateCodeFragment">
|
||||
<expression>
|
||||
<expression-string>redisService.exists(openId)</expression-string>
|
||||
<language-id>JAVA</language-id>
|
||||
<evaluation-mode>CODE_FRAGMENT</evaluation-mode>
|
||||
</expression>
|
||||
</expressions>
|
||||
</component>
|
||||
<component name="editorHistoryManager">
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/util/MessageUtil.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="1760">
|
||||
<caret line="96" column="38" selection-start-line="96" selection-start-column="38" selection-end-line="96" selection-end-column="38" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/qq/weixin/mp/aes/SHA1.java" />
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/qq/weixin/mp/aes/WXBizMsgCryptTest.java" />
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/qq/weixin/mp/aes/AesException.java" />
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/qq/weixin/mp/aes/PKCS7Encoder.java" />
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/qq/weixin/mp/aes/WXBizMsgCrypt.java" />
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/util/wechat/WXBizMsgCrypt.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="519">
|
||||
<caret line="244" column="48" selection-start-line="244" selection-start-column="36" selection-end-line="244" selection-end-column="48" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="jar://$MAVEN_REPOSITORY$/redis/clients/jedis/2.9.0/jedis-2.9.0.jar!/redis/clients/jedis/JedisPool.class">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="132">
|
||||
<caret line="17" column="13" selection-start-line="17" selection-start-column="13" selection-end-line="17" selection-end-column="13" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/demo/Program.java" />
|
||||
<entry file="file://$PROJECT_DIR$/pom.xml">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="316">
|
||||
<caret line="36" column="32" selection-start-line="36" selection-start-column="32" selection-end-line="36" selection-end-column="32" />
|
||||
</state>
|
||||
</provider>
|
||||
<provider editor-type-id="MavenHelperPluginDependencyAnalyzer" />
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/config/RedisProperies.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="88">
|
||||
<caret line="10" column="3" selection-start-line="10" selection-start-column="3" selection-end-line="10" selection-end-column="3" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/WxOpenServiceDemo.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="264">
|
||||
<caret line="24" column="3" selection-start-line="24" selection-start-column="3" selection-end-line="24" selection-end-column="3" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/SayApplication.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="132">
|
||||
<caret line="8" column="13" selection-start-line="8" selection-start-column="13" selection-end-line="8" selection-end-column="13" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/util/HttpRequestUtils.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="2706">
|
||||
<caret line="142" column="30" selection-start-line="142" selection-start-column="30" selection-end-line="142" selection-end-column="30" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="jar://$MAVEN_REPOSITORY$/com/github/binarywang/weixin-java-open/3.8.0/weixin-java-open-3.8.0.jar!/me/chanjar/weixin/open/api/impl/WxOpenInRedisConfigStorage.class">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="132">
|
||||
<caret line="15" column="39" selection-start-line="15" selection-start-column="13" selection-end-line="15" selection-end-column="39" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="jar://$MAVEN_REPOSITORY$/org/springframework/spring-web/5.1.5.RELEASE/spring-web-5.1.5.RELEASE.jar!/org/springframework/web/bind/annotation/RequestBody.class">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="110">
|
||||
<caret line="12" lean-forward="true" selection-start-line="12" selection-end-line="12" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/controller/BaseController.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="-142">
|
||||
<caret line="26" column="41" selection-start-line="26" selection-start-column="41" selection-end-line="26" selection-end-column="41" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/RecordService.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="110">
|
||||
<caret line="7" column="21" selection-start-line="7" selection-start-column="21" selection-end-line="7" selection-end-column="21" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/beans/AjaxRequest.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="242">
|
||||
<caret line="15" column="13" selection-start-line="15" selection-start-column="13" selection-end-line="15" selection-end-column="13" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/controller/AwardListController.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="307">
|
||||
<caret line="45" column="50" selection-start-line="45" selection-start-column="50" selection-end-line="45" selection-end-column="50" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/controller/UsersController.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="165">
|
||||
<caret line="36" column="39" selection-start-line="36" selection-start-column="39" selection-end-line="36" selection-end-column="39" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/util/AESWithJCEUtils.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="793">
|
||||
<caret line="60" column="25" selection-start-line="60" selection-start-column="25" selection-end-line="60" selection-end-column="25" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/LoveLetterService.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="154">
|
||||
<caret line="9" column="21" selection-start-line="9" selection-start-column="21" selection-end-line="9" selection-end-column="21" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/controller/LoveLetterController.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="507">
|
||||
<caret line="57" column="51" selection-start-line="57" selection-start-column="51" selection-end-line="57" selection-end-column="51" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/LoveTypeServiceImpl.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="1144">
|
||||
<caret line="66" column="5" lean-forward="true" selection-start-line="66" selection-start-column="5" selection-end-line="66" selection-end-column="5" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/AwardListServiceImpl.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="-591">
|
||||
<caret line="138" selection-start-line="138" selection-end-line="139" selection-end-column="51" />
|
||||
<folding>
|
||||
<element signature="e#2927#2934#0" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/AwardListService.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="154">
|
||||
<caret line="9" column="21" selection-start-line="9" selection-start-column="21" selection-end-line="9" selection-end-column="21" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/CouponServiceImpl.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="224">
|
||||
<caret line="126" column="22" selection-start-line="126" selection-start-column="22" selection-end-line="126" selection-end-column="22" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/LoveLetterServiceImpl.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="-1012">
|
||||
<caret line="93" column="13" lean-forward="true" selection-start-line="93" selection-start-column="13" selection-end-line="93" selection-end-column="13" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/UsersServiceImpl.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="-191">
|
||||
<caret line="29" column="13" selection-start-line="29" selection-start-column="13" selection-end-line="29" selection-end-column="13" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/SourceServiceImpl.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="132">
|
||||
<caret line="10" column="13" selection-start-line="10" selection-start-column="13" selection-end-line="10" selection-end-column="13" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/RecordServiceImpl.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="142">
|
||||
<caret line="92" column="64" selection-start-line="92" selection-start-column="64" selection-end-line="92" selection-end-column="64" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/RedisService.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="165">
|
||||
<caret line="44" column="18" selection-start-line="44" selection-start-column="18" selection-end-line="44" selection-end-column="18" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/resources/application.yml">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="44">
|
||||
<caret line="2" column="15" selection-start-line="2" selection-start-column="15" selection-end-line="2" selection-end-column="15" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/RedisServiceImpl.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="165">
|
||||
<caret line="76" column="28" selection-start-line="76" selection-start-column="28" selection-end-line="76" selection-end-column="28" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/controller/WechatController.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="276">
|
||||
<caret line="159" column="48" selection-start-line="159" selection-start-column="48" selection-end-line="159" selection-end-column="48" />
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="jar://$MAVEN_REPOSITORY$/com/alibaba/fastjson/1.2.72/fastjson-1.2.72.jar!/com/alibaba/fastjson/JSONObject.class">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="184">
|
||||
<caret line="175" selection-start-line="175" selection-end-line="175" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/resources/application-dev.yml">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="61">
|
||||
<caret line="3" column="15" selection-start-line="3" selection-start-column="15" selection-end-line="3" selection-end-column="15" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/resources/application-prod.yml">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="66">
|
||||
<caret line="3" column="15" selection-start-line="3" selection-start-column="15" selection-end-line="3" selection-end-column="15" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/main/java/com/bsd/say/service/impl/WeixinService.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state relative-caret-position="44">
|
||||
<caret line="228" column="30" lean-forward="true" selection-start-line="228" selection-start-column="30" selection-end-line="228" selection-end-column="30" />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/.gitignore">
|
||||
<provider selected="true" editor-type-id="text-editor" />
|
||||
</entry>
|
||||
</component>
|
||||
<component name="masterDetails">
|
||||
<states>
|
||||
<state key="ArtifactsStructureConfigurable.UI">
|
||||
<settings>
|
||||
<artifact-editor />
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
<state key="FacetStructureConfigurable.UI">
|
||||
<settings>
|
||||
<last-edited>Spring</last-edited>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
<state key="GlobalLibrariesConfigurable.UI">
|
||||
<settings>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
<state key="JdkListConfigurable.UI">
|
||||
<settings>
|
||||
<last-edited>1.8.0_211</last-edited>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
<state key="ModuleStructureConfigurable.UI">
|
||||
<settings>
|
||||
<last-edited>bsd-say</last-edited>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
<option value="0.6" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
<state key="ProjectLibrariesConfigurable.UI">
|
||||
<settings>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
</states>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,64 @@
|
||||
package com.bsd.say.service;
|
||||
|
||||
|
||||
/**
|
||||
* redicache 工具类
|
||||
*/
|
||||
public interface RedisService {
|
||||
|
||||
/**
|
||||
* 批量删除对应的value
|
||||
*
|
||||
* @param keys
|
||||
*/
|
||||
public void remove(final String... keys);
|
||||
|
||||
/**
|
||||
* 批量删除key
|
||||
*
|
||||
* @param pattern
|
||||
*/
|
||||
public void removePattern(final String pattern);
|
||||
|
||||
/**
|
||||
* 删除对应的value
|
||||
*
|
||||
* @param key
|
||||
*/
|
||||
public void remove(final String key);
|
||||
|
||||
|
||||
/**
|
||||
* 判断缓存中是否有对应的value
|
||||
*
|
||||
* @param key
|
||||
* @return
|
||||
*/
|
||||
public boolean exists(final String key);
|
||||
|
||||
/**
|
||||
* 读取缓存
|
||||
*
|
||||
* @param key
|
||||
* @return
|
||||
*/
|
||||
public Object get(final String key);
|
||||
|
||||
/**
|
||||
* 写入缓存
|
||||
*
|
||||
* @param key
|
||||
* @param value
|
||||
* @return
|
||||
*/
|
||||
public boolean set(final String key, Object value);
|
||||
|
||||
/**
|
||||
* 写入缓存
|
||||
*
|
||||
* @param key
|
||||
* @param value
|
||||
* @return
|
||||
*/
|
||||
public boolean set(final String key, Object value, Long expireTime);
|
||||
}
|
@ -0,0 +1,125 @@
|
||||
package com.bsd.say.service.impl;
|
||||
|
||||
import com.bsd.say.service.RedisService;
|
||||
import org.springframework.data.redis.core.RedisTemplate;
|
||||
import org.springframework.data.redis.core.ValueOperations;
|
||||
import org.springframework.stereotype.Service;
|
||||
import javax.annotation.Resource;
|
||||
import java.io.Serializable;
|
||||
import java.util.Set;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
* redicache 工具类
|
||||
*/
|
||||
@Service
|
||||
public class RedisServiceImpl implements RedisService {
|
||||
|
||||
@Resource
|
||||
private RedisTemplate redisTemplate;
|
||||
|
||||
/**
|
||||
* 批量删除对应的value
|
||||
*
|
||||
* @param keys
|
||||
*/
|
||||
public void remove(final String... keys) {
|
||||
for (String key : keys) {
|
||||
remove(key);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 批量删除key
|
||||
*
|
||||
* @param pattern
|
||||
*/
|
||||
public void removePattern(final String pattern) {
|
||||
|
||||
Set<Serializable> keys = redisTemplate.keys(pattern);
|
||||
if (keys.size() > 0)
|
||||
redisTemplate.delete(keys);
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除对应的value
|
||||
*
|
||||
* @param key
|
||||
*/
|
||||
public void remove(final String key) {
|
||||
|
||||
if (exists(key)) {
|
||||
redisTemplate.delete(key);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 判断缓存中是否有对应的value
|
||||
*
|
||||
* @param key
|
||||
* @return
|
||||
*/
|
||||
public boolean exists(final String key) {
|
||||
return redisTemplate.hasKey(key);
|
||||
}
|
||||
|
||||
/**
|
||||
* 读取缓存
|
||||
*
|
||||
* @param key
|
||||
* @return
|
||||
*/
|
||||
public Object get(final String key) {
|
||||
|
||||
Object result = null;
|
||||
ValueOperations<Serializable, Object> operations = redisTemplate.opsForValue();
|
||||
result = operations.get(key);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
* 写入缓存
|
||||
*
|
||||
* @param key
|
||||
* @param value
|
||||
* @return
|
||||
*/
|
||||
public boolean set(final String key, Object value) {
|
||||
boolean result = false;
|
||||
|
||||
try {
|
||||
|
||||
ValueOperations<Serializable, Object> operations = redisTemplate.opsForValue();
|
||||
operations.set(key, value);
|
||||
result = true;
|
||||
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
* 写入缓存
|
||||
*
|
||||
* @param key
|
||||
* @param value
|
||||
* @return
|
||||
*/
|
||||
public boolean set(final String key, Object value, Long expireTime) {
|
||||
|
||||
boolean result = false;
|
||||
try {
|
||||
ValueOperations<Serializable, Object> operations = redisTemplate.opsForValue();
|
||||
operations.set(key, value);
|
||||
redisTemplate.expire(key, expireTime, TimeUnit.SECONDS);
|
||||
result = true;
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,177 @@
|
||||
{
|
||||
"groups": [
|
||||
{
|
||||
"name": "wechat.redis",
|
||||
"type": "com.bsd.say.config.RedisProperies",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "wechat.redis.block-when-exhausted",
|
||||
"type": "java.lang.Boolean",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.client-name",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.connection-timeout",
|
||||
"type": "java.lang.Integer",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.database",
|
||||
"type": "java.lang.Integer",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies",
|
||||
"defaultValue": 4
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.eviction-policy",
|
||||
"type": "org.apache.commons.pool2.impl.EvictionPolicy<T>",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.eviction-policy-class-name",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.evictor-shutdown-timeout-millis",
|
||||
"type": "java.lang.Long",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.fairness",
|
||||
"type": "java.lang.Boolean",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.host",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies",
|
||||
"defaultValue": "111.229.204.101"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.hostname-verifier",
|
||||
"type": "javax.net.ssl.HostnameVerifier",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.jmx-enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.jmx-name-base",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.jmx-name-prefix",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.lifo",
|
||||
"type": "java.lang.Boolean",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.max-idle",
|
||||
"type": "java.lang.Integer",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.max-total",
|
||||
"type": "java.lang.Integer",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.max-wait-millis",
|
||||
"type": "java.lang.Long",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.min-evictable-idle-time-millis",
|
||||
"type": "java.lang.Long",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.min-idle",
|
||||
"type": "java.lang.Integer",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.num-tests-per-eviction-run",
|
||||
"type": "java.lang.Integer",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.password",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies",
|
||||
"defaultValue": "1qaz2wsx"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.port",
|
||||
"type": "java.lang.Integer",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies",
|
||||
"defaultValue": 63790
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.so-timeout",
|
||||
"type": "java.lang.Integer",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.soft-min-evictable-idle-time-millis",
|
||||
"type": "java.lang.Long",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.ssl",
|
||||
"type": "java.lang.Boolean",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.ssl-parameters",
|
||||
"type": "javax.net.ssl.SSLParameters",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.ssl-socket-factory",
|
||||
"type": "javax.net.ssl.SSLSocketFactory",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.test-on-borrow",
|
||||
"type": "java.lang.Boolean",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.test-on-create",
|
||||
"type": "java.lang.Boolean",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.test-on-return",
|
||||
"type": "java.lang.Boolean",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.test-while-idle",
|
||||
"type": "java.lang.Boolean",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
},
|
||||
{
|
||||
"name": "wechat.redis.time-between-eviction-runs-millis",
|
||||
"type": "java.lang.Long",
|
||||
"sourceType": "com.bsd.say.config.RedisProperies"
|
||||
}
|
||||
],
|
||||
"hints": []
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
spring:
|
||||
profiles:
|
||||
active: dev
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue