帮助重传后端
Change-Id: Ia669c583bc421e6d7de0de84305f2955802f5e2e
diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
index e69de29..7af9fb2 100644
--- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
+++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
@@ -0,0 +1,150 @@
+com\github\example\pt\service\BlacklistClientService.class
+com\github\example\pt\repository\PromotionPolicyRepository.class
+com\github\example\pt\service\AnnouncePerformanceMonitorService.class
+com\github\example\pt\repository\TorrentRepository.class
+com\github\example\pt\service\SettingService.class
+com\github\example\pt\util\edazdarevic\commons\net\CIDRUtil.class
+com\github\example\pt\entity\TransferHistory.class
+com\github\example\pt\exception\BrowserReadableAnnounceException.class
+com\github\example\pt\entity\UserGroup.class
+com\github\example\pt\controller\dto\response\PromotionResponseDTO.class
+com\github\example\pt\repository\TransferHistoryRepository.class
+com\github\example\pt\controller\DebugController$DebugTorrent.class
+com\github\example\pt\util\ClassUtil.class
+com\github\example\pt\util\TorrentParser.class
+com\github\example\pt\repository\ChatMessageRepository.class
+com\github\example\pt\controller\announce\AnnounceController.class
+com\github\example\pt\controller\torrent\dto\request\TorrentScrapeRequestDTO.class
+com\github\example\pt\entity\Peer.class
+com\github\example\pt\controller\dto\response\UserGroupResponseDTO.class
+com\github\example\pt\service\ExamService.class
+com\github\example\pt\exception\RESTException.class
+com\github\example\pt\exception\InvalidAnnounceException.class
+com\github\example\pt\redisrepository\RedisLoginAttemptRepository.class
+com\github\example\pt\controller\torrent\TorrentController.class
+com\github\example\pt\controller\chat\ChatHistoryController.class
+com\github\example\pt\entity\SettingEntity.class
+com\github\example\pt\exception\APIErrorCode.class
+com\github\example\pt\repository\TagRepository.class
+com\github\example\pt\controller\dto\response\UserBasicResponseDTO.class
+com\github\example\pt\type\PrivacyLevel.class
+com\github\example\pt\repository\SettingRepository.class
+com\github\example\pt\listener\SaTokenEventListener.class
+com\github\example\pt\util\URLEncodeUtil.class
+com\github\example\pt\entity\Exam.class
+com\github\example\pt\controller\auth\dto\request\LoginRequestDTO.class
+com\github\example\pt\type\GuestAccessBlocker.class
+com\github\example\pt\exception\RetryableAnnounceException.class
+com\github\example\pt\config\WebSocketConfig.class
+com\github\example\pt\repository\ExamPlanRepository.class
+com\github\example\pt\config\ApiPrinter.class
+com\github\example\pt\entity\ExamPlan.class
+com\github\example\pt\service\AuthenticationService.class
+com\github\example\pt\controller\dto\response\ScrapeContainerDTO.class
+com\github\example\pt\service\PromotionService.class
+com\github\example\pt\config\SecurityConfig.class
+com\github\example\pt\type\LoginType.class
+com\github\example\pt\service\TagService.class
+com\github\example\pt\ptApplication.class
+com\github\example\pt\controller\dto\response\UserTinyResponseDTO.class
+com\github\example\pt\util\BencodeUtil.class
+com\github\example\pt\autoconfig\SafeHTMLConfig.class
+com\github\example\pt\repository\LoginHistoryRepository.class
+com\github\example\pt\util\IPUtil.class
+com\github\example\pt\controller\category\CategoryController.class
+com\github\example\pt\exception\FixedAnnounceException.class
+com\github\example\pt\util\SafeUUID.class
+com\github\example\pt\service\CategoryService.class
+com\github\example\pt\util\PackUtil.class
+com\github\example\pt\controller\chat\dto\ChatMessageDTO.class
+com\github\example\pt\config\SaTokenHandshakeInterceptor.class
+com\github\example\pt\repository\UserRepository.class
+com\github\example\pt\service\PermissionService.class
+com\github\example\pt\type\AnnounceEventTypeConverter.class
+com\github\example\pt\util\InfoHashUtil.class
+com\github\example\pt\controller\dto\response\LoginStatusResponseDTO.class
+com\github\example\pt\exception\TorrentException.class
+com\github\example\pt\repository\CategoryRepository.class
+com\github\example\pt\exception\InvalidTorrentVersionException.class
+com\github\example\pt\repository\UserGroupRepository.class
+com\github\example\pt\controller\promotion\PromotionController.class
+com\github\example\pt\service\ExamPlanService.class
+com\github\example\pt\controller\DebugController.class
+com\github\example\pt\type\IPFormatRequirement.class
+com\github\example\pt\controller\auth\AuthController.class
+com\github\example\pt\autoconfig\QuartzConfig$AutowiringSpringBeanJobFactory.class
+com\github\example\pt\controller\dto\response\UserSessionResponseDTO.class
+com\github\example\pt\entity\ChatMessage.class
+com\github\example\pt\service\LoginHistoryService.class
+com\github\example\pt\util\ExecutorUtil.class
+com\github\example\pt\service\AnnounceService.class
+com\github\example\pt\controller\torrent\dto\response\TorrentScrapeResponseDTO.class
+com\github\example\pt\exception\InvalidTorrentPiecesException.class
+com\github\example\pt\service\UserGroupService.class
+com\github\example\pt\util\PasswordHash.class
+com\github\example\pt\service\ThanksService.class
+com\github\example\pt\controller\feed\FeedController.class
+com\github\example\pt\util\MiscUtil.class
+com\github\example\pt\exception\InvalidTorrentVerifyException.class
+com\github\example\pt\service\TransferHistoryService$PeerStatus.class
+com\github\example\pt\controller\torrent\dto\request\ThanksResponseDTO.class
+com\github\example\pt\exception\InvalidTorrentFileException.class
+com\github\example\pt\repository\PermissionRepository.class
+com\github\example\pt\controller\advice\GlobalControllerAdvice.class
+com\github\example\pt\entity\Category.class
+com\github\example\pt\repository\ExamRepository.class
+com\github\example\pt\controller\torrent\form\TorrentUploadForm.class
+com\github\example\pt\exception\EmptyTorrentFileException.class
+com\github\example\pt\service\PeerService.class
+com\github\example\pt\util\ByteUtil.class
+com\github\example\pt\entity\User.class
+com\github\example\pt\exception\AnnounceException.class
+com\github\example\pt\repository\PeersRepository.class
+com\github\example\pt\autoconfig\JetcacheConfig.class
+com\github\example\pt\controller\auth\dto\request\RegisterRequestDTO.class
+com\github\example\pt\util\RandomUtil.class
+com\github\example\pt\type\AnnounceEventType.class
+com\github\example\pt\service\UserService.class
+com\github\example\pt\objects\ResponsePojo.class
+com\github\example\pt\autoconfig\JacksonConfig.class
+com\github\example\pt\exception\TrackerException.class
+com\github\example\pt\util\IpValidator.class
+com\github\example\pt\entity\Permission.class
+com\github\example\pt\controller\torrent\dto\response\TorrentUploadSuccessResponseDTO.class
+com\github\example\pt\entity\LoginHistory.class
+com\github\example\pt\service\AnnounceService$AnnounceTask.class
+com\github\example\pt\service\TorrentService.class
+com\github\example\pt\entity\Thanks.class
+com\github\example\pt\config\MailConfig.class
+com\github\example\pt\autoconfig\WorkDirectoryConfig.class
+com\github\example\pt\controller\dto\response\TorrentBasicResponseDTO.class
+com\github\example\pt\autoconfig\RedisConfig.class
+com\github\example\pt\util\BooleanUtil.class
+com\github\example\pt\controller\DebugController$DebugPeer.class
+com\github\example\pt\exception\APIGenericException.class
+com\github\example\pt\exception\BadConfigException.class
+com\github\example\pt\type\GuestAccessRequirement.class
+com\github\example\pt\config\TrackerConfig.class
+com\github\example\pt\controller\announce\AnnounceController$PeerResult.class
+com\github\example\pt\entity\SeedBox.class
+com\github\example\pt\controller\torrent\dto\request\SearchTorrentRequestDTO.class
+com\github\example\pt\service\TransferHistoryService.class
+com\github\example\pt\exception\AnnounceBusyException.class
+com\github\example\pt\crontask\PeersCleanup.class
+com\github\example\pt\websocket\ChatRawWebSocketHandler.class
+com\github\example\pt\controller\dto\response\CategoryResponseDTO.class
+com\github\example\pt\entity\Tag.class
+com\github\example\pt\repository\ThanksRepository.class
+com\github\example\pt\controller\dto\response\TransferHistoryDTO.class
+com\github\example\pt\util\HibernateSessionUtil.class
+com\github\example\pt\controller\dto\response\PeerInfoResponseDTO.class
+com\github\example\pt\controller\dto\response\TorrentInfoResponseDTO.class
+com\github\example\pt\entity\PromotionPolicy.class
+com\github\example\pt\redisentity\RedisLoginAttempt.class
+com\github\example\pt\autoconfig\QuartzConfig.class
+com\github\example\pt\entity\Torrent.class
+com\github\example\pt\controller\dto\response\UserResponseDTO.class
+com\github\example\pt\controller\torrent\dto\response\TorrentSearchResultResponseDTO.class
+com\github\example\pt\config\SiteBasicConfig.class
+com\github\example\pt\service\SaTokenPermImpl.class
+com\github\example\pt\util\GsonUtil.class