1.0
xin
2025-04-15 e718afd02965c6a4018506acb1ae99baca0c5645
refs
author xin <1099200748@qq.com>
Tuesday, April 15, 2025 18:40 +0800
committer xin <1099200748@qq.com>
Tuesday, April 15, 2025 18:40 +0800
commite718afd02965c6a4018506acb1ae99baca0c5645
tree aaa51b7cd3641742cdd1d7f2bdefed0f3d421e59 tree | zip | gz
parent 09bd092ada02a42c8e4be6a1fbb8a7c17c3c7d38 view | diff
1.0
230 files added
1 files modified
16649 ■■■■■ changed files
.idea/.gitignore 8 ●●●●● diff | view | raw | blame | history
.idea/compiler.xml 27 ●●●●● diff | view | raw | blame | history
.idea/dataSources.xml 18 ●●●●● diff | view | raw | blame | history
.idea/encodings.xml 13 ●●●●● diff | view | raw | blame | history
.idea/inspectionProfiles/Project_Default.xml 8 ●●●●● diff | view | raw | blame | history
.idea/jarRepositories.xml 25 ●●●●● diff | view | raw | blame | history
.idea/misc.xml 12 ●●●●● diff | view | raw | blame | history
.idea/sqldialects.xml 7 ●●●●● diff | view | raw | blame | history
LICENSE 191 ●●●●● diff | view | raw | blame | history
README.md 86 ●●●●● diff | view | raw | blame | history
oying-common/pom.xml 24 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/Limit.java 34 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/rest/AnonymousAccess.java 15 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/rest/AnonymousDeleteMapping.java 74 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/rest/AnonymousGetMapping.java 73 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/rest/AnonymousPatchMapping.java 74 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/rest/AnonymousPostMapping.java 74 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/rest/AnonymousPutMapping.java 74 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/aspect/LimitAspect.java 85 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/aspect/LimitType.java 12 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/base/BaseEntity.java 65 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/AsyncExecutor.java 80 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/AuthorityConfig.java 27 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/RedisConfiguration.java 176 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/RedissonConfiguration.java 56 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/RemoveDruidAdConfig.java 77 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/mybatis/CustomP6SpyLogger.java 47 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/mybatis/MyMetaObjectHandler.java 40 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/mybatis/MybatisPlusConfig.java 27 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/properties/FileProperties.java 45 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/properties/RsaProperties.java 22 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/webConfig/ConfigurerAdapter.java 82 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/webConfig/MultipartConfig.java 32 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/webConfig/QueryCustomizer.java 18 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/webConfig/SwaggerConfig.java 152 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/webConfig/WebSocketConfig.java 18 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/exception/BadRequestException.java 25 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/exception/EntityExistException.java 19 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/exception/EntityNotFoundException.java 19 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/exception/handler/ApiError.java 34 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/exception/handler/GlobalExceptionHandler.java 97 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/AnonTagUtils.java 87 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/BigDecimalUtils.java 128 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/CacheKey.java 51 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/CloseUtil.java 31 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/DateUtil.java 153 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/ElConstant.java 19 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/EncryptUtils.java 81 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/FileUtil.java 394 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/PageResult.java 21 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/PageUtil.java 55 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/RedisUtils.java 789 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/RequestHolder.java 18 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/RsaUtils.java 198 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/SecurityUtils.java 129 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/SpringBeanHolder.java 157 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/StringUtils.java 228 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/ThrowableUtil.java 22 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/enums/CodeBiEnum.java 35 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/enums/CodeEnum.java 31 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/enums/DataScopeEnum.java 38 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/enums/RequestMethodEnum.java 58 ●●●●● diff | view | raw | blame | history
oying-generator/pom.xml 37 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/domain/ColumnInfo.java 62 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/domain/GenConfig.java 63 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/domain/dto/TableInfo.java 34 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/mapper/ColumnInfoMapper.java 24 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/mapper/GenConfigMapper.java 16 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/rest/GenConfigController.java 36 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/rest/GeneratorController.java 86 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/service/GenConfigService.java 26 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/service/GeneratorService.java 79 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/service/impl/GenConfigServiceImpl.java 54 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/service/impl/GeneratorServiceImpl.java 150 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/utils/ColUtil.java 39 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/utils/GenUtil.java 402 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/resources/gen.properties 27 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/resources/mapper/ColumnInfoMapper.xml 49 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/resources/mapper/GenConfigMapper.xml 27 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/Controller.ftl 73 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/Entity.ftl 72 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/Mapper-xml.ftl 62 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/Mapper.ftl 22 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/QueryCriteria.ftl 43 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/Service.ftl 60 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/ServiceImpl.ftl 90 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/resources/template/front/api.ftl 27 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/resources/template/front/index.ftl 169 ●●●●● diff | view | raw | blame | history
oying-logging/pom.xml 20 ●●●●● diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/annotation/Log.java 16 ●●●●● diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/aspect/LogAspect.java 87 ●●●●● diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/domain/SysLog.java 66 ●●●●● diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/domain/dto/SysLogQueryCriteria.java 33 ●●●●● diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/mapper/SysLogMapper.java 30 ●●●●● diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/rest/SysLogController.java 100 ●●●●● diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/service/SysLogService.java 77 ●●●●● diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/service/impl/SysLogServiceImpl.java 169 ●●●●● diff | view | raw | blame | history
oying-logging/src/main/resources/mapper/SysLogMapper.xml 69 ●●●●● diff | view | raw | blame | history
oying-system/pom.xml 100 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/AppRun.java 51 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/config/JobRunner.java 36 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/config/QuartzConfig.java 51 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/domain/QuartzJob.java 70 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/domain/QuartzLog.java 48 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/domain/dto/QuartzJobQueryCriteria.java 29 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/mapper/QuartzJobMapper.java 26 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/mapper/QuartzLogMapper.java 23 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/rest/QuartzJobController.java 132 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/service/QuartzJobService.java 105 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/service/impl/QuartzJobServiceImpl.java 176 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/task/TestTask.java 26 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/utils/ExecutionJob.java 116 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/utils/QuartzManage.java 162 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/utils/QuartzRunnable.java 43 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/config/CaptchaConfig.java 120 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/config/LoginProperties.java 24 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/config/SecurityProperties.java 61 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/config/SpringSecurityConfig.java 119 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/config/enums/LoginCodeEnum.java 31 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/rest/AuthController.java 139 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/rest/OnlineController.java 55 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/security/JwtAccessDeniedHandler.java 28 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/security/JwtAuthenticationEntryPoint.java 31 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/security/TokenConfigurer.java 26 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/security/TokenFilter.java 77 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/security/TokenProvider.java 131 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/OnlineUserService.java 133 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/UserCacheManager.java 70 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/UserDetailsServiceImpl.java 50 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/dto/AuthUserDto.java 29 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/dto/AuthorityDto.java 21 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/dto/JwtUserDto.java 69 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/dto/OnlineUserDto.java 44 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/Dept.java 92 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/Dict.java 34 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/DictDetail.java 44 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/Job.java 57 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/Menu.java 111 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/Role.java 74 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/User.java 105 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/DeptQueryCriteria.java 32 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/DictDetailQueryCriteria.java 24 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/DictQueryCriteria.java 21 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/JobQueryCriteria.java 31 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/MenuMetaVo.java 24 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/MenuQueryCriteria.java 26 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/MenuVo.java 39 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/RoleQueryCriteria.java 29 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/UserPassVo.java 19 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/UserQueryCriteria.java 44 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/DeptMapper.java 32 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/DictDetailMapper.java 25 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/DictMapper.java 22 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/JobMapper.java 26 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/MenuMapper.java 39 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/RoleDeptMapper.java 19 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/RoleMapper.java 37 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/RoleMenuMapper.java 21 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/UserJobMapper.java 20 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/UserMapper.java 53 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/UserRoleMapper.java 19 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/DeptController.java 112 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/DictController.java 87 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/DictDetailController.java 82 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/JobController.java 81 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/LimitController.java 32 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/MenuController.java 138 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/MonitorController.java 30 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/RoleController.java 139 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/UserController.java 197 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/VerifyController.java 61 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/DataService.java 20 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/DeptService.java 110 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/DictDetailService.java 50 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/DictService.java 61 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/JobService.java 74 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/MenuService.java 104 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/MonitorService.java 16 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/RoleService.java 116 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/UserService.java 121 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/VerifyService.java 26 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/DataServiceImpl.java 81 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/DeptServiceImpl.java 265 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/DictDetailServiceImpl.java 83 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/DictServiceImpl.java 107 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/JobServiceImpl.java 109 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/MenuServiceImpl.java 351 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/MonitorServiceImpl.java 179 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/RoleServiceImpl.java 226 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/UserServiceImpl.java 279 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/VerifyServiceImpl.java 65 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/sysrunner/SystemRunner.java 22 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/banner.txt 15 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/config/application-dev.yml 118 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/config/application-prod.yml 129 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/config/application-quartz.yml 29 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/config/application.yml 73 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/logback.xml 29 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/quartz/QuartzJobMapper.xml 49 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/quartz/QuartzLogMapper.xml 40 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/DeptMapper.xml 70 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/DictDetailMapper.xml 53 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/DictMapper.xml 31 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/JobMapper.xml 36 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/MenuMapper.xml 79 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/RoleDeptMapper.xml 25 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/RoleMapper.xml 126 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/RoleMenuMapper.xml 30 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/UserJobMapper.xml 25 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/UserMapper.xml 178 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/UserRoleMapper.xml 25 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/spy.properties 20 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/template/email.ftl 48 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/template/taskAlarm.ftl 69 ●●●●● diff | view | raw | blame | history
oying-tools/pom.xml 32 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/domain/EmailConfig.java 41 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/domain/LocalStorage.java 57 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/domain/dto/EmailDto.java 32 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/domain/dto/LocalStorageQueryCriteria.java 26 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/domain/enums/PayStatusEnum.java 52 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/mapper/EmailConfigMapper.java 15 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/mapper/LocalStorageMapper.java 23 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/rest/EmailController.java 48 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/rest/LocalStorageController.java 85 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/service/EmailService.java 34 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/service/LocalStorageService.java 62 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/service/impl/EmailServiceImpl.java 91 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/service/impl/LocalStorageServiceImpl.java 110 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/utils/PayUtils.java 33 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/resources/mapper/LocalStorageMapper.xml 41 ●●●●● diff | view | raw | blame | history
pom.xml 264 ●●●●● diff | view | raw | blame | history