master
wudi 2024-03-15 15:21:28 +08:00
parent 317d32e8fa
commit 9f45da9924
232 changed files with 275 additions and 6363 deletions

View File

@ -5,8 +5,16 @@
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
<option value="$PROJECT_DIR$/boot-car-order/car-order-remote/pom.xml" />
<option value="$PROJECT_DIR$/boot-car-order/car-order-common/pom.xml" />
<option value="$PROJECT_DIR$/boot-car-order/pom.xml" />
</list>
</option>
<option name="ignoredFiles">
<set>
<option value="$PROJECT_DIR$/boot-mq/pom.xml" />
</set>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK" />
</project>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
</project>

View File

@ -4,8 +4,238 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="4ff1d9f5-2c42-4e1d-b888-deb3ee69a0d5" name="Changes" comment="计价">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<list default="true" id="4ff1d9f5-2c42-4e1d-b888-deb3ee69a0d5" name="Changes" comment="吴迪">
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/boot-auth/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-auth/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-core/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-core/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-datascope/target/classes/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-datascope/target/classes/com/boot/common/datascope/annotation/DataScope.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-datascope/target/classes/com/boot/common/datascope/aspect/DataScopeAspect.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-datascope/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-datascope/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-datasource/target/classes/com/boot/common/datasource/annotation/Master.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-datasource/target/classes/com/boot/common/datasource/annotation/Slave.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-datasource/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-datasource/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-log/target/classes/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-log/target/classes/com/boot/common/log/annotation/Log.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-log/target/classes/com/boot/common/log/aspect/LogAspect.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-log/target/classes/com/boot/common/log/enums/BusinessStatus.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-log/target/classes/com/boot/common/log/enums/BusinessType.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-log/target/classes/com/boot/common/log/enums/OperatorType.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-log/target/classes/com/boot/common/log/filter/PropertyPreExcludeFilter.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-log/target/classes/com/boot/common/log/service/AsyncLogService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-log/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-log/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-redis/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-redis/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-security/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-security/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-swagger/target/classes/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-swagger/target/classes/com/boot/common/swagger/annotation/EnableCustomSwagger2.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-swagger/target/classes/com/boot/common/swagger/config/SwaggerAutoConfiguration.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-swagger/target/classes/com/boot/common/swagger/config/SwaggerBeanPostProcessor.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-swagger/target/classes/com/boot/common/swagger/config/SwaggerProperties$Authorization.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-swagger/target/classes/com/boot/common/swagger/config/SwaggerProperties$AuthorizationScope.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-swagger/target/classes/com/boot/common/swagger/config/SwaggerProperties$Contact.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-swagger/target/classes/com/boot/common/swagger/config/SwaggerProperties.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-swagger/target/classes/com/boot/common/swagger/config/SwaggerWebConfiguration.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-swagger/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-common/boot-common-swagger/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/banner.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/bootstrap.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/BootGatewayApplication.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/config/CaptchaConfig.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/config/GatewayConfig.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/config/KaptchaTextCreator.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/config/RouterFunctionConfiguration.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/config/SwaggerProvider.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/config/properties/CaptchaProperties.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/config/properties/IgnoreWhiteProperties.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/config/properties/XssProperties.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/filter/AuthFilter.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/filter/BlackListUrlFilter$Config.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/filter/BlackListUrlFilter.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/filter/CacheRequestFilter$CacheRequestGatewayFilter.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/filter/CacheRequestFilter$Config.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/filter/CacheRequestFilter.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/filter/ValidateCodeFilter.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/filter/XssFilter$1.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/filter/XssFilter.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/handler/GatewayExceptionHandler.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/handler/SentinelFallbackHandler.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/handler/SwaggerHandler.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/handler/ValidateCodeHandler.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/service/ValidateCodeService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/com/boot/gateway/service/impl/ValidateCodeServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/classes/logback.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-gateway/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-remote/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-remote/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-server/target/classes/banner.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-server/target/classes/bootstrap.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-server/target/classes/com/boot/file/BootFileApplication.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-server/target/classes/com/boot/file/config/MinioConfig.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-server/target/classes/com/boot/file/config/ResourcesConfig.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-server/target/classes/com/boot/file/controller/SysFileController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-server/target/classes/com/boot/file/service/FastDfsSysFileServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-server/target/classes/com/boot/file/service/ISysFileService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-server/target/classes/com/boot/file/service/LocalSysFileServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-server/target/classes/com/boot/file/service/MinioSysFileServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-server/target/classes/logback.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-server/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-file/boot-file-server/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/banner.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/bootstrap.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/BootGenApplication.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/config/GenConfig.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/controller/GenController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/domain/GenTable.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/domain/GenTableColumn.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/mapper/GenTableColumnMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/mapper/GenTableMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/service/GenTableColumnServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/service/GenTableServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/service/IGenTableColumnService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/service/IGenTableService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/util/GenUtils.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/util/VelocityInitializer.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/com/boot/gen/util/VelocityUtils.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/logback.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/mapper/generator/GenTableColumnMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/mapper/generator/GenTableMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/java/controller.java.vm" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/java/domain.java.vm" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/java/mapper.java.vm" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/java/service.java.vm" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/java/serviceImpl.java.vm" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/java/sub-domain.java.vm" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/js/api.js.vm" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/sql/sql.vm" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/vue/index-tree.vue.vm" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/vue/index.vue.vm" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/vue/v3/index-tree.vue.vm" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/vue/v3/index.vue.vm" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/vue/v3/readme.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/classes/vm/xml/mapper.xml.vm" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-gen/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/banner.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/bootstrap.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/BootJobApplication.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/controller/SysJobController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/controller/SysJobLogController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/domain/SysJob.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/domain/SysJobLog.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/mapper/SysJobLogMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/mapper/SysJobMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/service/ISysJobLogService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/service/ISysJobService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/service/SysJobLogServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/service/SysJobServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/task/RyTask.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/util/AbstractQuartzJob.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/util/CronUtils.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/util/JobInvokeUtil.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/util/QuartzDisallowConcurrentExecution.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/util/QuartzJobExecution.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/com/boot/job/util/ScheduleUtils.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/logback.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/mapper/job/SysJobLogMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/classes/mapper/job/SysJobMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-job/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-remote/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-remote/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/banner.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/bootstrap.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/BootSystemApplication.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/controller/SysConfigController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/controller/SysDeptController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/controller/SysDictDataController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/controller/SysDictTypeController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/controller/SysLogininforController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/controller/SysMenuController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/controller/SysNoticeController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/controller/SysOperlogController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/controller/SysPostController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/controller/SysProfileController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/controller/SysRoleController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/controller/SysUserController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/controller/SysUserOnlineController.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysConfigMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysDeptMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysDictDataMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysDictTypeMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysLogininforMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysMenuMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysNoticeMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysOperLogMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysPostMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysRoleDeptMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysRoleMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysRoleMenuMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysUserMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysUserPostMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/mapper/SysUserRoleMapper.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/ISysConfigService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/ISysDeptService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/ISysDictDataService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/ISysDictTypeService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/ISysLogininforService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/ISysMenuService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/ISysNoticeService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/ISysOperLogService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/ISysPermissionService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/ISysPostService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/ISysRoleService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/ISysUserOnlineService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/ISysUserService.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/impl/SysConfigServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/impl/SysDeptServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/impl/SysDictDataServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/impl/SysDictTypeServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/impl/SysLogininforServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/impl/SysMenuServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/impl/SysNoticeServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/impl/SysOperLogServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/impl/SysPermissionServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/impl/SysPostServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/impl/SysRoleServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/impl/SysUserOnlineServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/com/boot/system/service/impl/SysUserServiceImpl.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/logback.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysConfigMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysDeptMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysDictDataMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysDictTypeMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysLogininforMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysMenuMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysNoticeMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysOperLogMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysPostMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysRoleDeptMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysRoleMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysRoleMenuMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysUserMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysUserPostMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/classes/mapper/system/SysUserRoleMapper.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-modules/boot-system/boot-system-server/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-visual/boot-monitor/target/classes/banner.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-visual/boot-monitor/target/classes/bootstrap.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-visual/boot-monitor/target/classes/com/boot/modules/monitor/BootMonitorApplication.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-visual/boot-monitor/target/classes/com/boot/modules/monitor/config/WebSecurityConfigurer.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-visual/boot-monitor/target/classes/logback.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-visual/boot-monitor/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/boot-visual/boot-monitor/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -31,29 +261,29 @@
<component name="ProjectViewState">
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
&quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
&quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
&quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
&quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
&quot;git-widget-placeholder&quot;: &quot;zhaokangyu&quot;,
&quot;jdk.selected.JAVA_MODULE&quot;: &quot;17&quot;,
&quot;last_opened_file_path&quot;: &quot;D:/car/boot-Cloud1/pom.xml&quot;,
&quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
&quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
&quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
&quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
&quot;project.structure.last.edited&quot;: &quot;Modules&quot;,
&quot;project.structure.proportion&quot;: &quot;0.0&quot;,
&quot;project.structure.side.proportion&quot;: &quot;0.29681978&quot;,
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RequestMappingsPanelOrder0": "0",
"RequestMappingsPanelOrder1": "1",
"RequestMappingsPanelWidth0": "75",
"RequestMappingsPanelWidth1": "75",
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"WebServerToolWindowFactoryState": "false",
"git-widget-placeholder": "master",
"jdk.selected.JAVA_MODULE": "17",
"last_opened_file_path": "D:/car/boot-Cloud1/pom.xml",
"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": "Modules",
"project.structure.proportion": "0.0",
"project.structure.side.proportion": "0.29681978",
"vue.rearranger.settings.migration": "true"
}
}</component>
}]]></component>
<component name="ReactorSettings">
<option name="notificationShown" value="true" />
</component>
@ -161,6 +391,17 @@
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="计价" />
<option name="LAST_COMMIT_MESSAGE" value="计价" />

View File

@ -1,7 +0,0 @@
com\boot\auth\service\SysRecordLogService.class
com\boot\auth\service\SysLoginService.class
com\boot\auth\controller\TokenController.class
com\boot\auth\form\RegisterBody.class
com\boot\auth\form\LoginBody.class
com\boot\auth\BootAuthApplication.class
com\boot\auth\service\SysPasswordService.class

View File

@ -1,7 +0,0 @@
C:\workspace\05five\ruoyi\boot-Cloud\boot-auth\src\main\java\com\boot\auth\BootAuthApplication.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-auth\src\main\java\com\boot\auth\service\SysPasswordService.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-auth\src\main\java\com\boot\auth\form\RegisterBody.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-auth\src\main\java\com\boot\auth\form\LoginBody.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-auth\src\main\java\com\boot\auth\controller\TokenController.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-auth\src\main\java\com\boot\auth\service\SysLoginService.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-auth\src\main\java\com\boot\auth\service\SysRecordLogService.java

View File

@ -1,80 +0,0 @@
com\boot\common\core\utils\JwtUtils.class
com\boot\common\core\constant\ScheduleConstants.class
com\boot\common\core\exception\file\FileSizeLimitExceededException.class
com\boot\common\core\utils\DateUtils.class
com\boot\common\core\xss\Xss.class
com\boot\common\core\exception\file\FileNameLengthLimitExceededException.class
com\boot\common\core\web\page\PageDomain.class
com\boot\common\core\exception\user\UserPasswordNotMatchException.class
com\boot\common\core\exception\ServiceException.class
com\boot\common\core\utils\uuid\Seq.class
com\boot\common\core\utils\file\FileUtils.class
com\boot\common\core\utils\StringUtils.class
com\boot\common\core\exception\file\InvalidExtensionException$InvalidFlashExtensionException.class
com\boot\common\core\utils\file\ImageUtils.class
com\boot\common\core\utils\reflect\ReflectUtils.class
com\boot\common\core\exception\UtilException.class
com\boot\common\core\web\domain\BaseEntity.class
com\boot\common\core\exception\auth\NotRoleException.class
com\boot\common\core\exception\file\InvalidExtensionException$InvalidVideoExtensionException.class
com\boot\common\core\exception\job\TaskException$Code.class
com\boot\common\core\utils\poi\ExcelUtil.class
com\boot\common\core\exception\user\UserException.class
com\boot\common\core\constant\GenConstants.class
com\boot\common\core\web\controller\BaseController.class
com\boot\common\core\constant\SecurityConstants.class
com\boot\common\core\enums\UserStatus.class
com\boot\common\core\utils\PageUtils.class
com\boot\common\core\annotation\Excel.class
com\boot\common\core\exception\file\FileUploadException.class
com\boot\common\core\constant\CacheConstants.class
com\boot\common\core\annotation\Excel$ColumnType.class
com\boot\common\core\exception\CaptchaException.class
com\boot\common\core\utils\sign\Base64.class
com\boot\common\core\constant\TokenConstants.class
com\boot\common\core\context\SecurityContextHolder.class
com\boot\common\core\utils\sql\SqlUtil.class
com\boot\common\core\exception\GlobalException.class
com\boot\common\core\constant\ScheduleConstants$Status.class
com\boot\common\core\exception\base\BaseException.class
com\boot\common\core\utils\bean\BeanUtils.class
com\boot\common\core\utils\bean\BeanValidators.class
com\boot\common\core\text\CharsetKit.class
com\boot\common\core\text\StrFormatter.class
com\boot\common\core\utils\SpringUtils.class
com\boot\common\core\exception\job\TaskException.class
com\boot\common\core\web\page\TableSupport.class
com\boot\common\core\exception\file\InvalidExtensionException$InvalidMediaExtensionException.class
com\boot\common\core\constant\ServiceNameConstants.class
com\boot\common\core\utils\file\FileTypeUtils.class
com\boot\common\core\annotation\Excel$Type.class
com\boot\common\core\exception\DemoModeException.class
com\boot\common\core\annotation\Excels.class
com\boot\common\core\web\page\TableDataInfo.class
com\boot\common\core\web\domain\TreeEntity.class
com\boot\common\core\utils\ExceptionUtil.class
com\boot\common\core\web\controller\BaseController$1.class
com\boot\common\core\utils\uuid\UUID$Holder.class
com\boot\common\core\utils\poi\ExcelHandlerAdapter.class
com\boot\common\core\domain\Result.class
com\boot\common\core\exception\PreAuthorizeException.class
com\boot\common\core\exception\CheckedException.class
com\boot\common\core\exception\file\FileException.class
com\boot\common\core\xss\XssValidator.class
com\boot\common\core\exception\file\InvalidExtensionException$InvalidImageExtensionException.class
com\boot\common\core\utils\uuid\IdUtils.class
com\boot\common\core\exception\InnerAuthException.class
com\boot\common\core\exception\file\InvalidExtensionException.class
com\boot\common\core\constant\Constants.class
com\boot\common\core\utils\ip\IpUtils.class
com\boot\common\core\utils\ServletUtils.class
com\boot\common\core\constant\HttpStatus.class
com\boot\common\core\exception\auth\NotLoginException.class
com\boot\common\core\text\Convert.class
com\boot\common\core\utils\uuid\UUID.class
com\boot\common\core\exception\auth\NotPermissionException.class
com\boot\common\core\utils\html\HTMLFilter.class
com\boot\common\core\constant\UserConstants.class
com\boot\common\core\exception\user\CaptchaExpireException.class
com\boot\common\core\utils\file\MimeTypeUtils.class
com\boot\common\core\utils\html\EscapeUtil.class

View File

@ -1,70 +0,0 @@
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\text\CharsetKit.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\web\domain\BaseEntity.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\DateUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\SpringUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\file\FileUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\constant\CacheConstants.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\constant\ScheduleConstants.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\uuid\IdUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\ip\IpUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\user\UserPasswordNotMatchException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\constant\TokenConstants.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\ExceptionUtil.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\xss\XssValidator.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\constant\HttpStatus.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\auth\NotLoginException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\poi\ExcelHandlerAdapter.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\constant\GenConstants.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\xss\Xss.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\sql\SqlUtil.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\StringUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\enums\UserStatus.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\UtilException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\user\CaptchaExpireException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\constant\SecurityConstants.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\web\domain\TreeEntity.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\web\page\TableDataInfo.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\poi\ExcelUtil.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\reflect\ReflectUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\constant\Constants.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\file\InvalidExtensionException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\file\ImageUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\bean\BeanValidators.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\text\StrFormatter.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\uuid\Seq.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\DemoModeException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\file\MimeTypeUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\html\EscapeUtil.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\constant\UserConstants.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\file\FileUploadException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\context\SecurityContextHolder.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\bean\BeanUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\PageUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\sign\Base64.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\CaptchaException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\file\FileException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\text\Convert.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\base\BaseException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\annotation\Excel.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\file\FileSizeLimitExceededException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\web\page\TableSupport.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\ServletUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\constant\ServiceNameConstants.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\GlobalException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\web\controller\BaseController.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\web\page\PageDomain.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\file\FileNameLengthLimitExceededException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\uuid\UUID.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\annotation\Excels.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\auth\NotRoleException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\InnerAuthException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\job\TaskException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\JwtUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\ServiceException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\user\UserException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\domain\Result.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\file\FileTypeUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\PreAuthorizeException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\auth\NotPermissionException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\exception\CheckedException.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-core\src\main\java\com\boot\common\core\utils\html\HTMLFilter.java

View File

@ -1,2 +0,0 @@
com\boot\common\datascope\aspect\DataScopeAspect.class
com\boot\common\datascope\annotation\DataScope.class

View File

@ -1,2 +0,0 @@
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-datascope\src\main\java\com\boot\common\datascope\annotation\DataScope.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-datascope\src\main\java\com\boot\common\datascope\aspect\DataScopeAspect.java

View File

@ -1,2 +0,0 @@
com\boot\common\datasource\annotation\Slave.class
com\boot\common\datasource\annotation\Master.class

View File

@ -1,2 +0,0 @@
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-datasource\src\main\java\com\boot\common\datasource\annotation\Slave.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-datasource\src\main\java\com\boot\common\datasource\annotation\Master.java

View File

@ -1,2 +0,0 @@
com.boot.common.log.service.AsyncLogService
com.boot.common.log.aspect.LogAspect

View File

@ -1,7 +0,0 @@
com\boot\common\log\enums\BusinessStatus.class
com\boot\common\log\enums\OperatorType.class
com\boot\common\log\filter\PropertyPreExcludeFilter.class
com\boot\common\log\aspect\LogAspect.class
com\boot\common\log\service\AsyncLogService.class
com\boot\common\log\annotation\Log.class
com\boot\common\log\enums\BusinessType.class

View File

@ -1,7 +0,0 @@
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-log\src\main\java\com\boot\common\log\filter\PropertyPreExcludeFilter.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-log\src\main\java\com\boot\common\log\annotation\Log.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-log\src\main\java\com\boot\common\log\service\AsyncLogService.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-log\src\main\java\com\boot\common\log\enums\OperatorType.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-log\src\main\java\com\boot\common\log\aspect\LogAspect.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-log\src\main\java\com\boot\common\log\enums\BusinessType.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-log\src\main\java\com\boot\common\log\enums\BusinessStatus.java

View File

@ -1,3 +0,0 @@
com\boot\common\redis\service\RedisService.class
com\boot\common\redis\configure\FastJson2JsonRedisSerializer.class
com\boot\common\redis\configure\RedisConfig.class

View File

@ -1,3 +0,0 @@
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-redis\src\main\java\com\boot\common\redis\configure\FastJson2JsonRedisSerializer.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-redis\src\main\java\com\boot\common\redis\configure\RedisConfig.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-redis\src\main\java\com\boot\common\redis\service\RedisService.java

View File

@ -1,20 +0,0 @@
com\boot\common\security\auth\AuthLogic.class
com\boot\common\security\annotation\RequiresRoles.class
com\boot\common\security\feign\FeignRequestInterceptor.class
com\boot\common\security\annotation\EnableCustomConfig.class
com\boot\common\security\utils\DictUtils.class
com\boot\common\security\annotation\RequiresLogin.class
com\boot\common\security\config\ApplicationConfig.class
com\boot\common\security\auth\AuthUtil.class
com\boot\common\security\config\WebMvcConfig.class
com\boot\common\security\feign\FeignAutoConfiguration.class
com\boot\common\security\annotation\RequiresPermissions.class
com\boot\common\security\service\TokenService.class
com\boot\common\security\annotation\Logical.class
com\boot\common\security\annotation\EnableRyFeignClients.class
com\boot\common\security\interceptor\HeaderInterceptor.class
com\boot\common\security\aspect\PreAuthorizeAspect.class
com\boot\common\security\utils\SecurityUtils.class
com\boot\common\security\annotation\InnerAuth.class
com\boot\common\security\aspect\InnerAuthAspect.class
com\boot\common\security\handler\GlobalExceptionHandler.class

View File

@ -1,20 +0,0 @@
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\handler\GlobalExceptionHandler.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\service\TokenService.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\annotation\EnableCustomConfig.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\feign\FeignAutoConfiguration.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\annotation\EnableRyFeignClients.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\annotation\InnerAuth.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\annotation\RequiresLogin.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\config\WebMvcConfig.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\aspect\InnerAuthAspect.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\annotation\RequiresRoles.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\auth\AuthLogic.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\utils\DictUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\utils\SecurityUtils.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\interceptor\HeaderInterceptor.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\annotation\RequiresPermissions.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\aspect\PreAuthorizeAspect.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\config\ApplicationConfig.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\auth\AuthUtil.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\feign\FeignRequestInterceptor.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-security\src\main\java\com\boot\common\security\annotation\Logical.java

View File

@ -1,3 +0,0 @@
# com.boot.common.swagger.config.SwaggerAutoConfiguration
# com.boot.common.swagger.config.SwaggerWebConfiguration
# com.boot.common.swagger.config.SwaggerBeanPostProcessor

View File

@ -1,8 +0,0 @@
com\boot\common\swagger\config\SwaggerProperties.class
com\boot\common\swagger\config\SwaggerAutoConfiguration.class
com\boot\common\swagger\config\SwaggerWebConfiguration.class
com\boot\common\swagger\annotation\EnableCustomSwagger2.class
com\boot\common\swagger\config\SwaggerProperties$AuthorizationScope.class
com\boot\common\swagger\config\SwaggerProperties$Contact.class
com\boot\common\swagger\config\SwaggerBeanPostProcessor.class
com\boot\common\swagger\config\SwaggerProperties$Authorization.class

View File

@ -1,5 +0,0 @@
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-swagger\src\main\java\com\boot\common\swagger\config\SwaggerProperties.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-swagger\src\main\java\com\boot\common\swagger\annotation\EnableCustomSwagger2.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-swagger\src\main\java\com\boot\common\swagger\config\SwaggerBeanPostProcessor.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-swagger\src\main\java\com\boot\common\swagger\config\SwaggerAutoConfiguration.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-common\boot-common-swagger\src\main\java\com\boot\common\swagger\config\SwaggerWebConfiguration.java

View File

@ -1,10 +0,0 @@
Spring Boot Version: ${spring-boot.version}
Spring Application Name: ${spring.application.name}
_ _
(_) | |
_ __ _ _ ___ _ _ _ ______ __ _ __ _ | |_ ___ __ __ __ _ _ _
| '__|| | | | / _ \ | | | || ||______| / _` | / _` || __| / _ \\ \ /\ / / / _` || | | |
| | | |_| || (_) || |_| || | | (_| || (_| || |_ | __/ \ V V / | (_| || |_| |
|_| \__,_| \___/ \__, ||_| \__, | \__,_| \__| \___| \_/\_/ \__,_| \__, |
__/ | __/ | __/ |
|___/ |___/ |___/

View File

@ -1,42 +0,0 @@
# Tomcat
server:
port: 8080
# Spring
spring:
application:
# 应用名称
name: boot-gateway
profiles:
# 环境配置
active: dev
cloud:
nacos:
discovery:
# 服务注册地址
server-addr: 122.152.215.207:8848
namespace: 305eac8a-d1bd-4c64-8945-ad0c19c359c5
config:
# 配置中心地址
server-addr: 122.152.215.207:8848
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
namespace: 305eac8a-d1bd-4c64-8945-ad0c19c359c5
sentinel:
# 取消控制台懒加载
eager: true
transport:
# 控制台地址
dashboard: 127.0.0.1:8718
# nacos配置持久化
datasource:
ds1:
nacos:
server-addr: 122.152.215.207:8848
dataId: sentinel-boot-gateway
groupId: DEFAULT_GROUP
data-type: json
rule-type: gw-flow

View File

@ -1,74 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="false">
<!-- 日志存放路径 -->
<property name="log.path" value="logs/boot-gateway" />
<!-- 日志输出格式 -->
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />
<!-- 控制台输出 -->
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>${log.pattern}</pattern>
</encoder>
</appender>
<!-- 系统日志输出 -->
<appender name="file_info" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${log.path}/info.log</file>
<!-- 循环政策:基于时间创建日志文件 -->
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!-- 日志文件名格式 -->
<fileNamePattern>${log.path}/info.%d{yyyy-MM-dd}.log</fileNamePattern>
<!-- 日志最大的历史 60天 -->
<maxHistory>60</maxHistory>
</rollingPolicy>
<encoder>
<pattern>${log.pattern}</pattern>
</encoder>
<filter class="ch.qos.logback.classic.filter.LevelFilter">
<!-- 过滤的级别 -->
<level>INFO</level>
<!-- 匹配时的操作:接收(记录) -->
<onMatch>ACCEPT</onMatch>
<!-- 不匹配时的操作:拒绝(不记录) -->
<onMismatch>DENY</onMismatch>
</filter>
</appender>
<appender name="file_error" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${log.path}/error.log</file>
<!-- 循环政策:基于时间创建日志文件 -->
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!-- 日志文件名格式 -->
<fileNamePattern>${log.path}/error.%d{yyyy-MM-dd}.log</fileNamePattern>
<!-- 日志最大的历史 60天 -->
<maxHistory>60</maxHistory>
</rollingPolicy>
<encoder>
<pattern>${log.pattern}</pattern>
</encoder>
<filter class="ch.qos.logback.classic.filter.LevelFilter">
<!-- 过滤的级别 -->
<level>ERROR</level>
<!-- 匹配时的操作:接收(记录) -->
<onMatch>ACCEPT</onMatch>
<!-- 不匹配时的操作:拒绝(不记录) -->
<onMismatch>DENY</onMismatch>
</filter>
</appender>
<!-- 系统模块日志级别控制 -->
<logger name="com.boot" level="info" />
<!-- Spring日志级别控制 -->
<logger name="org.springframework" level="warn" />
<root level="info">
<appender-ref ref="console" />
</root>
<!--系统操作日志-->
<root level="info">
<appender-ref ref="file_info" />
<appender-ref ref="file_error" />
</root>
</configuration>

View File

@ -1,24 +0,0 @@
com\boot\gateway\handler\SentinelFallbackHandler.class
com\boot\gateway\handler\ValidateCodeHandler.class
com\boot\gateway\config\properties\CaptchaProperties.class
com\boot\gateway\handler\GatewayExceptionHandler.class
com\boot\gateway\service\impl\ValidateCodeServiceImpl.class
com\boot\gateway\filter\BlackListUrlFilter.class
com\boot\gateway\BootGatewayApplication.class
com\boot\gateway\filter\AuthFilter.class
com\boot\gateway\handler\SwaggerHandler.class
com\boot\gateway\filter\CacheRequestFilter$Config.class
com\boot\gateway\filter\CacheRequestFilter.class
com\boot\gateway\filter\ValidateCodeFilter.class
com\boot\gateway\config\SwaggerProvider.class
com\boot\gateway\filter\CacheRequestFilter$CacheRequestGatewayFilter.class
com\boot\gateway\config\CaptchaConfig.class
com\boot\gateway\config\RouterFunctionConfiguration.class
com\boot\gateway\config\KaptchaTextCreator.class
com\boot\gateway\config\properties\IgnoreWhiteProperties.class
com\boot\gateway\filter\BlackListUrlFilter$Config.class
com\boot\gateway\filter\XssFilter$1.class
com\boot\gateway\config\GatewayConfig.class
com\boot\gateway\config\properties\XssProperties.class
com\boot\gateway\filter\XssFilter.class
com\boot\gateway\service\ValidateCodeService.class

View File

@ -1,20 +0,0 @@
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\service\impl\ValidateCodeServiceImpl.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\filter\BlackListUrlFilter.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\config\RouterFunctionConfiguration.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\config\CaptchaConfig.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\filter\AuthFilter.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\handler\SwaggerHandler.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\config\properties\XssProperties.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\config\GatewayConfig.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\handler\GatewayExceptionHandler.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\filter\XssFilter.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\BootGatewayApplication.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\config\properties\CaptchaProperties.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\config\KaptchaTextCreator.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\filter\ValidateCodeFilter.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\config\SwaggerProvider.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\service\ValidateCodeService.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\filter\CacheRequestFilter.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\config\properties\IgnoreWhiteProperties.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\handler\ValidateCodeHandler.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-gateway\src\main\java\com\boot\gateway\handler\SentinelFallbackHandler.java

View File

@ -1,2 +0,0 @@
com\boot\file\common\utils\FileUploadUtils.class
com\boot\file\common\domain\SysFile.class

View File

@ -1,2 +0,0 @@
C:\workspace\05five\ruoyi\boot-Cloud\boot-modules\boot-file\boot-file-common\src\main\java\com\boot\file\common\domain\SysFile.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-modules\boot-file\boot-file-common\src\main\java\com\boot\file\common\utils\FileUploadUtils.java

View File

@ -1,3 +0,0 @@
com\boot\file\remote\RemoteFileService.class
com\boot\file\remote\factory\RemoteFileFallbackFactory.class
com\boot\file\remote\factory\RemoteFileFallbackFactory$1.class

View File

@ -1,2 +0,0 @@
C:\workspace\05five\ruoyi\boot-Cloud\boot-modules\boot-file\boot-file-remote\src\main\java\com\boot\file\remote\factory\RemoteFileFallbackFactory.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-modules\boot-file\boot-file-remote\src\main\java\com\boot\file\remote\RemoteFileService.java

View File

@ -1,10 +0,0 @@
Spring Boot Version: ${spring-boot.version}
Spring Application Name: ${spring.application.name}
_ __ _ _
(_) / _|(_)| |
_ __ _ _ ___ _ _ _ ______ | |_ _ | | ___
| '__|| | | | / _ \ | | | || ||______|| _|| || | / _ \
| | | |_| || (_) || |_| || | | | | || || __/
|_| \__,_| \___/ \__, ||_| |_| |_||_| \___|
__/ |
|___/

View File

@ -1,27 +0,0 @@
# Tomcat
server:
port: 9300
# Spring
spring:
application:
# 应用名称
name: boot-file
profiles:
# 环境配置
active: dev
cloud:
nacos:
discovery:
# 服务注册地址
server-addr: 122.152.215.207:8848
namespace: 305eac8a-d1bd-4c64-8945-ad0c19c359c5
config:
# 配置中心地址
server-addr: 122.152.215.207:8848
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
namespace: 305eac8a-d1bd-4c64-8945-ad0c19c359c5

View File

@ -1,74 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="false">
<!-- 日志存放路径 -->
<property name="log.path" value="logs/boot-file" />
<!-- 日志输出格式 -->
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />
<!-- 控制台输出 -->
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>${log.pattern}</pattern>
</encoder>
</appender>
<!-- 系统日志输出 -->
<appender name="file_info" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${log.path}/info.log</file>
<!-- 循环政策:基于时间创建日志文件 -->
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!-- 日志文件名格式 -->
<fileNamePattern>${log.path}/info.%d{yyyy-MM-dd}.log</fileNamePattern>
<!-- 日志最大的历史 60天 -->
<maxHistory>60</maxHistory>
</rollingPolicy>
<encoder>
<pattern>${log.pattern}</pattern>
</encoder>
<filter class="ch.qos.logback.classic.filter.LevelFilter">
<!-- 过滤的级别 -->
<level>INFO</level>
<!-- 匹配时的操作:接收(记录) -->
<onMatch>ACCEPT</onMatch>
<!-- 不匹配时的操作:拒绝(不记录) -->
<onMismatch>DENY</onMismatch>
</filter>
</appender>
<appender name="file_error" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${log.path}/error.log</file>
<!-- 循环政策:基于时间创建日志文件 -->
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!-- 日志文件名格式 -->
<fileNamePattern>${log.path}/error.%d{yyyy-MM-dd}.log</fileNamePattern>
<!-- 日志最大的历史 60天 -->
<maxHistory>60</maxHistory>
</rollingPolicy>
<encoder>
<pattern>${log.pattern}</pattern>
</encoder>
<filter class="ch.qos.logback.classic.filter.LevelFilter">
<!-- 过滤的级别 -->
<level>ERROR</level>
<!-- 匹配时的操作:接收(记录) -->
<onMatch>ACCEPT</onMatch>
<!-- 不匹配时的操作:拒绝(不记录) -->
<onMismatch>DENY</onMismatch>
</filter>
</appender>
<!-- 系统模块日志级别控制 -->
<logger name="com.boot" level="info" />
<!-- Spring日志级别控制 -->
<logger name="org.springframework" level="warn" />
<root level="info">
<appender-ref ref="console" />
</root>
<!--系统操作日志-->
<root level="info">
<appender-ref ref="file_info" />
<appender-ref ref="file_error" />
</root>
</configuration>

View File

@ -1,8 +0,0 @@
com\boot\file\config\ResourcesConfig.class
com\boot\file\service\ISysFileService.class
com\boot\file\BootFileApplication.class
com\boot\file\controller\SysFileController.class
com\boot\file\service\MinioSysFileServiceImpl.class
com\boot\file\config\MinioConfig.class
com\boot\file\service\FastDfsSysFileServiceImpl.class
com\boot\file\service\LocalSysFileServiceImpl.class

View File

@ -1,8 +0,0 @@
C:\workspace\05five\ruoyi\boot-Cloud\boot-modules\boot-file\boot-file-server\src\main\java\com\boot\file\config\ResourcesConfig.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-modules\boot-file\boot-file-server\src\main\java\com\boot\file\service\LocalSysFileServiceImpl.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-modules\boot-file\boot-file-server\src\main\java\com\boot\file\service\ISysFileService.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-modules\boot-file\boot-file-server\src\main\java\com\boot\file\BootFileApplication.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-modules\boot-file\boot-file-server\src\main\java\com\boot\file\service\MinioSysFileServiceImpl.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-modules\boot-file\boot-file-server\src\main\java\com\boot\file\config\MinioConfig.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-modules\boot-file\boot-file-server\src\main\java\com\boot\file\service\FastDfsSysFileServiceImpl.java
C:\workspace\05five\ruoyi\boot-Cloud\boot-modules\boot-file\boot-file-server\src\main\java\com\boot\file\controller\SysFileController.java

View File

@ -1,10 +0,0 @@
Spring Boot Version: ${spring-boot.version}
Spring Application Name: ${spring.application.name}
_
(_)
_ __ _ _ ___ _ _ _ ______ __ _ ___ _ __
| '__|| | | | / _ \ | | | || ||______| / _` | / _ \| '_ \
| | | |_| || (_) || |_| || | | (_| || __/| | | |
|_| \__,_| \___/ \__, ||_| \__, | \___||_| |_|
__/ | __/ |
|___/ |___/

View File

@ -1,27 +0,0 @@
# Tomcat
server:
port: 9202
# Spring
spring:
application:
# 应用名称
name: boot-gen
profiles:
# 环境配置
active: dev
cloud:
nacos:
discovery:
# 服务注册地址
server-addr: 122.152.215.207:8848
namespace: 305eac8a-d1bd-4c64-8945-ad0c19c359c5
config:
# 配置中心地址
server-addr: 122.152.215.207:8848
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
namespace: 305eac8a-d1bd-4c64-8945-ad0c19c359c5

Some files were not shown because too many files have changed in this diff Show More