Spring实现FastDFS客户端
Spring客户端实现FastDFS系统文件的上传、下载和预览
more >>Spring实现@CurrentUser自定义注解获取当前登录用户。
为了在方法中使用当前用户参数, 实现自定义注解@CurrentUser,将用户数据注入到方法。
当不需要@CurrentUser注解做拦截获取当前用户时,增加@DisableToken注解,放行用户请求。
more >>tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true