初始化
commit
b4ff68a3b9
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<annotationProcessing>
|
||||
<profile name="Maven default annotation processors profile" enabled="true">
|
||||
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<module name="bwie-es" />
|
||||
<module name="bwie-gateway" />
|
||||
<module name="bwie-system" />
|
||||
<module name="bwie-common" />
|
||||
<module name="bwie-auth" />
|
||||
<module name="bwie-order" />
|
||||
<module name="bwie-volume" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
</component>
|
||||
<component name="JavacSettings">
|
||||
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
|
||||
<module name="bwie-auth" options="-parameters" />
|
||||
<module name="bwie-common" options="-parameters" />
|
||||
<module name="bwie-es" options="-parameters" />
|
||||
<module name="bwie-gateway" options="-parameters" />
|
||||
<module name="bwie-module" options="" />
|
||||
<module name="bwie-order" options="-parameters" />
|
||||
<module name="bwie-system" options="-parameters" />
|
||||
<module name="bwie-volume" options="-parameters" />
|
||||
<module name="month" options="" />
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RemoteRepositoriesConfiguration">
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Central Repository" />
|
||||
<option name="url" value="http://maven.aliyun.com/nexus/content/groups/public/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Maven Central repository" />
|
||||
<option name="url" value="https://repo1.maven.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="jboss.community" />
|
||||
<option name="name" value="JBoss Community repository" />
|
||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
||||
</remote-repository>
|
||||
</component>
|
||||
</project>
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,303 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AutoImportSettings">
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="b53f2696-59f9-40b5-866a-187820834b42" name="更改" comment="">
|
||||
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/.gitignore" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/restkit/RESTKit_CommonSetting.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-auth/pom.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/java/com/bwie/auth/AuthApplication.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/java/com/bwie/auth/controller/AuthController.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/java/com/bwie/auth/remote/AuthRemote.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/java/com/bwie/auth/remote/impl/Fusing.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/java/com/bwie/auth/service/AuthService.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/java/com/bwie/auth/service/impl/AuthServiceImpl.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/resources/bootstrap.yml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/pom.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/aop/Aop.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/config/RabbitMQConfig.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/constants/Constants.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/constants/JwtConstants.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/constants/RabbitMQQueueNameConstants.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/constants/TokenConstants.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/domain/Consign.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/domain/Order.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/domain/User.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/domain/Volume.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/domain/request/OrderRequest.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/domain/request/UserRequest.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/domain/request/VolumeRequest.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/domain/response/TokenResponse.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/exception/CustomException.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/handle/GlobalExceptionHandler.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/result/PageResult.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/result/Result.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/utils/JwtUtils.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/utils/StringUtils.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/utils/TelSmsUtils.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-gateway/pom.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-gateway/src/main/java/com/bwie/gateway/GatewayApplication.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-gateway/src/main/java/com/bwie/gateway/config/IgnoreWhiteConfig.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-gateway/src/main/java/com/bwie/gateway/filters/AuthFilter.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-gateway/src/main/java/com/bwie/gateway/utils/GatewayUtils.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-gateway/src/main/resources/bootstrap.yml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/pom.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/src/main/java/com/bwie/es/EsApplication.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/src/main/java/com/bwie/es/config/ConfirmCallbackConfig.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/src/main/java/com/bwie/es/config/InitESRestHighLevelClient.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/src/main/java/com/bwie/es/config/ReturnCallbackConfig.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/src/main/java/com/bwie/es/consumer/VolumeConsumer.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/src/main/java/com/bwie/es/controller/EsController.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/src/main/java/com/bwie/es/remote/VolumeRemote.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/src/main/java/com/bwie/es/remote/impl/Fusing.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/src/main/java/com/bwie/es/service/EsService.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/src/main/java/com/bwie/es/service/impl/EsServiceImpl.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/src/main/java/com/bwie/es/synchronous/EsVolume.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/src/main/resources/bootstrap.yml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-es/src/main/resources/mapper/LoginMapper.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-order/pom.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-order/src/main/java/com/bwie/order/OrderApplication.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-order/src/main/java/com/bwie/order/controller/OrderController.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-order/src/main/java/com/bwie/order/mapper/OrderMapper.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-order/src/main/java/com/bwie/order/service/OrderService.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-order/src/main/java/com/bwie/order/service/impl/OrderServiceImpl.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-order/src/main/java/com/bwie/order/synchronization/Timing.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-order/src/main/resources/bootstrap.yml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-order/src/main/resources/mapper/OrderMapper.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-system/pom.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-system/src/main/java/com/bwie/system/SystemApplication.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-system/src/main/java/com/bwie/system/controller/UserController.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-system/src/main/java/com/bwie/system/mapper/UserMapper.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-system/src/main/java/com/bwie/system/service/UserService.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-system/src/main/java/com/bwie/system/service/impl/UserServiceImpl.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-system/src/main/resources/bootstrap.yml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-system/src/main/resources/mapper/LoginMapper.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/pom.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/src/main/java/com/bwie/volume/VolumeApplication.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/src/main/java/com/bwie/volume/controller/VolumeController.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/src/main/java/com/bwie/volume/mapper/ConsignMapper.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/src/main/java/com/bwie/volume/mapper/VolumeMapper.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/src/main/java/com/bwie/volume/remote/OrderRemote.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/src/main/java/com/bwie/volume/remote/impl/Fusing.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/src/main/java/com/bwie/volume/service/ConsignService.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/src/main/java/com/bwie/volume/service/VolumeService.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/src/main/java/com/bwie/volume/service/impl/ConsignServiceImpl.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/src/main/java/com/bwie/volume/service/impl/VolumeServiceImpl.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/src/main/resources/bootstrap.yml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/src/main/resources/mapper/ConsignMapper.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/bwie-volume/src/main/resources/mapper/VolumeMapper.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/bwie-module/pom.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
||||
</list>
|
||||
<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="FileTemplateManagerImpl">
|
||||
<option name="RECENT_TEMPLATES">
|
||||
<list>
|
||||
<option value="Interface" />
|
||||
<option value="Class" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="Git.Settings">
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="MavenImportPreferences">
|
||||
<option name="generalSettings">
|
||||
<MavenGeneralSettings>
|
||||
<option name="mavenHome" value="D:\maven\apache-maven-3.6.3" />
|
||||
<option name="userSettingsFile" value="D:\maven\apache-maven-3.6.3\conf\settings.xml" />
|
||||
</MavenGeneralSettings>
|
||||
</option>
|
||||
<option name="importingSettings">
|
||||
<MavenImportingSettings>
|
||||
<option name="jdkForImporter" value="#JAVA_HOME" />
|
||||
</MavenImportingSettings>
|
||||
</option>
|
||||
</component>
|
||||
<component name="MavenRunner">
|
||||
<option name="delegateBuildToMaven" value="true" />
|
||||
<option name="jreName" value="#JAVA_HOME" />
|
||||
<option name="skipTests" value="true" />
|
||||
</component>
|
||||
<component name="ProjectColorInfo"><![CDATA[{
|
||||
"associatedIndex": 8
|
||||
}]]></component>
|
||||
<component name="ProjectId" id="2kXKiG404FmhuVeSdDvmyLjNp9O" />
|
||||
<component name="ProjectViewState">
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent"><![CDATA[{
|
||||
"keyToString": {
|
||||
"ApiPost:METDOD_SEND_RECORD:bwie-auth": "{\"/sendCode\":[{\"url\":\"http://localhost:9001/sendCode\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"description\":\"\",\"is_checked\":1.0,\"key\":\"phone\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"15937862597\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9001/sendCode?phone\\u003d15937862597\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Aug 12 10:02:10 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dInternal Server Error, status\\u003d500).\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":8.0,\"day\":12.0},\"time\":{\"hour\":10.0,\"minute\":2.0,\"second\":10.0,\"nano\":4.342204E8}}},{\"url\":\"http://localhost:9001/sendCode\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"description\":\"\",\"is_checked\":1.0,\"key\":\"phone\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"15937862597\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": null\\n}\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":8.0,\"day\":12.0},\"time\":{\"hour\":10.0,\"minute\":4.0,\"second\":24.0,\"nano\":9.708711E8}}},{\"url\":\"http://localhost:9001/sendCode\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"description\":\"\",\"is_checked\":1.0,\"key\":\"phone\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"18995207752\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": null\\n}\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":8.0,\"day\":12.0},\"time\":{\"hour\":12.0,\"minute\":30.0,\"second\":36.0,\"nano\":9.37749E8}}}],\"/login\":[{\"url\":\"http://localhost:9001/login\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"phone\\\": \\\"15937862597\\\",\\n \\\"code\\\": \\\"8947\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": {\\n \\\"token\\\": \\\"eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2tleSI6ImIxNGIyM2RhM2EwMzRlMDhiNjZlYTc0NjlhNGZmMTU3In0.W6asNuAmC7cszJaI9lhu7JKc1zhebaSWU2c0f2G6U4HzFGA8HdREwSnjOwGdOsCQ68IfRd-oqL1VFk6WBNor2A\\\",\\n \\\"expireTime\\\": \\\"30MINUTES\\\"\\n }\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":8.0,\"day\":12.0},\"time\":{\"hour\":10.0,\"minute\":4.0,\"second\":42.0,\"nano\":7.577581E8}}},{\"url\":\"http://localhost:9001/login\",\"header\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"phone\\\": \\\"18995207752\\\",\\n \\\"code\\\": \\\"0689\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": {\\n \\\"token\\\": \\\"eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2tleSI6ImY2ODJhOTU4MzQzMDQzMTI5YzU1NWJiYmEwMWM4NmY0In0.96XQ5DSqplcWMPDmPlSuxNjPjfxhSKPGsJKKPUS5bSsyzP18z3V75G8F_zDN6AyhP5kJ2I-daexoIxsG9TsAtw\\\",\\n \\\"expireTime\\\": \\\"30MINUTES\\\"\\n }\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024,\"month\":8,\"day\":12},\"time\":{\"hour\":12,\"minute\":30,\"second\":57,\"nano\":252451100}}}]}",
|
||||
"ApiPost:METDOD_SEND_RECORD:bwie-es": "{\"/esList\":[{\"url\":\"http://localhost:9004/esList\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"volumeInventory\\\": 1\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": []\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":8.0,\"day\":12.0},\"time\":{\"hour\":12.0,\"minute\":33.0,\"second\":4.0,\"nano\":7.210901E8}}},{\"url\":\"http://localhost:9004/esList\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"volumeName\\\": \\\"QQ\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": [\\n {\\n \\\"volumeId\\\": 4,\\n \\\"volumeCode\\\": \\\"gfds6g2df\\\",\\n \\\"volumeName\\\": \\\"\\u003cspan style\\u003d\\\\\\\"color:red;\\\\\\\"\\u003eQQ\\u003c/span\\u003e超级会员-链接兑换\\\",\\n \\\"volumePrice\\\": 6.3,\\n \\\"volumeInventory\\\": 18,\\n \\\"volumeType\\\": 5,\\n \\\"volumeFlag\\\": null\\n }\\n ]\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":8.0,\"day\":12.0},\"time\":{\"hour\":12.0,\"minute\":33.0,\"second\":27.0,\"nano\":5.717695E8}}},{\"url\":\"http://localhost:9004/esList\",\"header\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"volumeInventory\\\": 99\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": [\\n {\\n \\\"volumeId\\\": 1,\\n \\\"volumeCode\\\": \\\"ds5f1sd5f5s\\\",\\n \\\"volumeName\\\": \\\"bilibili大会员月卡\\\",\\n \\\"volumePrice\\\": 13.0,\\n \\\"volumeInventory\\\": 99,\\n \\\"volumeType\\\": 3,\\n \\\"volumeFlag\\\": null\\n }\\n ]\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024,\"month\":8,\"day\":12},\"time\":{\"hour\":12,\"minute\":33,\"second\":41,\"nano\":189663000}}}]}",
|
||||
"Maven.bwie-auth [install].executor": "Run",
|
||||
"Maven.bwie-es [install].executor": "Run",
|
||||
"Maven.bwie-gateway [install].executor": "Run",
|
||||
"Maven.bwie-order [install].executor": "Run",
|
||||
"Maven.bwie-system [install].executor": "Run",
|
||||
"Maven.bwie-volume [clean].executor": "Run",
|
||||
"Maven.bwie-volume [install].executor": "Run",
|
||||
"Maven.month [clean].executor": "Run",
|
||||
"Maven.month [install].executor": "Run",
|
||||
"RequestMappingsPanelOrder0": "0",
|
||||
"RequestMappingsPanelOrder1": "1",
|
||||
"RequestMappingsPanelWidth0": "75",
|
||||
"RequestMappingsPanelWidth1": "75",
|
||||
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"Spring Boot.AuthApplication.executor": "Debug",
|
||||
"Spring Boot.EsApplication.executor": "Debug",
|
||||
"Spring Boot.GatewayApplication.executor": "Debug",
|
||||
"Spring Boot.OrderApplication.executor": "Debug",
|
||||
"Spring Boot.SystemApplication.executor": "Debug",
|
||||
"Spring Boot.VolumeApplication.executor": "Debug",
|
||||
"git-widget-placeholder": "master",
|
||||
"jdk.selected.JAVA_MODULE": "17",
|
||||
"kotlin-language-version-configured": "true",
|
||||
"last_opened_file_path": "C:/Users/86191/Desktop/month/bwie-module/bwie-volume/src/main/resources/mapper",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
"node.js.selected.package.tslint": "(autodetect)",
|
||||
"nodejs_package_manager_path": "npm",
|
||||
"project.structure.last.edited": "模块",
|
||||
"project.structure.proportion": "0.0",
|
||||
"project.structure.side.proportion": "0.0",
|
||||
"run.configurations.included.in.services": "true",
|
||||
"settings.editor.selected.configurable": "fileTemplates",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
}
|
||||
}]]></component>
|
||||
<component name="ReactorSettings">
|
||||
<option name="notificationShown" value="true" />
|
||||
</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="C:\Users\86191\Desktop\month\bwie-module\bwie-volume\src\main\resources\mapper" />
|
||||
<recent name="C:\Users\86191\Desktop\month\bwie-module\bwie-order\src\main\resources\mapper" />
|
||||
<recent name="C:\Users\86191\Desktop\month\bwie-module\bwie-order\src\main\resources" />
|
||||
<recent name="C:\Users\86191\Desktop\month\bwie-module\bwie-order\src\main\java\com\bwie\order" />
|
||||
<recent name="C:\Users\86191\Desktop\month\bwie-module\bwie-es\src\main\java\com\bwie\es\controller" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="RunDashboard">
|
||||
<option name="configurationTypes">
|
||||
<set>
|
||||
<option value="MicronautRunConfigurationType" />
|
||||
<option value="QuarkusRunConfigurationType" />
|
||||
<option value="SpringBootApplicationConfigurationType" />
|
||||
</set>
|
||||
</option>
|
||||
</component>
|
||||
<component name="RunManager" selected="Spring Boot.VolumeApplication">
|
||||
<configuration name="EsApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
||||
<module name="bwie-es" />
|
||||
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bwie.es.EsApplication" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.bwie.es.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="GatewayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
||||
<module name="bwie-gateway" />
|
||||
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bwie.gateway.GatewayApplication" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.bwie.gateway.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="OrderApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
||||
<module name="bwie-order" />
|
||||
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bwie.order.OrderApplication" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.bwie.order.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="SystemApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
||||
<module name="bwie-system" />
|
||||
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bwie.system.SystemApplication" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.bwie.system.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="VolumeApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
||||
<module name="bwie-volume" />
|
||||
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bwie.volume.VolumeApplication" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.bwie.volume.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<list>
|
||||
<item itemvalue="Spring Boot.OrderApplication" />
|
||||
<item itemvalue="Spring Boot.VolumeApplication" />
|
||||
<item itemvalue="Spring Boot.EsApplication" />
|
||||
<item itemvalue="Spring Boot.GatewayApplication" />
|
||||
<item itemvalue="Spring Boot.SystemApplication" />
|
||||
</list>
|
||||
<recent_temporary>
|
||||
<list>
|
||||
<item itemvalue="Spring Boot.GatewayApplication" />
|
||||
<item itemvalue="Spring Boot.EsApplication" />
|
||||
<item itemvalue="Spring Boot.VolumeApplication" />
|
||||
<item itemvalue="Spring Boot.OrderApplication" />
|
||||
<item itemvalue="Spring Boot.SystemApplication" />
|
||||
</list>
|
||||
</recent_temporary>
|
||||
</component>
|
||||
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
|
||||
<component name="TaskManager">
|
||||
<task active="true" id="Default" summary="Default task">
|
||||
<changelist id="b53f2696-59f9-40b5-866a-187820834b42" name="更改" comment="" />
|
||||
<created>1704938632481</created>
|
||||
<option name="number" value="Default" />
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1704938632481</updated>
|
||||
<workItem from="1704938648796" duration="496000" />
|
||||
<workItem from="1706862105094" duration="75000" />
|
||||
<workItem from="1706862283320" duration="772000" />
|
||||
<workItem from="1723424612145" duration="35847000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
<option name="version" value="3" />
|
||||
</component>
|
||||
</project>
|
Binary file not shown.
|
@ -0,0 +1,43 @@
|
|||
# Tomcat
|
||||
server:
|
||||
port: 9001
|
||||
# Spring
|
||||
spring:
|
||||
rabbitmq:
|
||||
host: 111.229.181.183
|
||||
port: 5672
|
||||
username: guest
|
||||
password: guest
|
||||
virtual-host: /
|
||||
listener:
|
||||
simple:
|
||||
retry:
|
||||
enabled: true
|
||||
prefetch: 1 #配置多劳多得 每次取出一条消息 消息完毕取下一条
|
||||
acknowledge-mode: manual #设置消费端手动ack确认
|
||||
publisher-confirm-type: correlated #确认消息已发送到交换机(exchange)或者broker
|
||||
publisher-returns: true #开启消息发送到队列的确认
|
||||
main:
|
||||
allow-circular-references: true #允许循环依赖
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
time-zone: GMT+8
|
||||
application:
|
||||
# 应用名称
|
||||
name: bwie-auth
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: dev
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 47.116.168.171:8848
|
||||
config:
|
||||
# 配置中心地址
|
||||
server-addr: 47.116.168.171:8848
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
shared-configs:
|
||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
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.
|
@ -0,0 +1,3 @@
|
|||
artifactId=bwie-auth
|
||||
groupId=com.bwie
|
||||
version=1.0-SNAPSHOT
|
|
@ -0,0 +1,8 @@
|
|||
com\bwie\auth\AuthApplication.class
|
||||
com\bwie\auth\controller\AuthController.class
|
||||
com\bwie\auth\remote\impl\Fusing.class
|
||||
com\bwie\auth\remote\impl\Fusing$1.class
|
||||
com\bwie\auth\service\impl\AuthServiceImpl$1.class
|
||||
com\bwie\auth\service\AuthService.class
|
||||
com\bwie\auth\remote\AuthRemote.class
|
||||
com\bwie\auth\service\impl\AuthServiceImpl.class
|
|
@ -0,0 +1,6 @@
|
|||
C:\Users\86191\Desktop\month\bwie-auth\src\main\java\com\bwie\auth\controller\AuthController.java
|
||||
C:\Users\86191\Desktop\month\bwie-auth\src\main\java\com\bwie\auth\service\AuthService.java
|
||||
C:\Users\86191\Desktop\month\bwie-auth\src\main\java\com\bwie\auth\remote\impl\Fusing.java
|
||||
C:\Users\86191\Desktop\month\bwie-auth\src\main\java\com\bwie\auth\service\impl\AuthServiceImpl.java
|
||||
C:\Users\86191\Desktop\month\bwie-auth\src\main\java\com\bwie\auth\remote\AuthRemote.java
|
||||
C:\Users\86191\Desktop\month\bwie-auth\src\main\java\com\bwie\auth\AuthApplication.java
|
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.
|
@ -0,0 +1,3 @@
|
|||
artifactId=bwie-common
|
||||
groupId=com.bwie
|
||||
version=1.0-SNAPSHOT
|
|
@ -0,0 +1,29 @@
|
|||
com\bwie\common\aop\Aop.class
|
||||
com\bwie\common\result\PageResult.class
|
||||
com\bwie\common\constants\RabbitMQQueueNameConstants.class
|
||||
com\bwie\common\domain\User.class
|
||||
com\bwie\common\domain\request\VolumeRequest$VolumeRequestBuilder.class
|
||||
com\bwie\common\exception\CustomException.class
|
||||
com\bwie\common\domain\User$UserBuilder.class
|
||||
com\bwie\common\domain\response\TokenResponse$TokenResponseBuilder.class
|
||||
com\bwie\common\utils\JwtUtils.class
|
||||
com\bwie\common\domain\response\TokenResponse.class
|
||||
com\bwie\common\constants\Constants.class
|
||||
com\bwie\common\domain\Consign$ConsignBuilder.class
|
||||
com\bwie\common\domain\Volume$VolumeBuilder.class
|
||||
com\bwie\common\domain\Order.class
|
||||
com\bwie\common\domain\request\UserRequest$UserRequestBuilder.class
|
||||
com\bwie\common\domain\Consign.class
|
||||
com\bwie\common\config\RabbitMQConfig.class
|
||||
com\bwie\common\utils\TelSmsUtils.class
|
||||
com\bwie\common\utils\StringUtils.class
|
||||
com\bwie\common\constants\JwtConstants.class
|
||||
com\bwie\common\domain\request\OrderRequest$OrderRequestBuilder.class
|
||||
com\bwie\common\constants\TokenConstants.class
|
||||
com\bwie\common\domain\Volume.class
|
||||
com\bwie\common\handle\GlobalExceptionHandler.class
|
||||
com\bwie\common\domain\request\OrderRequest.class
|
||||
com\bwie\common\result\Result.class
|
||||
com\bwie\common\domain\request\VolumeRequest.class
|
||||
com\bwie\common\domain\Order$OrderBuilder.class
|
||||
com\bwie\common\domain\request\UserRequest.class
|
|
@ -0,0 +1,21 @@
|
|||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\domain\Order.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\domain\User.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\utils\TelSmsUtils.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\exception\CustomException.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\result\PageResult.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\domain\Volume.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\aop\Aop.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\domain\Consign.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\domain\request\UserRequest.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\config\RabbitMQConfig.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\constants\Constants.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\constants\TokenConstants.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\utils\StringUtils.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\utils\JwtUtils.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\constants\JwtConstants.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\handle\GlobalExceptionHandler.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\domain\response\TokenResponse.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\result\Result.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\constants\RabbitMQQueueNameConstants.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\domain\request\VolumeRequest.java
|
||||
C:\Users\86191\Desktop\month\bwie-common\src\main\java\com\bwie\common\domain\request\OrderRequest.java
|
Binary file not shown.
|
@ -0,0 +1,29 @@
|
|||
# Tomcat
|
||||
server:
|
||||
port: 18080
|
||||
# Spring
|
||||
spring:
|
||||
application:
|
||||
# 应用名称
|
||||
name: bwie-gateway
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: dev
|
||||
main:
|
||||
# 允许使用循环引用
|
||||
allow-circular-references: true
|
||||
# 允许定义相同的bean对象 去覆盖原有的
|
||||
allow-bean-definition-overriding: true
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 47.116.168.171:8848
|
||||
config:
|
||||
# 配置中心地址
|
||||
server-addr: 47.116.168.171:8848
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
shared-configs:
|
||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
artifactId=bwie-gateway
|
||||
groupId=com.bwie
|
||||
version=1.0-SNAPSHOT
|
|
@ -0,0 +1,4 @@
|
|||
com\bwie\gateway\GatewayApplication.class
|
||||
com\bwie\gateway\config\IgnoreWhiteConfig.class
|
||||
com\bwie\gateway\filters\AuthFilter.class
|
||||
com\bwie\gateway\utils\GatewayUtils.class
|
|
@ -0,0 +1,4 @@
|
|||
C:\Users\86191\Desktop\month\bwie-gateway\src\main\java\com\bwie\gateway\GatewayApplication.java
|
||||
C:\Users\86191\Desktop\month\bwie-gateway\src\main\java\com\bwie\gateway\filters\AuthFilter.java
|
||||
C:\Users\86191\Desktop\month\bwie-gateway\src\main\java\com\bwie\gateway\config\IgnoreWhiteConfig.java
|
||||
C:\Users\86191\Desktop\month\bwie-gateway\src\main\java\com\bwie\gateway\utils\GatewayUtils.java
|
Binary file not shown.
|
@ -0,0 +1,29 @@
|
|||
# Tomcat
|
||||
server:
|
||||
port: 9004
|
||||
# Spring
|
||||
spring:
|
||||
main:
|
||||
allow-circular-references: true
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
time-zone: GMT+8
|
||||
application:
|
||||
# 应用名称
|
||||
name: bwie-es
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: dev
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 47.116.168.171:8848
|
||||
config:
|
||||
# 配置中心地址
|
||||
server-addr: 47.116.168.171:8848
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
shared-configs:
|
||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
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.
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<!--
|
||||
1.在mybats的开发中namespace有特殊的意思,一定要是对应接口的全限定名
|
||||
通过namespace可以简历mapper.xml和接口之间的关系(名字不重要,位置不重要)
|
||||
-->
|
||||
<mapper namespace="com.bwie.system.mapper.UserMapper">
|
||||
|
||||
<!--根据手机号查询用户信息-->
|
||||
<select id="findByPhone" resultType="com.bwie.common.domain.User">
|
||||
select user_id,user_name,user_pwd,phone,user_role from t_user where phone = #{phone}
|
||||
</select>
|
||||
|
||||
<!--注册-->
|
||||
<insert id="register">
|
||||
insert into t_user(phone,user_name,user_pwd,user_role)
|
||||
values(#{phone},#{userName},#{userPwd},2)
|
||||
</insert>
|
||||
|
||||
</mapper>
|
|
@ -0,0 +1,3 @@
|
|||
artifactId=bwie-es
|
||||
groupId=com.bwie
|
||||
version=1.0-SNAPSHOT
|
|
@ -0,0 +1,12 @@
|
|||
com\bwie\es\service\EsService.class
|
||||
com\bwie\es\remote\VolumeRemote.class
|
||||
com\bwie\es\remote\impl\Fusing$1.class
|
||||
com\bwie\es\config\ConfirmCallbackConfig.class
|
||||
com\bwie\es\consumer\VolumeConsumer.class
|
||||
com\bwie\es\controller\EsController.class
|
||||
com\bwie\es\synchronous\EsVolume.class
|
||||
com\bwie\es\service\impl\EsServiceImpl.class
|
||||
com\bwie\es\config\InitESRestHighLevelClient.class
|
||||
com\bwie\es\remote\impl\Fusing.class
|
||||
com\bwie\es\config\ReturnCallbackConfig.class
|
||||
com\bwie\es\EsApplication.class
|
|
@ -0,0 +1,11 @@
|
|||
C:\Users\86191\Desktop\month\bwie-module\bwie-es\src\main\java\com\bwie\es\config\ConfirmCallbackConfig.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-es\src\main\java\com\bwie\es\consumer\VolumeConsumer.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-es\src\main\java\com\bwie\es\service\impl\EsServiceImpl.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-es\src\main\java\com\bwie\es\remote\VolumeRemote.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-es\src\main\java\com\bwie\es\synchronous\EsVolume.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-es\src\main\java\com\bwie\es\config\ReturnCallbackConfig.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-es\src\main\java\com\bwie\es\service\EsService.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-es\src\main\java\com\bwie\es\remote\impl\Fusing.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-es\src\main\java\com\bwie\es\config\InitESRestHighLevelClient.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-es\src\main\java\com\bwie\es\controller\EsController.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-es\src\main\java\com\bwie\es\EsApplication.java
|
Binary file not shown.
|
@ -0,0 +1,29 @@
|
|||
# Tomcat
|
||||
server:
|
||||
port: 9005
|
||||
# Spring
|
||||
spring:
|
||||
main:
|
||||
allow-circular-references: true
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
time-zone: GMT+8
|
||||
application:
|
||||
# 应用名称
|
||||
name: bwie-order
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: dev
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 47.116.168.171:8848
|
||||
config:
|
||||
# 配置中心地址
|
||||
server-addr: 47.116.168.171:8848
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
shared-configs:
|
||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<!--
|
||||
1.在mybats的开发中namespace有特殊的意思,一定要是对应接口的全限定名
|
||||
通过namespace可以简历mapper.xml和接口之间的关系(名字不重要,位置不重要)
|
||||
-->
|
||||
<mapper namespace="com.bwie.order.mapper.OrderMapper">
|
||||
|
||||
<!--批量添加订单记录-->
|
||||
<insert id="addOrder">
|
||||
INSERT INTO t_order(order_number,order_volume_name,order_time,order_price,order_flag,personal_amount)
|
||||
VALUES
|
||||
<foreach collection="orders" item="item" separator=",">
|
||||
(#{item.orderNumber},#{item.orderVolumeName},#{item.orderTime},#{item.orderPrice},#{item.orderFlag},#{item.personalAmount})
|
||||
</foreach>
|
||||
</insert>
|
||||
|
||||
|
||||
<!--查看订单-->
|
||||
<select id="queryOrder" resultType="com.bwie.common.domain.Order">
|
||||
SELECT
|
||||
order_id,
|
||||
order_number,
|
||||
order_volume_name,
|
||||
order_time,
|
||||
order_price,
|
||||
order_flag,
|
||||
personal_amount
|
||||
FROM
|
||||
t_order
|
||||
</select>
|
||||
|
||||
|
||||
<!--修改订单状态为完成-->
|
||||
<update id="updateOrderFlag">
|
||||
update t_order set order_flag = "完成" where order_id = #{orderId}
|
||||
</update>
|
||||
|
||||
<!--查询订单属于完成之外的状态-->
|
||||
<select id="selectOrderFlag" resultType="com.bwie.common.domain.Order">
|
||||
SELECT
|
||||
order_id,
|
||||
order_number,
|
||||
order_volume_name,
|
||||
order_time,
|
||||
order_price,
|
||||
order_flag,
|
||||
personal_amount
|
||||
FROM
|
||||
t_order
|
||||
where order_flag != "完成"
|
||||
</select>
|
||||
|
||||
</mapper>
|
|
@ -0,0 +1,3 @@
|
|||
artifactId=bwie-order
|
||||
groupId=com.bwie
|
||||
version=1.0-SNAPSHOT
|
|
@ -0,0 +1,6 @@
|
|||
com\bwie\order\OrderApplication.class
|
||||
com\bwie\order\synchronization\Timing.class
|
||||
com\bwie\order\service\impl\OrderServiceImpl.class
|
||||
com\bwie\order\service\OrderService.class
|
||||
com\bwie\order\mapper\OrderMapper.class
|
||||
com\bwie\order\controller\OrderController.class
|
|
@ -0,0 +1,6 @@
|
|||
C:\Users\86191\Desktop\month\bwie-module\bwie-order\src\main\java\com\bwie\order\service\impl\OrderServiceImpl.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-order\src\main\java\com\bwie\order\synchronization\Timing.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-order\src\main\java\com\bwie\order\controller\OrderController.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-order\src\main\java\com\bwie\order\mapper\OrderMapper.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-order\src\main\java\com\bwie\order\service\OrderService.java
|
||||
C:\Users\86191\Desktop\month\bwie-module\bwie-order\src\main\java\com\bwie\order\OrderApplication.java
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue