xin
2025-04-15 8342e6a5ed78fc007c45609507f0a914c43fec4d
refs
author xin <1099200748@qq.com>
Tuesday, April 15, 2025 12:31 +0800
committer xin <1099200748@qq.com>
Tuesday, April 15, 2025 12:31 +0800
commit8342e6a5ed78fc007c45609507f0a914c43fec4d
tree 09cd3429cf27714f80717fca05c78d171578c5da tree | zip | gz
parent
初始
275 files added
changed files
.idea/compiler.xml diff | view | raw | blame | history
.idea/encodings.xml diff | view | raw | blame | history
.idea/inspectionProfiles/Project_Default.xml diff | view | raw | blame | history
.idea/jarRepositories.xml diff | view | raw | blame | history
.idea/misc.xml diff | view | raw | blame | history
.idea/uiDesigner.xml diff | view | raw | blame | history
.idea/vcs.xml diff | view | raw | blame | history
.idea/workspace.xml diff | view | raw | blame | history
LICENSE diff | view | raw | blame | history
README.md diff | view | raw | blame | history
oying-common/pom.xml diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/Limit.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/rest/AnonymousAccess.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/rest/AnonymousDeleteMapping.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/rest/AnonymousGetMapping.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/rest/AnonymousPatchMapping.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/rest/AnonymousPostMapping.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/annotation/rest/AnonymousPutMapping.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/aspect/LimitAspect.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/aspect/LimitType.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/base/BaseEntity.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/AsyncExecutor.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/AuthorityConfig.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/RedisConfiguration.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/RedissonConfiguration.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/RemoveDruidAdConfig.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/mybatis/CustomP6SpyLogger.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/mybatis/MyMetaObjectHandler.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/mybatis/MybatisPlusConfig.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/properties/FileProperties.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/properties/RsaProperties.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/webConfig/ConfigurerAdapter.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/webConfig/MultipartConfig.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/webConfig/QueryCustomizer.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/webConfig/SwaggerConfig.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/config/webConfig/WebSocketConfig.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/exception/BadRequestException.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/exception/EntityExistException.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/exception/EntityNotFoundException.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/exception/handler/ApiError.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/exception/handler/GlobalExceptionHandler.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/AnonTagUtils.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/BigDecimalUtils.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/CacheKey.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/CloseUtil.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/DateUtil.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/ElConstant.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/EncryptUtils.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/FileUtil.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/PageResult.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/PageUtil.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/RedisUtils.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/RequestHolder.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/RsaUtils.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/SecurityUtils.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/SpringBeanHolder.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/StringUtils.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/ThrowableUtil.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/enums/CodeBiEnum.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/enums/CodeEnum.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/enums/DataScopeEnum.java diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/enums/RequestMethodEnum.java diff | view | raw | blame | history
oying-generator/pom.xml diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/domain/ColumnInfo.java diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/domain/GenConfig.java diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/domain/dto/TableInfo.java diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/mapper/ColumnInfoMapper.java diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/mapper/GenConfigMapper.java diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/rest/GenConfigController.java diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/rest/GeneratorController.java diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/service/GenConfigService.java diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/service/GeneratorService.java diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/service/impl/GenConfigServiceImpl.java diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/service/impl/GeneratorServiceImpl.java diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/utils/ColUtil.java diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/utils/GenUtil.java diff | view | raw | blame | history
oying-generator/src/main/resources/gen.properties diff | view | raw | blame | history
oying-generator/src/main/resources/mapper/ColumnInfoMapper.xml diff | view | raw | blame | history
oying-generator/src/main/resources/mapper/GenConfigMapper.xml diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/Controller.ftl diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/Entity.ftl diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/Mapper-xml.ftl diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/Mapper.ftl diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/QueryCriteria.ftl diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/Service.ftl diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/ServiceImpl.ftl diff | view | raw | blame | history
oying-generator/src/main/resources/template/front/api.ftl diff | view | raw | blame | history
oying-generator/src/main/resources/template/front/index.ftl diff | view | raw | blame | history
oying-logging/pom.xml diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/annotation/Log.java diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/aspect/LogAspect.java diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/domain/SysLog.java diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/domain/dto/SysLogQueryCriteria.java diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/mapper/SysLogMapper.java diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/rest/SysLogController.java diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/service/SysLogService.java diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/service/impl/SysLogServiceImpl.java diff | view | raw | blame | history
oying-logging/src/main/resources/mapper/SysLogMapper.xml diff | view | raw | blame | history
oying-system/pom.xml diff | view | raw | blame | history
oying-system/src/main/java/com/oying/AppRun.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/App.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/Database.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/Deploy.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/DeployHistory.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/Server.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/dto/AppQueryCriteria.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/dto/DatabaseQueryCriteria.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/dto/DeployHistoryQueryCriteria.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/dto/DeployQueryCriteria.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/dto/ServerQueryCriteria.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/enums/DataTypeEnum.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/enums/MsgType.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/mapper/AppMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/mapper/DatabaseMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/mapper/DeployHistoryMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/mapper/DeployMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/mapper/DeployServerMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/mapper/ServerMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/rest/AppController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/rest/DatabaseController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/rest/DeployController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/rest/DeployHistoryController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/rest/ServerController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/AppService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/DatabaseService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/DeployHistoryService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/DeployService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/ServerService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/impl/AppServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/impl/DatabaseServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/impl/DeployHistoryServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/impl/DeployServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/impl/ServerServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/websocket/SocketMsg.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/websocket/WebSocketServer.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/util/ExecuteShellUtil.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/util/ScpClientUtil.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/util/SqlUtils.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/config/JobRunner.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/config/QuartzConfig.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/domain/QuartzJob.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/domain/QuartzLog.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/domain/dto/QuartzJobQueryCriteria.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/mapper/QuartzJobMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/mapper/QuartzLogMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/rest/QuartzJobController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/service/QuartzJobService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/service/impl/QuartzJobServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/task/TestTask.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/utils/ExecutionJob.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/utils/QuartzManage.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/utils/QuartzRunnable.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/config/CaptchaConfig.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/config/LoginProperties.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/config/SecurityProperties.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/config/SpringSecurityConfig.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/config/enums/LoginCodeEnum.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/rest/AuthController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/rest/OnlineController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/security/JwtAccessDeniedHandler.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/security/JwtAuthenticationEntryPoint.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/security/TokenConfigurer.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/security/TokenFilter.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/security/TokenProvider.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/OnlineUserService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/UserCacheManager.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/UserDetailsServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/dto/AuthUserDto.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/dto/AuthorityDto.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/dto/JwtUserDto.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/dto/OnlineUserDto.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/Dept.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/Dict.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/DictDetail.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/Job.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/Menu.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/Role.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/User.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/DeptQueryCriteria.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/DictDetailQueryCriteria.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/DictQueryCriteria.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/JobQueryCriteria.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/MenuMetaVo.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/MenuQueryCriteria.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/MenuVo.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/RoleQueryCriteria.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/UserPassVo.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/UserQueryCriteria.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/DeptMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/DictDetailMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/DictMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/JobMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/MenuMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/RoleDeptMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/RoleMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/RoleMenuMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/UserJobMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/UserMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/UserRoleMapper.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/DeptController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/DictController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/DictDetailController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/JobController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/LimitController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/MenuController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/MonitorController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/RoleController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/UserController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/VerifyController.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/DataService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/DeptService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/DictDetailService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/DictService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/JobService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/MenuService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/MonitorService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/RoleService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/UserService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/VerifyService.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/DataServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/DeptServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/DictDetailServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/DictServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/JobServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/MenuServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/MonitorServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/RoleServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/UserServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/VerifyServiceImpl.java diff | view | raw | blame | history
oying-system/src/main/java/com/oying/sysrunner/SystemRunner.java diff | view | raw | blame | history
oying-system/src/main/resources/banner.txt diff | view | raw | blame | history
oying-system/src/main/resources/config/application-dev.yml diff | view | raw | blame | history
oying-system/src/main/resources/config/application-prod.yml diff | view | raw | blame | history
oying-system/src/main/resources/config/application-quartz.yml diff | view | raw | blame | history
oying-system/src/main/resources/config/application.yml diff | view | raw | blame | history
oying-system/src/main/resources/logback.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/maint/AppMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/maint/DatabaseMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/maint/DeployHistoryMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/maint/DeployMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/maint/DeployServerMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/maint/ServerMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/quartz/QuartzJobMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/quartz/QuartzLogMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/DeptMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/DictDetailMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/DictMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/JobMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/MenuMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/RoleDeptMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/RoleMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/RoleMenuMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/UserJobMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/UserMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/UserRoleMapper.xml diff | view | raw | blame | history
oying-system/src/main/resources/spy.properties diff | view | raw | blame | history
oying-system/src/main/resources/template/email.ftl diff | view | raw | blame | history
oying-system/src/main/resources/template/taskAlarm.ftl diff | view | raw | blame | history
oying-tools/pom.xml diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/domain/EmailConfig.java diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/domain/LocalStorage.java diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/domain/dto/EmailDto.java diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/domain/dto/LocalStorageQueryCriteria.java diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/domain/enums/PayStatusEnum.java diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/mapper/EmailConfigMapper.java diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/mapper/LocalStorageMapper.java diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/rest/EmailController.java diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/rest/LocalStorageController.java diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/service/EmailService.java diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/service/LocalStorageService.java diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/service/impl/EmailServiceImpl.java diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/service/impl/LocalStorageServiceImpl.java diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/utils/PayUtils.java diff | view | raw | blame | history
oying-tools/src/main/resources/mapper/LocalStorageMapper.xml diff | view | raw | blame | history
pom.xml diff | view | raw | blame | history