From 0a11f801ff7a8c7e0848f989cf2d0e7ec676a4c4 Mon Sep 17 00:00:00 2001 From: freshwlnd <985605915@qq.com> Date: Wed, 28 Apr 2021 12:21:57 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0logfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- springblog.logfile | 312 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 312 insertions(+) create mode 100644 springblog.logfile diff --git a/springblog.logfile b/springblog.logfile new file mode 100644 index 0000000..878af39 --- /dev/null +++ b/springblog.logfile @@ -0,0 +1,312 @@ +traceID,order,structtype,method1,method2,m1_para,m2_para,className1,className2,m1_return,m2_return +0,0,null,com.raysmond.blog.admin.controllers.AdminController.index,com.raysmond.blog.services.PostService.getPostsIdTitleList,Model,,com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.services.PostService,String,List +0,1,null,com.raysmond.blog.services.PostService.getPostsIdTitleList,com.raysmond.blog.services.PostService.getAllPosts,,,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,List,List +0,2,null,com.raysmond.blog.services.PostService.getAllPosts,com.raysmond.blog.repositories.PostRepository.findAll,,,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,List,List +1,0,null,com.raysmond.blog.admin.controllers.AdminController.settings,com.raysmond.blog.utils.DTOUtil.map,Model,"com.raysmond.blog.services.AppSetting,com.raysmond.blog.forms.SettingsForm",com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.utils.DTOUtil,String,com.raysmond.blog.formsSettingsForm +2,0,null,com.raysmond.blog.admin.controllers.AdminController.updateSettings,com.raysmond.blog.forms.SettingsForm.getSiteName,com.raysmond.blog.forms.SettingsForm,,com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.forms.SettingsForm,String,String +2,1,null,com.raysmond.blog.admin.controllers.AdminController.updateSettings,com.raysmond.blog.services.AppSetting.setSiteName,com.raysmond.blog.forms.SettingsForm,String,com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.services.AppSetting,String, +2,2,null,com.raysmond.blog.admin.controllers.AdminController.updateSettings,com.raysmond.blog.forms.SettingsForm.getSiteSlogan,com.raysmond.blog.forms.SettingsForm,,com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.forms.SettingsForm,String, +2,3,null,com.raysmond.blog.admin.controllers.AdminController.updateSettings,com.raysmond.blog.services.AppSetting.setSiteSlogan,com.raysmond.blog.forms.SettingsForm,String,com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.services.AppSetting,String, +2,4,null,com.raysmond.blog.admin.controllers.AdminController.updateSettings,com.raysmond.blog.forms.SettingsForm.getPageSize,com.raysmond.blog.forms.SettingsForm,,com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.forms.SettingsForm,String,String +2,5,null,com.raysmond.blog.admin.controllers.AdminController.updateSettings,com.raysmond.blog.services.AppSetting.setPageSize,com.raysmond.blog.forms.SettingsForm,String,com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.services.AppSetting,String, +2,6,null,com.raysmond.blog.admin.controllers.AdminController.updateSettings,com.raysmond.blog.forms.SettingsForm.getStoragePath,com.raysmond.blog.forms.SettingsForm,,com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.forms.SettingsForm,String,String +2,7,null,com.raysmond.blog.admin.controllers.AdminController.updateSettings,com.raysmond.blog.services.AppSetting.setStoragePath,com.raysmond.blog.forms.SettingsForm,String,com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.services.AppSetting,String, +2,8,null,com.raysmond.blog.admin.controllers.AdminController.updateSettings,com.raysmond.blog.forms.SettingsForm.getMainUri,com.raysmond.blog.forms.SettingsForm,,com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.forms.SettingsForm,String,String +2,9,null,com.raysmond.blog.admin.controllers.AdminController.updateSettings,com.raysmond.blog.services.AppSetting.setMainUri,com.raysmond.blog.forms.SettingsForm,String,com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.services.AppSetting,String, +2,10,null,com.raysmond.blog.admin.controllers.AdminController.updateSettings,com.raysmond.blog.forms.SettingsForm.getTelegramMasterChatId,com.raysmond.blog.forms.SettingsForm,,com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.forms.SettingsForm,String,String +2,11,null,com.raysmond.blog.admin.controllers.AdminController.updateSettings,com.raysmond.blog.services.AppSetting.setTelegramMasterChatId,com.raysmond.blog.forms.SettingsForm,String,com.raysmond.blog.admin.controllers.AdminController,com.raysmond.blog.services.AppSetting,String, +3,0,null,com.raysmond.blog.admin.controllers.NotificatorController.sendTelegramAnnounce,com.raysmond.blog.services.PostService.getPost,Long,Long,com.raysmond.blog.admin.controllers.NotificatorController,com.raysmond.blog.services.PostService,com.raysmond.blog.models.dto.PostAnnouncementDTO,com.raysmond.blog.models.Post +3,1,null,com.raysmond.blog.services.PostService.getPost,com.raysmond.blog.repositories.PostRepository.findOne,Long,Long,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post +3,2,null,com.raysmond.blog.admin.controllers.NotificatorController.sendTelegramAnnounce,com.raysmond.blog.notificators.Notificator.announcePost,Long,com.raysmond.blog.models.Post,com.raysmond.blog.admin.controllers.NotificatorController,com.raysmond.blog.notificators.Notificator,com.raysmond.blog.models.dto.PostAnnouncementDTO, +3,3,null,com.raysmond.blog.notificators.Notificator.announcePost,com.raysmond.blog.models.Post.getAnnouncement,com.raysmond.blog.models.Post,,com.raysmond.blog.notificators.Notificator,com.raysmond.blog.models.Post,, +3,4,null,com.raysmond.blog.notificators.Notificator.announcePost,com.raysmond.blog.services.AppSetting.getMainUriStripped,com.raysmond.blog.models.Post,,com.raysmond.blog.notificators.Notificator,com.raysmond.blog.services.AppSetting,,String +3,5,null,com.raysmond.blog.services.AppSetting.getMainUriStripped,com.raysmond.blog.services.SettingService.get,,,com.raysmond.blog.services.AppSetting,com.raysmond.blog.services.SettingService,String, +3,6,null,com.raysmond.blog.notificators.Notificator.announcePost,com.raysmond.blog.models.Post.getPermalink,com.raysmond.blog.models.Post,,com.raysmond.blog.notificators.Notificator,com.raysmond.blog.models.Post,,String +3,7,null,com.raysmond.blog.notificators.Notificator.announcePost,com.raysmond.blog.models.Post.getTitle,com.raysmond.blog.models.Post,,com.raysmond.blog.notificators.Notificator,com.raysmond.blog.models.Post,,String +3,8,null,com.raysmond.blog.notificators.Notificator.announcePost,com.raysmond.blog.models.Post.getAnnouncement,com.raysmond.blog.models.Post,,com.raysmond.blog.notificators.Notificator,com.raysmond.blog.models.Post,,String +3,9,null,com.raysmond.blog.notificators.Notificator.announcePost,com.raysmond.blog.models.Post.getAnnouncement,com.raysmond.blog.models.Post,,com.raysmond.blog.notificators.Notificator,com.raysmond.blog.models.Post,,String +3,10,null,com.raysmond.blog.notificators.Notificator.announcePost,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,com.raysmond.blog.models.Post,String,com.raysmond.blog.notificators.Notificator,com.raysmond.blog.notificators.telegram.TelegramBotManager,, +3,11,null,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,com.raysmond.blog.services.TelegramBotSettings.getBotChannel,String,,com.raysmond.blog.notificators.telegram.TelegramBotManager,com.raysmond.blog.services.TelegramBotSettings,, +3,12,null,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,com.raysmond.blog.notificators.telegram.TelegramBot.sendMessageToChannel,String,"String,String",com.raysmond.blog.notificators.telegram.TelegramBotManager,com.raysmond.blog.notificators.telegram.TelegramBot,, +3,13,null,com.raysmond.blog.admin.controllers.NotificatorController.sendTelegramAnnounce,com.raysmond.blog.models.dto.PostAnnouncementDTO.init,Long,,com.raysmond.blog.admin.controllers.NotificatorController,com.raysmond.blog.models.dto.PostAnnouncementDTO,com.raysmond.blog.models.dto.PostAnnouncementDTO,com.raysmond.blog.models.dto.PostAnnouncementDTO +4,0,null,com.raysmond.blog.admin.controllers.PostController.index,com.raysmond.blog.repositories.PostRepository.findAll,,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.repositories.PostRepository,String,com.raysmond.blog.models.Post +4,1,null,com.raysmond.blog.admin.controllers.PostController.index,com.raysmond.blog.utils.PaginatorUtil.createPagesList,,"Integer,Integer",com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.utils.PaginatorUtil,String, +5,0,null,com.raysmond.blog.admin.controllers.PostController.newPost,com.raysmond.blog.admin.controllers.PostController.makeFormPostCreation,,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.admin.controllers.PostController,String,String +5,1,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostCreation,com.raysmond.blog.utils.DTOUtil.map,,"com.raysmond.blog.models.Post,com.raysmond.blog.forms.PostForm",com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.utils.DTOUtil,String,com.raysmond.blog.forms.PostForm +5,2,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostCreation,com.raysmond.blog.admin.controllers.PostController.makeFormPostCreation,,com.raysmond.blog.forms.PostForm,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.admin.controllers.PostController,String, +5,3,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostCreation,com.raysmond.blog.models.support.PostFormat.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.PostFormat,, +5,4,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostCreation,com.raysmond.blog.models.support.PostStatus.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.PostStatus,, +5,5,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostCreation,com.raysmond.blog.models.support.OgLocale.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.OgLocale,, +5,6,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostCreation,com.raysmond.blog.models.support.OgType.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.OgType,, +6,0,null,com.raysmond.blog.admin.controllers.PostController.editPost,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,Long,Long,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.admin.controllers.PostController,String,String +6,1,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,Long,com.raysmond.blog.forms.PostForm,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.admin.controllers.PostController,String,String +6,2,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.repositories.PostRepository.findOne,com.raysmond.blog.forms.PostForm,Long,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.repositories.PostRepository,String,com.raysmond.blog.models.Post +6,3,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.utils.DTOUtil.map,com.raysmond.blog.forms.PostForm,"com.raysmond.blog.models.Post,com.raysmond.blog.forms.PostForm",com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.utils.DTOUtil,String,com.raysmond.blog.forms.PostForm +6,4,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.forms.PostForm.initFromPost,com.raysmond.blog.forms.PostForm,"com.raysmond.blog.models.Post,String",com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.forms.PostForm,String, +6,5,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.services.PostService.getTagNames,com.raysmond.blog.forms.PostForm,String,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.services.PostService,String, +6,6,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.models.Post.getTags,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.Post,String,String +6,7,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.models.support.PostFormat.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.PostFormat,String, +6,8,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.models.support.PostStatus.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.PostStatus,String, +6,9,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.models.support.OgLocale.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.OgLocale,String, +6,10,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.models.support.OgType.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.OgType,String, +7,0,null,com.raysmond.blog.admin.controllers.PostController.deletePost,com.raysmond.blog.services.PostService.deletePost,Long,com.raysmond.blog.models.Post,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.services.PostService,String, +7,1,null,com.raysmond.blog.admin.controllers.PostController.deletePost,com.raysmond.blog.repositories.PostRepository.findOne,Long,Long,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.repositories.PostRepository,String, +7,2,null,com.raysmond.blog.services.PostService.deletePost,com.raysmond.blog.repositories.PostRepository.delete,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,, +8,0,null,com.raysmond.blog.admin.controllers.PostController.create,com.raysmond.blog.admin.controllers.PostController.makeFormPostCreation,com.raysmond.blog.forms.PostForm,com.raysmond.blog.forms.PostForm,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.admin.controllers.PostController,String,String +8,1,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostCreation,com.raysmond.blog.models.support.PostFormat.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.PostFormat,String, +8,2,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostCreation,com.raysmond.blog.models.support.PostStatus.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.PostStatus,String, +8,3,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostCreation,com.raysmond.blog.models.support.OgLocale.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.OgLocale,String, +8,4,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostCreation,com.raysmond.blog.models.support.OgType.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.OgType,String, +8,5,null,com.raysmond.blog.admin.controllers.PostController.create,com.raysmond.blog.utils.DTOUtil.map,com.raysmond.blog.forms.PostForm,"com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.Post",com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.utils.DTOUtil,String,com.raysmond.blog.models.Post +8,6,null,com.raysmond.blog.admin.controllers.PostController.create,com.raysmond.blog.repositories.UserRepository.findByEmail,com.raysmond.blog.forms.PostForm,String,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.repositories.UserRepository,String, +8,7,null,com.raysmond.blog.admin.controllers.PostController.create,com.raysmond.blog.models.Post.setUser,com.raysmond.blog.forms.PostForm,User,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.Post,String, +8,8,null,com.raysmond.blog.admin.controllers.PostController.create,com.raysmond.blog.forms.PostForm.getPostTags,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.forms.PostForm,String, +8,9,null,com.raysmond.blog.admin.controllers.PostController.create,com.raysmond.blog.services.PostService.parseTagNames,com.raysmond.blog.forms.PostForm,String,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.services.PostService,String,Set +8,10,null,com.raysmond.blog.services.PostService.parseTagNames,com.raysmond.blog.services.TagService.findOrCreateByName,String,String,com.raysmond.blog.services.PostService,com.raysmond.blog.services.TagService,Set,com.raysmond.blog.models.Tag +8,11,null,com.raysmond.blog.services.TagService.findOrCreateByName,com.raysmond.blog.repositories.TagRepository.findByName,String,String,com.raysmond.blog.services.TagService,com.raysmond.blog.repositories.TagRepository,com.raysmond.blog.models.Tag,com.raysmond.blog.models.Tag +8,12,null,com.raysmond.blog.services.TagService.findOrCreateByName,com.raysmond.blog.repositories.TagRepository.save,String,com.raysmond.blog.models.Tag,com.raysmond.blog.services.TagService,com.raysmond.blog.repositories.TagRepository,com.raysmond.blog.models.Tag,com.raysmond.blog.models.Tag +8,13,null,com.raysmond.blog.admin.controllers.PostController.create,com.raysmond.blog.models.Post.setTags,com.raysmond.blog.forms.PostForm,String,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.Post,String, +8,14,null,com.raysmond.blog.admin.controllers.PostController.create,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.Post,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.forms.PostForm,String, +8,15,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.Post.getSeoData,com.raysmond.blog.models.Post,,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.Post,, +8,16,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.Post.getSeoData,com.raysmond.blog.models.Post,,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.Post,,com.raysmond.blog.models.SeoPostData +8,17,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.SeoPostData.setOgImage,com.raysmond.blog.models.Post,String,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.SeoPostData,, +8,18,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.SeoPostData.setOgLocale,com.raysmond.blog.models.Post,com.raysmond.blog.models.support.OgLocale,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.SeoPostData,, +8,19,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.SeoPostData.setOgTitle,com.raysmond.blog.models.Post,String,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.SeoPostData,, +8,20,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.SeoPostData.setOgType,com.raysmond.blog.models.Post,com.raysmond.blog.models.support.OgType,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.SeoPostData,, +8,21,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.SeoPostData.setOgVideo,com.raysmond.blog.models.Post,String,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.SeoPostData,, +8,22,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.Post.setSeoData,com.raysmond.blog.models.Post,com.raysmond.blog.models.SeoPostData,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.Post,, +8,23,null,com.raysmond.blog.admin.controllers.PostController.create,com.raysmond.blog.services.PostService.createPost,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.Post,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.services.PostService,String,com.raysmond.blog.models.Post +8,24,null,com.raysmond.blog.services.PostService.createPost,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post +8,25,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.models.Post.getPostFormat,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +8,26,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.models.Post.getContent,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,String +8,27,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.support.web.MarkdownService.renderToHtml,com.raysmond.blog.models.Post,String,com.raysmond.blog.services.PostService,com.raysmond.blog.support.web.MarkdownService,com.raysmond.blog.models.Post,String +8,28,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.models.Post.setRenderedContent,com.raysmond.blog.models.Post,String,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +8,29,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,void +8,30,null,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.models.Post.getSeoData,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,void,com.raysmond.blog.models.SeoPostData +8,31,null,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.models.Post.getSeoData,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,void,com.raysmond.blog.models.SeoPostData +8,32,null,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.models.Post.getSeoData,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,void,com.raysmond.blog.models.SeoPostData +8,33,null,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.repositories.SeoPostDataRepository.save,com.raysmond.blog.models.Post,com.raysmond.blog.models.SeoPostData,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.SeoPostDataRepository,void, +8,34,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.repositories.PostRepository.save,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,com.raysmond.blog.models.Post, +9,0,null,com.raysmond.blog.admin.controllers.PostController.update,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.forms.PostForm,com.raysmond.blog.forms.PostForm,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.admin.controllers.PostController,String,String +9,1,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.repositories.PostRepository.findOne,com.raysmond.blog.forms.PostForm,Long,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.repositories.PostRepository,String,com.raysmond.blog.models.Post +9,2,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.utils.DTOUtil.map,com.raysmond.blog.forms.PostForm,"com.raysmond.blog.models.Post,com.raysmond.blog.forms.PostForm",com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.utils.DTOUtil,String,com.raysmond.blog.forms.PostForm +9,3,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.models.Post.getTags,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.Post,String,String +9,4,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.services.PostService.getTagNames,com.raysmond.blog.forms.PostForm,String,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.services.PostService,String, +9,5,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.forms.PostForm.initFromPost,com.raysmond.blog.forms.PostForm,"com.raysmond.blog.models.Post,String",com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.forms.PostForm,String, +9,6,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.models.support.PostFormat.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.PostFormat,String, +9,7,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.models.support.PostStatus.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.PostStatus,String, +9,8,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.models.support.OgLocale.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.OgLocale,String, +9,9,null,com.raysmond.blog.admin.controllers.PostController.makeFormPostEdition,com.raysmond.blog.models.support.OgType.values,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.support.OgType,String, +9,10,null,com.raysmond.blog.admin.controllers.PostController.update,com.raysmond.blog.repositories.PostRepository.findOne,com.raysmond.blog.forms.PostForm,Long,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.repositories.PostRepository,String,com.raysmond.blog.models.Post +9,11,null,com.raysmond.blog.admin.controllers.PostController.update,com.raysmond.blog.utils.DTOUtil.mapTo,com.raysmond.blog.forms.PostForm,"com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.Post",com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.utils.DTOUtil,String, +9,12,null,com.raysmond.blog.admin.controllers.PostController.update,com.raysmond.blog.forms.PostForm.getPostTags,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.forms.PostForm,String, +9,13,null,com.raysmond.blog.admin.controllers.PostController.update,com.raysmond.blog.services.PostService.parseTagNames,com.raysmond.blog.forms.PostForm,String,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.services.PostService,String,Set +9,14,null,com.raysmond.blog.services.PostService.parseTagNames,com.raysmond.blog.services.TagService.findOrCreateByName,String,String,com.raysmond.blog.services.PostService,com.raysmond.blog.services.TagService,Set,com.raysmond.blog.models.Tag +9,15,null,com.raysmond.blog.services.TagService.findOrCreateByName,com.raysmond.blog.repositories.TagRepository.findByName,String,String,com.raysmond.blog.services.TagService,com.raysmond.blog.repositories.TagRepository,com.raysmond.blog.models.Tag,com.raysmond.blog.models.Tag +9,16,null,com.raysmond.blog.services.TagService.findOrCreateByName,com.raysmond.blog.repositories.TagRepository.save,String,com.raysmond.blog.models.Tag,com.raysmond.blog.services.TagService,com.raysmond.blog.repositories.TagRepository,com.raysmond.blog.models.Tag,com.raysmond.blog.models.Tag +9,17,null,com.raysmond.blog.admin.controllers.PostController.update,com.raysmond.blog.models.Post.setTags,com.raysmond.blog.forms.PostForm,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.models.Post,String, +9,18,null,com.raysmond.blog.admin.controllers.PostController.update,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.Post,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.forms.PostForm,String, +9,19,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.Post.getSeoData,com.raysmond.blog.models.Post,,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.Post,,com.raysmond.blog.models.SeoPostData +9,20,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.Post.getSeoData,com.raysmond.blog.models.Post,,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.Post,,com.raysmond.blog.models.SeoPostData +9,21,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.SeoPostData.setOgImage,com.raysmond.blog.models.Post,String,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.SeoPostData,, +9,22,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.SeoPostData.setOgLocale,com.raysmond.blog.models.Post,com.raysmond.blog.models.support.OgLocale,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.SeoPostData,, +9,23,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.SeoPostData.setOgTitle,com.raysmond.blog.models.Post,String,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.SeoPostData,, +9,24,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.SeoPostData.setOgType,com.raysmond.blog.models.Post,com.raysmond.blog.models.support.OgType,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.SeoPostData,, +9,25,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.SeoPostData.setOgVideo,com.raysmond.blog.models.Post,String,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.SeoPostData,, +9,26,null,com.raysmond.blog.forms.PostForm.fillOgFieldsInPost,com.raysmond.blog.models.Post.setSeoData,com.raysmond.blog.models.Post,com.raysmond.blog.models.SeoPostData,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.Post,, +9,27,null,com.raysmond.blog.admin.controllers.PostController.update,com.raysmond.blog.services.PostService.updatePost,com.raysmond.blog.forms.PostForm,com.raysmond.blog.models.Post,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.services.PostService,String,com.raysmond.blog.models.Post +9,28,null,com.raysmond.blog.services.PostService.updatePost,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post +9,29,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.models.Post.getPostFormat,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +9,30,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.models.Post.getContent,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,String +9,31,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.support.web.MarkdownService.renderToHtml,com.raysmond.blog.models.Post,String,com.raysmond.blog.services.PostService,com.raysmond.blog.support.web.MarkdownService,com.raysmond.blog.models.Post,String +9,32,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.models.Post.setRenderedContent,com.raysmond.blog.models.Post,String,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +9,33,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,void +9,34,null,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.models.Post.getSeoData,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,void,com.raysmond.blog.models.SeoPostData +9,35,null,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.models.Post.getSeoData,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,void,com.raysmond.blog.models.SeoPostData +9,36,null,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.models.Post.getSeoData,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,void,com.raysmond.blog.models.SeoPostData +9,37,null,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.repositories.SeoPostDataRepository.save,com.raysmond.blog.models.Post,com.raysmond.blog.models.SeoPostData,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.SeoPostDataRepository,void, +9,38,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.repositories.PostRepository.save,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,com.raysmond.blog.models.Post, +10,0,null,com.raysmond.blog.admin.controllers.SeoRobotAgentController.getSeoRobotsAgents,com.raysmond.blog.repositories.SeoRobotAgentRepository.findAll,Model,,com.raysmond.blog.admin.controllers.SeoRobotAgentController,com.raysmond.blog.repositories.SeoRobotAgentRepository,String,String +10,1,null,com.raysmond.blog.admin.controllers.SeoRobotAgentController.getSeoRobotsAgents,com.raysmond.blog.forms.SeoRobotAgentForm,Model,,com.raysmond.blog.admin.controllers.SeoRobotAgentController,com.raysmond.blog.forms,String, +11,0,null,com.raysmond.blog.admin.controllers.SeoRobotAgentController.editSeoRobotAgent,com.raysmond.blog.repositories.SeoRobotAgentRepository.findOne,Long,Long,com.raysmond.blog.admin.controllers.SeoRobotAgentController,com.raysmond.blog.repositories.SeoRobotAgentRepository,String, +11,1,null,com.raysmond.blog.admin.controllers.SeoRobotAgentController.editSeoRobotAgent,com.raysmond.blog.utils.DTOUtil.map,Long,com.raysmond.blog.forms.SeoRobotAgentForm,com.raysmond.blog.admin.controllers.SeoRobotAgentController,com.raysmond.blog.utils.DTOUtil,String, +12,0,null,com.raysmond.blog.admin.controllers.SeoRobotAgentController.saveSeoRobotAgent,com.raysmond.blog.models.SeoRobotAgent.init,"Long,com.raysmond.blog.forms.SeoRobotAgentForm",,com.raysmond.blog.admin.controllers.SeoRobotAgentController,com.raysmond.blog.models.SeoRobotAgent,String, +12,1,null,com.raysmond.blog.admin.controllers.SeoRobotAgentController.saveSeoRobotAgent,com.raysmond.blog.repositories.SeoRobotAgentRepository.findOne,"Long,com.raysmond.blog.forms.SeoRobotAgentForm",recordId,com.raysmond.blog.admin.controllers.SeoRobotAgentController,com.raysmond.blog.repositories.SeoRobotAgentRepository,String, +12,2,null,com.raysmond.blog.admin.controllers.SeoRobotAgentController.saveSeoRobotAgent,com.raysmond.blog.utils.DTOUtil.mapTo,"Long,com.raysmond.blog.forms.SeoRobotAgentForm",,com.raysmond.blog.admin.controllers.SeoRobotAgentController,com.raysmond.blog.utils.DTOUtil,String, +12,3,null,com.raysmond.blog.admin.controllers.SeoRobotAgentController.saveSeoRobotAgent,com.raysmond.blog.repositories.SeoRobotAgentRepository.save,"Long,com.raysmond.blog.forms.SeoRobotAgentForm",com.raysmond.blog.models.SeoRobotAgent,com.raysmond.blog.admin.controllers.SeoRobotAgentController,com.raysmond.blog.repositories.SeoRobotAgentRepository,String, +13,0,null,com.raysmond.blog.admin.controllers.SeoRobotAgentController.deleteSeoRobotAgent,com.raysmond.blog.repositories.SeoRobotAgentRepository.delete,Long,recordId,com.raysmond.blog.admin.controllers.SeoRobotAgentController,com.raysmond.blog.repositories.SeoRobotAgentRepository,String, +14,0,null,com.raysmond.blog.admin.controllers.StatisticsController.getVisitsChart,com.raysmond.blog.services.StatisticsService.getFullVisitsStatsChartData,,,com.raysmond.blog.admin.controllers.StatisticsController,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.models.dto.VisitsStatsChartDTO,com.raysmond.blog.models.dto.VisitsStatsChartDTO +14,1,null,com.raysmond.blog.services.StatisticsService.getFullVisitsStatsChartData,com.raysmond.blog.services.StatisticsService.getVisitsStats,,,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.models.dto.VisitsStatsChartDTO, +14,2,null,com.raysmond.blog.services.StatisticsService.getFullVisitsStatsChartData,com.raysmond.blog.services.StatisticsService.convertDataToChart,,list,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.models.dto.VisitsStatsChartDTO,com.raysmond.blog.models.dto.VisitsStatsChartDTO +14,3,null,com.raysmond.blog.services.StatisticsService.convertDataToChart,com.raysmond.blog.models.dto.VisitsStatsChartDTO.getChart,list,,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.models.dto.VisitsStatsChartDTO,com.raysmond.blog.models.dto.VisitsStatsChartDTO, +14,4,null,com.raysmond.blog.services.StatisticsService.convertDataToChart,com.raysmond.blog.models.dto.VisitsStatsChartDTO.getTitle,list,,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.models.dto.VisitsStatsChartDTO,com.raysmond.blog.models.dto.VisitsStatsChartDTO, +14,5,null,com.raysmond.blog.services.StatisticsService.convertDataToChart,com.raysmond.blog.models.dto.VisitsStatsChartDTO.getPlotOptions,list,,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.models.dto.VisitsStatsChartDTO,com.raysmond.blog.models.dto.VisitsStatsChartDTO, +14,6,null,com.raysmond.blog.services.StatisticsService.convertDataToChart,com.raysmond.blog.models.dto.VisitsStatsChartDTO.getPlotOptions,list,,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.models.dto.VisitsStatsChartDTO,com.raysmond.blog.models.dto.VisitsStatsChartDTO, +14,7,null,com.raysmond.blog.services.StatisticsService.convertDataToChart,com.raysmond.blog.models.dto.VisitsStatsChartDTO.getYAxis,list,,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.models.dto.VisitsStatsChartDTO,com.raysmond.blog.models.dto.VisitsStatsChartDTO, +15,0,null,com.raysmond.blog.admin.controllers.StatisticsController.getVisitsChartByPeriodAndPostsIdList,com.raysmond.blog.services.StatisticsService.getChartDataByPeriodAndPostsList,com.raysmond.blog.models.dto.PostsIdListDTO,,com.raysmond.blog.admin.controllers.StatisticsController,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.models.dto.VisitsStatsChartDTO,com.raysmond.blog.models.dto.VisitsStatsChartDTO +15,1,null,com.raysmond.blog.services.StatisticsService.getChartDataByPeriodAndPostsList,com.raysmond.blog.models.dto.PostsIdListDTO.getIds,,,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.models.dto.PostsIdListDTO,com.raysmond.blog.models.dto.VisitsStatsChartDTO, +15,2,null,com.raysmond.blog.services.StatisticsService.getChartDataByPeriodAndPostsList,com.raysmond.blog.services.StatisticsService.getVisitsStatsByPeriodAndPostsList,,Long,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.services.StatisticsService,com.raysmond.blog.models.dto.VisitsStatsChartDTO, +16,0,null,com.raysmond.blog.admin.controllers.StoredFileController.index,com.raysmond.blog.repositories.StoredFileRepository.findAll,,,com.raysmond.blog.admin.controllers.StoredFileController,com.raysmond.blog.repositories.StoredFileRepository,,Page +16,1,null,com.raysmond.blog.admin.controllers.StoredFileController.index,com.raysmond.blog.utils.PaginatorUtil.createPagesList,,,com.raysmond.blog.admin.controllers.StoredFileController,com.raysmond.blog.utils.PaginatorUtil,, +17,0,null,com.raysmond.blog.admin.controllers.StoredFileController.upload,com.raysmond.blog.services.FileStorageService.storeFile,,"String,byte",com.raysmond.blog.admin.controllers.StoredFileController,com.raysmond.blog.services.FileStorageService,, +17,1,null,com.raysmond.blog.services.FileStorageService.storeFile,com.raysmond.blog.services.AppSetting.getStoragePath,"String,byte",,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.services.AppSetting,, +17,2,null,com.raysmond.blog.services.FileStorageService.storeFile,com.raysmond.blog.services.AppSetting.getStoragePath,"String,byte",,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.services.AppSetting,, +17,3,null,com.raysmond.blog.services.FileStorageService.storeFile,com.raysmond.blog.services.AppSetting.getStoragePath,"String,byte",,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.services.AppSetting,, +17,4,null,com.raysmond.blog.services.FileStorageService.storeFile,com.raysmond.blog.models.StoredFile.setPath,"String,byte",String,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.models.StoredFile,, +17,5,null,com.raysmond.blog.services.FileStorageService.storeFile,com.raysmond.blog.services.UserService.currentUser,"String,byte",,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.services.UserService,, +17,6,null,com.raysmond.blog.services.FileStorageService.storeFile,com.raysmond.blog.models.StoredFile.setUser,"String,byte",com.raysmond.blog.models.User,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.models.StoredFile,, +17,7,null,com.raysmond.blog.services.FileStorageService.storeFile,com.raysmond.blog.models.StoredFile.setTitle,"String,byte",String,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.models.StoredFile,, +17,8,null,com.raysmond.blog.services.FileStorageService.storeFile,com.raysmond.blog.models.StoredFile.setName,"String,byte",String,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.models.StoredFile,, +17,9,null,com.raysmond.blog.services.FileStorageService.storeFile,com.raysmond.blog.models.StoredFile.setSize,"String,byte",Long,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.models.StoredFile,, +18,0,null,com.raysmond.blog.admin.controllers.StoredFileController.editFileById,com.raysmond.blog.services.FileStorageService.getFileById,Long,Long,com.raysmond.blog.admin.controllers.StoredFileController,com.raysmond.blog.services.FileStorageService,,com.raysmond.blog.models.StoredFile +18,1,null,com.raysmond.blog.services.FileStorageService.getFileById,com.raysmond.blog.repositories.StoredFileRepository.findById,Long,Long,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.repositories.StoredFileRepository,com.raysmond.blog.models.StoredFile, +19,0,null,com.raysmond.blog.admin.controllers.StoredFileController.saveFile,com.raysmond.blog.repositories.StoredFileRepository.findById,com.raysmond.blog.forms.StoredFileForm,Long,com.raysmond.blog.admin.controllers.StoredFileController,com.raysmond.blog.repositories.StoredFileRepository,,com.raysmond.blog.models.StoredFile +19,1,null,com.raysmond.blog.admin.controllers.StoredFileController.saveFile,com.raysmond.blog.utils.DTOUtil.mapTo,com.raysmond.blog.forms.StoredFileForm,"com.raysmond.blog.forms.StoredFileForm,com.raysmond.blog.models.StoredFile",com.raysmond.blog.admin.controllers.StoredFileController,com.raysmond.blog.utils.DTOUtil,, +19,2,null,com.raysmond.blog.admin.controllers.StoredFileController.saveFile,com.raysmond.blog.services.UserService.currentUser,com.raysmond.blog.forms.StoredFileForm,,com.raysmond.blog.admin.controllers.StoredFileController,com.raysmond.blog.services.UserService,,com.raysmond.blog.models.User +19,3,null,com.raysmond.blog.admin.controllers.StoredFileController.saveFile,com.raysmond.blog.models.StoredFile.setUser,com.raysmond.blog.forms.StoredFileForm,,com.raysmond.blog.admin.controllers.StoredFileController,com.raysmond.blog.models.StoredFile,,com.raysmond.blog.models.User +19,4,null,com.raysmond.blog.admin.controllers.StoredFileController.saveFile,com.raysmond.blog.models.StoredFile.setUpdatedAt,com.raysmond.blog.forms.StoredFileForm,Date,com.raysmond.blog.admin.controllers.StoredFileController,com.raysmond.blog.models.StoredFile,, +19,5,null,com.raysmond.blog.admin.controllers.StoredFileController.saveFile,com.raysmond.blog.repositories.StoredFileRepository.save,com.raysmond.blog.forms.StoredFileForm,com.raysmond.blog.models.StoredFile,com.raysmond.blog.admin.controllers.StoredFileController,com.raysmond.blog.repositories.StoredFileRepository,, +20,0,null,com.raysmond.blog.admin.controllers.StoredFileController.deletePost,com.raysmond.blog.services.FileStorageService.deleteFileById,Long,Long,com.raysmond.blog.admin.controllers.StoredFileController,com.raysmond.blog.services.FileStorageService,String, +20,1,null,com.raysmond.blog.services.FileStorageService.deleteFileById,com.raysmond.blog.repositories.StoredFileRepository.findById,Long,Long,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.repositories.StoredFileRepository,,com.raysmond.blog.models.StoredFile +20,2,null,com.raysmond.blog.services.FileStorageService.deleteFileById,com.raysmond.blog.models.StoredFile.getPath,Long,,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.models.StoredFile,, +20,3,null,com.raysmond.blog.services.FileStorageService.deleteFileById,com.raysmond.blog.repositories.StoredFileRepository.delete,Long,com.raysmond.blog.models.StoredFile,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.repositories.StoredFileRepository,, +21,0,null,com.raysmond.blog.admin.controllers.UserController.profile,com.raysmond.blog.services.UserService.currentUser,Model,,com.raysmond.blog.admin.controllers.UserController,com.raysmond.blog.services.UserService,,com.raysmond.blog.models.User +21,1,null,com.raysmond.blog.services.UserService.currentUser,com.raysmond.blog.repositories.UserRepository.findByEmail,,String,com.raysmond.blog.services.UserService,com.raysmond.blog.repositories.UserRepository,com.raysmond.blog.models.User,com.raysmond.blog.models.User +22,0,null,com.raysmond.blog.admin.controllers.UserController.update,com.raysmond.blog.repositories.UserRepository.findOne,,Long,com.raysmond.blog.admin.controllers.UserController,com.raysmond.blog.repositories.UserRepository,,com.raysmond.blog.models.User +22,1,null,com.raysmond.blog.admin.controllers.UserController.update,com.raysmond.blog.forms.UserForm.getNewPassword,,,com.raysmond.blog.admin.controllers.UserController,com.raysmond.blog.forms.UserForm,, +22,2,null,com.raysmond.blog.admin.controllers.UserController.update,com.raysmond.blog.forms.UserForm.getNewPassword,,,com.raysmond.blog.admin.controllers.UserController,com.raysmond.blog.forms.UserForm,, +22,3,null,com.raysmond.blog.admin.controllers.UserController.update,com.raysmond.blog.services.UserService.changePassword,,"com.raysmond.blog.models.User,String,String",com.raysmond.blog.admin.controllers.UserController,com.raysmond.blog.services.UserService,, +22,4,null,com.raysmond.blog.services.UserService.changePassword,com.raysmond.blog.models.User.setPassword,"com.raysmond.blog.models.User,String,String",String,com.raysmond.blog.services.UserService,com.raysmond.blog.models.User,, +22,5,null,com.raysmond.blog.services.UserService.changePassword,com.raysmond.blog.repositories.UserRepository.save,"com.raysmond.blog.models.User,String,String",com.raysmond.blog.models.User,com.raysmond.blog.services.UserService,com.raysmond.blog.repositories.UserRepository,, +22,6,null,com.raysmond.blog.services.UserService.changePassword,com.raysmond.blog.models.User.getEmail,"com.raysmond.blog.models.User,String,String",,com.raysmond.blog.services.UserService,com.raysmond.blog.models.User,,String +23,0,null,com.raysmond.blog.controllers.HomeController.index,com.raysmond.blog.services.AppSetting.getPageSize,,,com.raysmond.blog.controllers.HomeController,com.raysmond.blog.services.AppSetting,,Integer +23,1,null,com.raysmond.blog.services.AppSetting.getPageSize,com.raysmond.blog.services.SettingService.get,,"String,Integer",com.raysmond.blog.services.AppSetting,com.raysmond.blog.services.SettingService,Integer, +23,2,null,com.raysmond.blog.controllers.HomeController.index,com.raysmond.blog.services.PostService.getAllPublishedPostsByPage,,"Integer,Integer",com.raysmond.blog.controllers.HomeController,com.raysmond.blog.services.PostService,,Page +23,3,null,com.raysmond.blog.services.PostService.getAllPublishedPostsByPage,com.raysmond.blog.repositories.PostRepository.findAllByPostTypeAndPostStatus,"Integer,Integer","PostType,PostStatus",com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,Page,Page +23,4,null,com.raysmond.blog.services.PostService.getAllPublishedPostsByPage,com.raysmond.blog.services.LikeService.getTotalLikesByPost,"Integer,Integer",com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.services.LikeService,Page, +23,5,null,com.raysmond.blog.services.PostService.getAllPublishedPostsByPage,com.raysmond.blog.services.VisitService.getUniqueVisitsCount,"Integer,Integer",com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.services.VisitService,Page, +23,6,null,com.raysmond.blog.services.PostService.getAllPublishedPostsByPage,com.raysmond.blog.models.Post.setSympathyCount,"Integer,Integer",Long,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,Page, +23,7,null,com.raysmond.blog.services.PostService.getAllPublishedPostsByPage,com.raysmond.blog.models.Post.setVisitsCount,"Integer,Integer",Long,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,Page, +23,8,null,com.raysmond.blog.controllers.HomeController.index,com.raysmond.blog.models.Post.getTotalPages,,,com.raysmond.blog.controllers.HomeController,com.raysmond.blog.models.Post,, +24,0,null,com.raysmond.blog.controllers.HomeController.about,com.raysmond.blog.services.PostService.getPublishedPostByPermalink,,String,com.raysmond.blog.controllers.HomeController,com.raysmond.blog.services.PostService,,com.raysmond.blog.models.Post +24,1,null,com.raysmond.blog.services.PostService.getPublishedPostByPermalink,com.raysmond.blog.repositories.PostRepository.findByPermalinkAndPostStatus,String,"String,PostStatus",com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post +24,2,null,com.raysmond.blog.controllers.HomeController.about,com.raysmond.blog.services.PostService.createAboutPage,,,com.raysmond.blog.controllers.HomeController,com.raysmond.blog.services.PostService,,com.raysmond.blog.models.Post +25,0,null,com.raysmond.blog.controllers.PostController.archive,com.raysmond.blog.services.PostService.getArchivePosts,,,com.raysmond.blog.controllers.PostController,com.raysmond.blog.services.PostService,,List +25,1,null,com.raysmond.blog.services.PostService.getArchivePosts,com.raysmond.blog.repositories.PostRepository.findAllByPostTypeAndPostStatus,,,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,List,com.raysmond.blog.models.Post +25,2,null,com.raysmond.blog.services.PostService.getArchivePosts,com.raysmond.blog.services.PostService.extractPostMeta,,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,List,com.raysmond.blog.models.Post +25,3,null,com.raysmond.blog.services.PostService.extractPostMeta,com.raysmond.blog.models.Post.getId,Pocom.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +25,4,null,com.raysmond.blog.services.PostService.extractPostMeta,com.raysmond.blog.models.Post.getTitle,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,String +25,5,null,com.raysmond.blog.services.PostService.extractPostMeta,com.raysmond.blog.models.Post.getPermalink,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,String +25,6,null,com.raysmond.blog.services.PostService.extractPostMeta,com.raysmond.blog.models.Post.getCreatedAt,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,String +25,7,null,com.raysmond.blog.services.PostService.extractPostMeta,com.raysmond.blog.services.LikeService.getTotalLikesByPost,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.services.LikeService,com.raysmond.blog.models.Post, +25,8,null,com.raysmond.blog.services.PostService.extractPostMeta,com.raysmond.blog.services.VisitService.getUniqueVisitsCount,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.services.VisitService,com.raysmond.blog.models.Post, +25,9,null,com.raysmond.blog.services.PostService.extractPostMeta,com.raysmond.blog.models.Post.setId,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +25,10,null,com.raysmond.blog.services.PostService.extractPostMeta,com.raysmond.blog.models.Post.setTitle,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +25,11,null,com.raysmond.blog.services.PostService.extractPostMeta,com.raysmond.blog.models.Post.setPermalink,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +25,12,null,com.raysmond.blog.services.PostService.extractPostMeta,com.raysmond.blog.models.Post.setCreatedAt,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +25,13,null,com.raysmond.blog.services.PostService.extractPostMeta,com.raysmond.blog.models.Post.setSympathyCount,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +25,14,null,com.raysmond.blog.services.PostService.extractPostMeta,com.raysmond.blog.models.Post.setVisitsCount,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +26,0,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.services.PostService.findPostByPermalink,,String,com.raysmond.blog.controllers.PostController,com.raysmond.blog.services.PostService,,com.raysmond.blog.models.Post +26,1,null,com.raysmond.blog.services.PostService.findPostByPermalink,com.raysmond.blog.services.PostService.getPublishedPostByPermalink,String,String,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post, +26,2,null,com.raysmond.blog.services.PostService.findPostByPermalink,com.raysmond.blog.services.UserService.isCurrentUserAdmin,String,,com.raysmond.blog.services.PostService,com.raysmond.blog.services.UserService,com.raysmond.blog.models.Post, +26,3,null,com.raysmond.blog.services.UserService.isCurrentUserAdmin,com.raysmond.blog.services.UserService.currentUser,,,com.raysmond.blog.services.UserService,com.raysmond.blog.services.UserService,Boolean,com.raysmond.blog.models.User +26,4,null,com.raysmond.blog.services.UserService.isCurrentUserAdmin,com.raysmond.blog.models.User.isAdmin,,,com.raysmond.blog.services.UserService,com.raysmond.blog.models.User,Boolean,Boolean +26,5,null,com.raysmond.blog.services.PostService.findPostByPermalink,com.raysmond.blog.services.PostService.getPost,String,Long,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post +26,6,null,com.raysmond.blog.services.PostService.getPost,com.raysmond.blog.repositories.PostRepository.findOne,Long,Long,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post +26,7,null,com.raysmond.blog.services.PostService.findPostByPermalink,com.raysmond.blog.services.PostService.getPublishedPost,String,Long,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post +26,8,null,com.raysmond.blog.services.PostService.getPublishedPost,com.raysmond.blog.repositories.PostRepository.findByIdAndPostStatus,Long,Long,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post +26,9,null,com.raysmond.blog.services.PostService.findPostByPermalink,com.raysmond.blog.services.PostService.createProjectsPage,String,,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post +26,10,null,com.raysmond.blog.services.PostService.createProjectsPage,com.raysmond.blog.models.Post.init,,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,,com.raysmond.blog.models.Post +26,11,null,com.raysmond.blog.services.PostService.createProjectsPage,com.raysmond.blog.models.Post.setTitle,,String,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,, +26,12,null,com.raysmond.blog.services.PostService.createProjectsPage,com.raysmond.blog.models.Post.setContent,,String,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,, +26,13,null,com.raysmond.blog.services.PostService.createProjectsPage,com.raysmond.blog.models.Post.setPermalink,,String,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,, +26,14,null,com.raysmond.blog.services.PostService.createProjectsPage,com.raysmond.blog.services.UserService.getSuperUser,,,com.raysmond.blog.services.PostService,com.raysmond.blog.services.UserService,,com.raysmond.blog.models.User +26,15,null,com.raysmond.blog.services.PostService.createProjectsPage,com.raysmond.blog.models.Post.setUser,,com.raysmond.blog.models.User,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,, +26,16,null,com.raysmond.blog.services.PostService.createProjectsPage,com.raysmond.blog.models.Post.setPostFormat,,String,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,, +26,17,null,com.raysmond.blog.services.PostService.createProjectsPage,com.raysmond.blog.services.PostService.CreatePost,,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,, +26,18,null,com.raysmond.blog.services.PostService.CreatePost,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,,com.raysmond.blog.models.Post +26,19,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.models.Post.getPostFormat,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +26,20,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.models.Post.getContent,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +26,21,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.support.web.MarkdownService.renderToHtml,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.support.web.MarkdownService,com.raysmond.blog.models.Post,String +26,22,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.models.Post.setRenderedContent,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post, +26,23,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post, +26,24,null,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.models.Post.getSeoData,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,, +26,25,null,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.models.Post.getSeoData,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,, +26,26,null,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.models.Post.getSeoData,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,,com.raysmond.blog.models.SeoPostData +26,27,null,com.raysmond.blog.services.PostService.saveSeoData,com.raysmond.blog.repositories.SeoPostDataRepository.save,com.raysmond.blog.models.Post,com.raysmond.blog.models.SeoPostData,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.SeoPostDataRepository,, +26,28,null,com.raysmond.blog.services.PostService.savePost,com.raysmond.blog.repositories.PostRepository.save,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,com.raysmond.blog.models.Post, +26,29,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.services.RequestProcessorService.getRealIp,,request,com.raysmond.blog.controllers.PostController,com.raysmond.blog.services.RequestProcessorService,, +26,30,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.services.RequestProcessorService.getRealIp,,request,com.raysmond.blog.controllers.PostController,com.raysmond.blog.services.RequestProcessorService,, +26,31,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.services.requestProcessorService.getUserAgent,,request,com.raysmond.blog.controllers.PostController,com.raysmond.blog.services.requestProcessorService,, +26,32,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.services.visitService.getUniqueVisitsCount,,com.raysmond.blog.models.Post,com.raysmond.blog.controllers.PostController,com.raysmond.blog.services.visitService,, +26,33,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.models.Post.setVisitsCount,,Long,com.raysmond.blog.controllers.PostController,com.raysmond.blog.models.Post,, +26,34,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.services.LikeService.getTotalLikesByPost,,com.raysmond.blog.models.Post,com.raysmond.blog.controllers.PostController,com.raysmond.blog.services.LikeService,, +26,35,null,com.raysmond.blog.services.LikeService.getTotalLikesByPost,com.raysmond.blog.repositories.LikeRepository.getTotalLikesByPost,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.LikeService,com.raysmond.blog.repositories.LikeRepository,, +26,36,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.models.Post.setSympathyCount,,Long,com.raysmond.blog.controllers.PostController,com.raysmond.blog.models.Post,, +26,37,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.models.Post.getSeoData,,,com.raysmond.blog.controllers.PostController,com.raysmond.blog.models.Post,, +26,38,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.models.SeoPostData.setPost,,com.raysmond.blog.models.Post,com.raysmond.blog.controllers.PostController,com.raysmond.blog.models.SeoPostData,, +26,39,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.models.Post.getSeoData,,,com.raysmond.blog.controllers.PostController,com.raysmond.blog.models.Post,,com.raysmond.blog.models.SeoPostData +26,40,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.services.PostService.getPostTags,,com.raysmond.blog.models.Post,com.raysmond.blog.controllers.PostController,com.raysmond.blog.services.PostService,,List +26,41,null,com.raysmond.blog.services.PostService.getPostTags,com.raysmond.blog.repositories.PostRepository.findOne,com.raysmond.blog.models.Post,String,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,List, +26,42,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.services.PostService.getSeoKeywordsAsString,,com.raysmond.blog.models.Post,com.raysmond.blog.controllers.PostController,com.raysmond.blog.services.PostService,, +26,43,null,com.raysmond.blog.services.PostService.getSeoKeywordsAsString,com.raysmond.blog.models.Post.getId,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,,Long +26,44,null,com.raysmond.blog.services.PostService.getSeoKeywordsAsString,com.raysmond.blog.models.Post.getSeoKeywords,com.raysmond.blog.models.Post,,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,, +26,45,null,com.raysmond.blog.controllers.PostController.show,com.raysmond.blog.models.Post.getSeoDescription,,,com.raysmond.blog.controllers.PostController,com.raysmond.blog.models.Post,, +27,0,null,com.raysmond.blog.controllers.StoredFileController.getFileById,com.raysmond.blog.services.FileStorageService.getFileByName,,String,com.raysmond.blog.controllers.StoredFileController,com.raysmond.blog.services.FileStorageService,,com.raysmond.blog.models.StoredFile +27,1,null,com.raysmond.blog.services.FileStorageService.getFileByName,com.raysmond.blog.repositories.StoredFileRepository.findByName,String,String,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.repositories.StoredFileRepository,com.raysmond.blog.models.StoredFile,com.raysmond.blog.models.StoredFile +27,2,null,com.raysmond.blog.services.FileStorageService.getFileByName,com.raysmond.blog.repositories.StoredFileRepository.findById,String,Long,com.raysmond.blog.services.FileStorageService,com.raysmond.blog.repositories.StoredFileRepository,com.raysmond.blog.models.StoredFile,com.raysmond.blog.models.StoredFile +28,0,null,com.raysmond.blog.controllers.SympathyController.likeIt,com.raysmond.blog.services.PostService.findPostByPermalink,com.raysmond.blog.controllers.SympathyRequestData,String,com.raysmond.blog.controllers.SympathyController,com.raysmond.blog.services.PostService,,com.raysmond.blog.models.Post +28,1,null,com.raysmond.blog.services.PostService.findPostByPermalink,com.raysmond.blog.services.PostService.getPublishedPostByPermalink,String,String,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post +28,2,null,com.raysmond.blog.services.PostService.getPublishedPostByPermalink,com.raysmond.blog.repositories.PostRepository.findByPermalinkAndPostStatus,String,"String,PostStatus",com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post +28,3,null,com.raysmond.blog.controllers.SympathyController.likeIt,com.raysmond.blog.services.RequestProcessorService.getRealIp,com.raysmond.blog.controllers.SympathyRequestData,,com.raysmond.blog.controllers.SympathyController,com.raysmond.blog.services.RequestProcessorService,, +28,4,null,com.raysmond.blog.controllers.SympathyController.likeIt,com.raysmond.blog.services.LikeService.likePost,com.raysmond.blog.controllers.SympathyRequestData,com.raysmond.blog.models.Post,com.raysmond.blog.controllers.SympathyController,com.raysmond.blog.services.LikeService,, +28,5,null,com.raysmond.blog.services.LikeService.likePost,com.raysmond.blog.services.UserService.currentUser,"com.raysmond.blog.models.Post,String",,com.raysmond.blog.services.LikeService,com.raysmond.blog.services.UserService,,com.raysmond.blog.models.User +28,6,null,com.raysmond.blog.services.UserService.currentUser,com.raysmond.blog.repositories.UserRepository.findByEmail,,String,com.raysmond.blog.services.UserService,com.raysmond.blog.repositories.UserRepository,com.raysmond.blog.models.User,com.raysmond.blog.models.User +28,7,null,com.raysmond.blog.services.LikeService.dislikePost,com.raysmond.blog.repositories.LikeRepository.getTotalLikesByUserAndPost,"com.raysmond.blog.models.Post,String","com.raysmond.blog.models.User,com.raysmond.blog.models.Post",com.raysmond.blog.services.LikeService,com.raysmond.blog.repositories.LikeRepository,,Integer +28,8,null,com.raysmond.blog.services.LikeService.dislikePost,com.raysmond.blog.repositories.LikeRepository.getTotalLikesByClientIpAndPost,"com.raysmond.blog.models.Post,String","String,com.raysmond.blog.models.Post",com.raysmond.blog.services.LikeService,com.raysmond.blog.repositories.LikeRepository,,Integer +28,9,null,com.raysmond.blog.services.LikeService.dislikePost,com.raysmond.blog.services.LikeService.saveSympathy,"com.raysmond.blog.models.Post,String","com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",com.raysmond.blog.services.LikeService,com.raysmond.blog.services.LikeService,, +28,10,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.models.Like.init,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",,com.raysmond.blog.services.LikeService,com.raysmond.blog.models.Like,,com.raysmond.blog.models.Like +28,11,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.models.Like.setClientIp,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",String,com.raysmond.blog.services.LikeService,com.raysmond.blog.models.Like,,com.raysmond.blog.models.Like +28,12,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.models.Like.setPost,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",com.raysmond.blog.models.Post,com.raysmond.blog.services.LikeService,com.raysmond.blog.models.Like,,com.raysmond.blog.models.Like +28,13,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.models.Like.setUser,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",com.raysmond.blog.models.User,com.raysmond.blog.services.LikeService,com.raysmond.blog.models.Like,,com.raysmond.blog.models.Like +28,14,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.models.Like.setIsAdmin,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",Boolean,com.raysmond.blog.services.LikeService,com.raysmond.blog.models.Like,,com.raysmond.blog.models.Like +28,15,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.models.Like.setSympathy,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",Integer,com.raysmond.blog.services.LikeService,com.raysmond.blog.models.Like,,com.raysmond.blog.models.Like +28,16,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.repositories.LikeRepository.save,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",com.raysmond.blog.models.Like,com.raysmond.blog.services.LikeService,com.raysmond.blog.repositories.LikeRepository,, +28,17,null,com.raysmond.blog.controllers.SympathyController.likeIt,com.raysmond.blog.forms.LikeForm.init,com.raysmond.blog.controllers.SympathyRequestData,,com.raysmond.blog.controllers.SympathyController,com.raysmond.blog.forms.LikeForm,,com.raysmond.blog.forms.LikeForm +28,18,null,com.raysmond.blog.controllers.SympathyController.likeIt,com.raysmond.blog.services.LikeService.getTotalLikesByPost,com.raysmond.blog.controllers.SympathyRequestData,com.raysmond.blog.models.Post,com.raysmond.blog.controllers.SympathyController,com.raysmond.blog.services.LikeService,, +28,19,null,com.raysmond.blog.services.LikeService.getTotalLikesByPost,com.raysmond.blog.repositories.LikeRepository.getTotalLikesByPost,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.LikeService,com.raysmond.blog.repositories.LikeRepository,Integer,Integer +28,20,null,com.raysmond.blog.controllers.SympathyController.likeIt,com.raysmond.blog.forms.LikeForm.setSympathy,com.raysmond.blog.controllers.SympathyRequestData,,com.raysmond.blog.controllers.SympathyController,com.raysmond.blog.forms.LikeForm,, +29,0,null,com.raysmond.blog.controllers.SympathyController.dislikeIt,com.raysmond.blog.services.PostService.findPostByPermalink,com.raysmond.blog.controllers.SympathyRequestData,String,com.raysmond.blog.controllers.SympathyController,com.raysmond.blog.services.PostService,,com.raysmond.blog.models.Post +29,1,null,com.raysmond.blog.services.PostService.findPostByPermalink,com.raysmond.blog.services.PostService.getPublishedPostByPermalink,String,String,com.raysmond.blog.services.PostService,com.raysmond.blog.services.PostService,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post +29,2,null,com.raysmond.blog.services.PostService.getPublishedPostByPermalink,com.raysmond.blog.repositories.PostRepository.findByPermalinkAndPostStatus,String,"String,PostStatus",com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post +29,3,null,com.raysmond.blog.controllers.SympathyController.dislikeIt,com.raysmond.blog.services.RequestProcessorService.getRealIp,com.raysmond.blog.controllers.SympathyRequestData,,com.raysmond.blog.controllers.SympathyController,com.raysmond.blog.services.RequestProcessorService,, +29,4,null,com.raysmond.blog.controllers.SympathyController.dislikeIt,com.raysmond.blog.services.LikeService.dislikePost,com.raysmond.blog.controllers.SympathyRequestData,"com.raysmond.blog.models.Post,String",com.raysmond.blog.controllers.SympathyController,com.raysmond.blog.services.LikeService,, +29,5,null,com.raysmond.blog.services.LikeService.dislikePost,com.raysmond.blog.services.UserService.currentUser,"com.raysmond.blog.models.Post,String",,com.raysmond.blog.services.LikeService,com.raysmond.blog.services.UserService,,com.raysmond.blog.models.User +29,6,null,com.raysmond.blog.services.UserService.currentUser,com.raysmond.blog.repositories.UserRepository.findByEmail,,String,com.raysmond.blog.services.UserService,com.raysmond.blog.repositories.UserRepository,com.raysmond.blog.models.User,com.raysmond.blog.models.User +29,7,null,com.raysmond.blog.services.LikeService.dislikePost,com.raysmond.blog.repositories.LikeRepository.getTotalLikesByUserAndPost,"com.raysmond.blog.models.Post,String","com.raysmond.blog.models.User,com.raysmond.blog.models.Post",com.raysmond.blog.services.LikeService,com.raysmond.blog.repositories.LikeRepository,,Integer +29,8,null,com.raysmond.blog.services.LikeService.dislikePost,com.raysmond.blog.repositories.LikeRepository.getTotalLikesByClientIpAndPost,"com.raysmond.blog.models.Post,String","String,com.raysmond.blog.models.Post",com.raysmond.blog.services.LikeService,com.raysmond.blog.repositories.LikeRepository,,Integer +29,9,null,com.raysmond.blog.services.LikeService.dislikePost,com.raysmond.blog.services.LikeService.saveSympathy,"com.raysmond.blog.models.Post,String","com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",com.raysmond.blog.services.LikeService,com.raysmond.blog.services.LikeService,, +29,10,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.models.Like.init,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",,com.raysmond.blog.services.LikeService,com.raysmond.blog.models.Like,,com.raysmond.blog.models.Like +29,11,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.models.Like.setClientIp,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",String,com.raysmond.blog.services.LikeService,com.raysmond.blog.models.Like,,com.raysmond.blog.models.Like +29,12,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.models.Like.setPost,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",com.raysmond.blog.models.Post,com.raysmond.blog.services.LikeService,com.raysmond.blog.models.Like,,com.raysmond.blog.models.Like +29,13,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.models.Like.setUser,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",com.raysmond.blog.models.User,com.raysmond.blog.services.LikeService,com.raysmond.blog.models.Like,,com.raysmond.blog.models.Like +29,14,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.models.Like.setIsAdmin,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",Boolean,com.raysmond.blog.services.LikeService,com.raysmond.blog.models.Like,,com.raysmond.blog.models.Like +29,15,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.models.Like.setSympathy,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",Integer,com.raysmond.blog.services.LikeService,com.raysmond.blog.models.Like,,com.raysmond.blog.models.Like +29,16,null,com.raysmond.blog.services.LikeService.saveSympathy,com.raysmond.blog.repositories.LikeRepository.save,"com.raysmond.blog.models.Post,com.raysmond.blog.models.User,String,Integer",com.raysmond.blog.models.Like,com.raysmond.blog.services.LikeService,com.raysmond.blog.repositories.LikeRepository,, +29,17,null,com.raysmond.blog.controllers.SympathyController.dislikeIt,com.raysmond.blog.forms.LikeForm.init,com.raysmond.blog.controllers.SympathyRequestData,,com.raysmond.blog.controllers.SympathyController,com.raysmond.blog.forms.LikeForm,,com.raysmond.blog.forms.LikeForm +29,18,null,com.raysmond.blog.controllers.SympathyController.dislikeIt,com.raysmond.blog.services.LikeService.getTotalLikesByPost,com.raysmond.blog.controllers.SympathyRequestData,com.raysmond.blog.models.Post,com.raysmond.blog.controllers.SympathyController,com.raysmond.blog.services.LikeService,, +29,19,null,com.raysmond.blog.services.LikeService.getTotalLikesByPost,com.raysmond.blog.repositories.LikeRepository.getTotalLikesByPost,com.raysmond.blog.models.Post,com.raysmond.blog.models.Post,com.raysmond.blog.services.LikeService,com.raysmond.blog.repositories.LikeRepository,Integer,Integer +29,20,null,com.raysmond.blog.controllers.SympathyController.likeIt,com.raysmond.blog.forms.LikeForm.setSympathy,com.raysmond.blog.controllers.SympathyRequestData,,com.raysmond.blog.controllers.SympathyController,com.raysmond.blog.forms.LikeForm,, +30,0,null,com.raysmond.blog.controllers.TagController.index,com.raysmond.blog.services.PostService.countPostsByTags,Model,,com.raysmond.blog.controllers.TagController,com.raysmond.blog.services.PostService,,List +30,1,null,com.raysmond.blog.services.PostService.countPostsByTags,com.raysmond.blog.repositories.PostRepository.countPostsByTags,,com.raysmond.blog.models.support.PostStatus,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,List, +31,0,null,com.raysmond.blog.controllers.TagController.showTag,com.raysmond.blog.services.TagService.getTag,String,String,com.raysmond.blog.controllers.TagController,com.raysmond.blog.services.TagService,,com.raysmond.blog.models.Tag +31,1,null,com.raysmond.blog.services.TagService.getTag,com.raysmond.blog.repositories.TagRepository.findByName,String,String,com.raysmond.blog.services.TagService,com.raysmond.blog.repositories.TagRepository,com.raysmond.blog.models.Tag,com.raysmond.blog.models.Tag +31,2,null,com.raysmond.blog.controllers.TagController.showTag,com.raysmond.blog.services.AppSetting.getPageSize,String,Integer,com.raysmond.blog.controllers.TagController,com.raysmond.blog.services.AppSetting,,Integer +31,3,null,com.raysmond.blog.services.AppSetting.getPageSize,com.raysmond.blog.services.SettingService.get,Integer,,com.raysmond.blog.services.AppSetting,com.raysmond.blog.services.SettingService,Integer, +31,4,null,com.raysmond.blog.controllers.TagController.showTag,com.raysmond.blog.services.PostService.findPostsByTag,String,"String,Integer,Long",com.raysmond.blog.controllers.TagController,com.raysmond.blog.services.PostService,,com.raysmond.blog.models.Post +32,0,null,com.raysmond.blog.seo.controllers.SitemapController.getSiteMap,com.raysmond.blog.seo.controllers.SitemapController.postService.getAllPublishedPosts,,,com.raysmond.blog.seo.controllers.SitemapController,com.raysmond.blog.seo.controllers.SitemapController.postService,String,List +32,1,null,com.raysmond.blog.seo.controllers.SitemapController.postService.getAllPublishedPosts,com.raysmond.blog.repositories.PostRepository.findAllByPostTypeAndPostStatus,,,com.raysmond.blog.seo.controllers.SitemapController.postService,com.raysmond.blog.repositories.PostRepository,List, +32,2,null,com.raysmond.blog.seo.controllers.SitemapController.getSiteMap,com.raysmond.blog.services.SeoService.createSitemap,,List,com.raysmond.blog.seo.controllers.SitemapController,com.raysmond.blog.services.SeoService,String, +32,3,null,com.raysmond.blog.services.SeoService.createSitemap,com.raysmond.blog.services.AppSetting.getMainUri,List,,com.raysmond.blog.services.SeoService,com.raysmond.blog.services.AppSetting,,String +32,4,null,com.raysmond.blog.services.AppSetting.getMainUri,com.raysmond.blog.services.SettingService.get,,,com.raysmond.blog.services.AppSetting,com.raysmond.blog.services.SettingService,String,String +32,5,null,com.raysmond.blog.services.SeoService.createSitemap,com.raysmond.blog.models.Post.getUpdatedAt,List,,com.raysmond.blog.services.SeoService,com.raysmond.blog.models.Post,,Date From c72066c39497459beb63c8f6352d052ca8dcb75a Mon Sep 17 00:00:00 2001 From: freshwlnd <985605915@qq.com> Date: Thu, 14 Oct 2021 19:00:22 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E4=BF=AE=E6=AD=A3logfile=E4=B8=AD=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E7=9A=84telegramBot=E7=B1=BB=E5=8F=8Asrc/mai?= =?UTF-8?q?n/java/com/raysmond/blog/seo/controllers/SitemapController/post?= =?UTF-8?q?Service=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- springblog.logfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/springblog.logfile b/springblog.logfile index 878af39..066bcfe 100644 --- a/springblog.logfile +++ b/springblog.logfile @@ -27,7 +27,7 @@ traceID,order,structtype,method1,method2,m1_para,m2_para,className1,className2,m 3,9,null,com.raysmond.blog.notificators.Notificator.announcePost,com.raysmond.blog.models.Post.getAnnouncement,com.raysmond.blog.models.Post,,com.raysmond.blog.notificators.Notificator,com.raysmond.blog.models.Post,,String 3,10,null,com.raysmond.blog.notificators.Notificator.announcePost,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,com.raysmond.blog.models.Post,String,com.raysmond.blog.notificators.Notificator,com.raysmond.blog.notificators.telegram.TelegramBotManager,, 3,11,null,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,com.raysmond.blog.services.TelegramBotSettings.getBotChannel,String,,com.raysmond.blog.notificators.telegram.TelegramBotManager,com.raysmond.blog.services.TelegramBotSettings,, -3,12,null,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,com.raysmond.blog.notificators.telegram.TelegramBot.sendMessageToChannel,String,"String,String",com.raysmond.blog.notificators.telegram.TelegramBotManager,com.raysmond.blog.notificators.telegram.TelegramBot,, +3,12,null,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,String,"String,String",com.raysmond.blog.notificators.telegram.TelegramBotManager,com.raysmond.blog.notificators.telegram.TelegramBot,, 3,13,null,com.raysmond.blog.admin.controllers.NotificatorController.sendTelegramAnnounce,com.raysmond.blog.models.dto.PostAnnouncementDTO.init,Long,,com.raysmond.blog.admin.controllers.NotificatorController,com.raysmond.blog.models.dto.PostAnnouncementDTO,com.raysmond.blog.models.dto.PostAnnouncementDTO,com.raysmond.blog.models.dto.PostAnnouncementDTO 4,0,null,com.raysmond.blog.admin.controllers.PostController.index,com.raysmond.blog.repositories.PostRepository.findAll,,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.repositories.PostRepository,String,com.raysmond.blog.models.Post 4,1,null,com.raysmond.blog.admin.controllers.PostController.index,com.raysmond.blog.utils.PaginatorUtil.createPagesList,,"Integer,Integer",com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.utils.PaginatorUtil,String, @@ -304,8 +304,8 @@ traceID,order,structtype,method1,method2,m1_para,m2_para,className1,className2,m 31,2,null,com.raysmond.blog.controllers.TagController.showTag,com.raysmond.blog.services.AppSetting.getPageSize,String,Integer,com.raysmond.blog.controllers.TagController,com.raysmond.blog.services.AppSetting,,Integer 31,3,null,com.raysmond.blog.services.AppSetting.getPageSize,com.raysmond.blog.services.SettingService.get,Integer,,com.raysmond.blog.services.AppSetting,com.raysmond.blog.services.SettingService,Integer, 31,4,null,com.raysmond.blog.controllers.TagController.showTag,com.raysmond.blog.services.PostService.findPostsByTag,String,"String,Integer,Long",com.raysmond.blog.controllers.TagController,com.raysmond.blog.services.PostService,,com.raysmond.blog.models.Post -32,0,null,com.raysmond.blog.seo.controllers.SitemapController.getSiteMap,com.raysmond.blog.seo.controllers.SitemapController.postService.getAllPublishedPosts,,,com.raysmond.blog.seo.controllers.SitemapController,com.raysmond.blog.seo.controllers.SitemapController.postService,String,List -32,1,null,com.raysmond.blog.seo.controllers.SitemapController.postService.getAllPublishedPosts,com.raysmond.blog.repositories.PostRepository.findAllByPostTypeAndPostStatus,,,com.raysmond.blog.seo.controllers.SitemapController.postService,com.raysmond.blog.repositories.PostRepository,List, +32,0,null,com.raysmond.blog.seo.controllers.SitemapController.getSiteMap,com.raysmond.blog.service.PostService.getAllPublishedPosts,,,com.raysmond.blog.seo.controllers.SitemapController,com.raysmond.blog.service.PostService,String,List +32,1,null,com.raysmond.blog.service.PostService.getAllPublishedPosts,com.raysmond.blog.repositories.PostRepository.findAllByPostTypeAndPostStatus,,,com.raysmond.blog.service.PostService,com.raysmond.blog.repositories.PostRepository,List, 32,2,null,com.raysmond.blog.seo.controllers.SitemapController.getSiteMap,com.raysmond.blog.services.SeoService.createSitemap,,List,com.raysmond.blog.seo.controllers.SitemapController,com.raysmond.blog.services.SeoService,String, 32,3,null,com.raysmond.blog.services.SeoService.createSitemap,com.raysmond.blog.services.AppSetting.getMainUri,List,,com.raysmond.blog.services.SeoService,com.raysmond.blog.services.AppSetting,,String 32,4,null,com.raysmond.blog.services.AppSetting.getMainUri,com.raysmond.blog.services.SettingService.get,,,com.raysmond.blog.services.AppSetting,com.raysmond.blog.services.SettingService,String,String From b55f8e24ccdf9d2609261b08c23f1210385f226a Mon Sep 17 00:00:00 2001 From: freshwlnd <985605915@qq.com> Date: Thu, 14 Oct 2021 19:21:47 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E4=BF=AE=E6=AD=A3logfile=E4=B8=AD=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E7=9A=84telegramBot=E7=B1=BB=E5=8F=8Asrc/mai?= =?UTF-8?q?n/java/com/raysmond/blog/seo/controllers/SitemapController/post?= =?UTF-8?q?Service=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- springblog.logfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/springblog.logfile b/springblog.logfile index 066bcfe..31bdd30 100644 --- a/springblog.logfile +++ b/springblog.logfile @@ -304,8 +304,8 @@ traceID,order,structtype,method1,method2,m1_para,m2_para,className1,className2,m 31,2,null,com.raysmond.blog.controllers.TagController.showTag,com.raysmond.blog.services.AppSetting.getPageSize,String,Integer,com.raysmond.blog.controllers.TagController,com.raysmond.blog.services.AppSetting,,Integer 31,3,null,com.raysmond.blog.services.AppSetting.getPageSize,com.raysmond.blog.services.SettingService.get,Integer,,com.raysmond.blog.services.AppSetting,com.raysmond.blog.services.SettingService,Integer, 31,4,null,com.raysmond.blog.controllers.TagController.showTag,com.raysmond.blog.services.PostService.findPostsByTag,String,"String,Integer,Long",com.raysmond.blog.controllers.TagController,com.raysmond.blog.services.PostService,,com.raysmond.blog.models.Post -32,0,null,com.raysmond.blog.seo.controllers.SitemapController.getSiteMap,com.raysmond.blog.service.PostService.getAllPublishedPosts,,,com.raysmond.blog.seo.controllers.SitemapController,com.raysmond.blog.service.PostService,String,List -32,1,null,com.raysmond.blog.service.PostService.getAllPublishedPosts,com.raysmond.blog.repositories.PostRepository.findAllByPostTypeAndPostStatus,,,com.raysmond.blog.service.PostService,com.raysmond.blog.repositories.PostRepository,List, +32,0,null,com.raysmond.blog.seo.controllers.SitemapController.getSiteMap,com.raysmond.blog.services.PostService.getAllPublishedPosts,,,com.raysmond.blog.seo.controllers.SitemapController,com.raysmond.blog.services.PostService,String,List +32,1,null,com.raysmond.blog.services.PostService.getAllPublishedPosts,com.raysmond.blog.repositories.PostRepository.findAllByPostTypeAndPostStatus,,,com.raysmond.blog.services.PostService,com.raysmond.blog.repositories.PostRepository,List, 32,2,null,com.raysmond.blog.seo.controllers.SitemapController.getSiteMap,com.raysmond.blog.services.SeoService.createSitemap,,List,com.raysmond.blog.seo.controllers.SitemapController,com.raysmond.blog.services.SeoService,String, 32,3,null,com.raysmond.blog.services.SeoService.createSitemap,com.raysmond.blog.services.AppSetting.getMainUri,List,,com.raysmond.blog.services.SeoService,com.raysmond.blog.services.AppSetting,,String 32,4,null,com.raysmond.blog.services.AppSetting.getMainUri,com.raysmond.blog.services.SettingService.get,,,com.raysmond.blog.services.AppSetting,com.raysmond.blog.services.SettingService,String,String From 1b233841a74fce2cc7c4df9c8cac7785faf3f1c0 Mon Sep 17 00:00:00 2001 From: freshwlnd <985605915@qq.com> Date: Sat, 16 Oct 2021 03:10:51 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E4=BF=AE=E6=AD=A3logfile=E4=B8=AD=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E7=9A=84telegramBot=E7=B1=BB=E5=8F=8Asrc/mai?= =?UTF-8?q?n/java/com/raysmond/blog/seo/controllers/SitemapController/post?= =?UTF-8?q?Service=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- springblog.logfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springblog.logfile b/springblog.logfile index 31bdd30..73f6b9b 100644 --- a/springblog.logfile +++ b/springblog.logfile @@ -27,7 +27,7 @@ traceID,order,structtype,method1,method2,m1_para,m2_para,className1,className2,m 3,9,null,com.raysmond.blog.notificators.Notificator.announcePost,com.raysmond.blog.models.Post.getAnnouncement,com.raysmond.blog.models.Post,,com.raysmond.blog.notificators.Notificator,com.raysmond.blog.models.Post,,String 3,10,null,com.raysmond.blog.notificators.Notificator.announcePost,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,com.raysmond.blog.models.Post,String,com.raysmond.blog.notificators.Notificator,com.raysmond.blog.notificators.telegram.TelegramBotManager,, 3,11,null,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,com.raysmond.blog.services.TelegramBotSettings.getBotChannel,String,,com.raysmond.blog.notificators.telegram.TelegramBotManager,com.raysmond.blog.services.TelegramBotSettings,, -3,12,null,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,String,"String,String",com.raysmond.blog.notificators.telegram.TelegramBotManager,com.raysmond.blog.notificators.telegram.TelegramBot,, +3,12,null,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,com.raysmond.blog.notificators.telegram.TelegramBotManager.sendMessageToChannel,String,"String,String",com.raysmond.blog.notificators.telegram.TelegramBotManager,com.raysmond.blog.notificators.telegram.TelegramBotManager,, 3,13,null,com.raysmond.blog.admin.controllers.NotificatorController.sendTelegramAnnounce,com.raysmond.blog.models.dto.PostAnnouncementDTO.init,Long,,com.raysmond.blog.admin.controllers.NotificatorController,com.raysmond.blog.models.dto.PostAnnouncementDTO,com.raysmond.blog.models.dto.PostAnnouncementDTO,com.raysmond.blog.models.dto.PostAnnouncementDTO 4,0,null,com.raysmond.blog.admin.controllers.PostController.index,com.raysmond.blog.repositories.PostRepository.findAll,,,com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.repositories.PostRepository,String,com.raysmond.blog.models.Post 4,1,null,com.raysmond.blog.admin.controllers.PostController.index,com.raysmond.blog.utils.PaginatorUtil.createPagesList,,"Integer,Integer",com.raysmond.blog.admin.controllers.PostController,com.raysmond.blog.utils.PaginatorUtil,String, From 203a586ffce1aeb2c0400f0968acf7d4d02d9597 Mon Sep 17 00:00:00 2001 From: freshwlnd <985605915@qq.com> Date: Wed, 10 May 2023 10:26:50 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 6 ++++-- docker-compose.yml | 2 +- src/main/resources/application-mysql.yml | 2 +- src/main/resources/application-production.yml | 2 +- src/main/resources/application.yml | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 7eaff24..2b3248f 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,8 @@ dependencies { compile 'org.springframework.security:spring-security-web:4.2.3.RELEASE' //persistence - compile 'com.zaxxer:HikariCP:+' +// compile 'com.zaxxer:HikariCP:+' + compile 'com.zaxxer:HikariCP:2.5.1' compile 'org.springframework:spring-orm:4.3.13.RELEASE' compile 'org.hibernate:hibernate-entitymanager:5.0.12.Final' compile 'javax.el:javax.el-api:+' @@ -72,7 +73,8 @@ dependencies { //compile 'mysql:mysql-connector-java:+' // PostgreSQL - compile 'org.postgresql:postgresql:42.1.1' +// compile 'org.postgresql:postgresql:42.1.1' + compile 'org.postgresql:postgresql:+' // Validation compile 'org.hibernate:hibernate-validator:5.3.6.Final' diff --git a/docker-compose.yml b/docker-compose.yml index 0e1d837..8a25a36 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: environment: - MYSQL_USER=root - MYSQL_DATABASE=spring_blog - - MYSQL_ROOT_PASSWORD=123456 + - MYSQL_ROOT_PASSWORD= webapp: image: java:8 links: diff --git a/src/main/resources/application-mysql.yml b/src/main/resources/application-mysql.yml index 80d7039..e7a03e5 100644 --- a/src/main/resources/application-mysql.yml +++ b/src/main/resources/application-mysql.yml @@ -16,7 +16,7 @@ spring: driverClassName: com.mysql.cj.jdbc.Driver url: jdbc:mysql://mysql/spring_blog?serverTimezone=UTC username: root - password: 123456 + password: hibernate: dialect: org.hibernate.dialect.MySQLDialect diff --git a/src/main/resources/application-production.yml b/src/main/resources/application-production.yml index a561deb..f30503c 100644 --- a/src/main/resources/application-production.yml +++ b/src/main/resources/application-production.yml @@ -5,7 +5,7 @@ server: telegram: bot: - enabled: true + enabled: false name: bvn13_blog_bot channel: bvn13_blog token_file: private/telegram_bot.token diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 16cd829..dc014d2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -5,7 +5,7 @@ server: telegram: bot: - enabled: true + enabled: false name: bvn13_blog_test_bot channel: bvn13_blog_test token_file: private/telegram_bot_test.token From 55089d3efc620330ae71e21c3c98f47909eadfea Mon Sep 17 00:00:00 2001 From: freshwlnd <985605915@qq.com> Date: Wed, 10 May 2023 15:19:23 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dwarning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2b3248f..f6da4e6 100644 --- a/build.gradle +++ b/build.gradle @@ -26,6 +26,10 @@ configurations { all*.exclude module: 'spring-boot-starter-logging' } +//tasks.withType(JavaCompile) { +// options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked" +//} + dependencies { // spring boot compile "org.springframework.boot:spring-boot-starter-web-services:1.5.9.RELEASE" @@ -37,7 +41,9 @@ dependencies { compile(group: 'org.springframework.boot', name: 'spring-boot-starter', version:'1.5.9.RELEASE') { exclude(module: 'spring-boot-starter-logging') } - compile 'org.springframework.boot:spring-boot-starter-log4j2:1.5.9.RELEASE' + compile ('org.springframework.boot:spring-boot-starter-log4j2:1.5.9.RELEASE') { + exclude group: 'org.apache.logging.log4j', module: 'log4j-slf4j-impl' + } compile 'org.springframework.boot:spring-boot-starter-data-jpa:1.5.9.RELEASE' compile 'org.springframework.boot:spring-boot-starter-security:1.5.9.RELEASE'