集成阿里云OSS,增加文件微服务

This commit is contained in:
xiongxiaoyang
2020-06-03 00:49:46 +08:00
parent 1bda806862
commit e790ae0b05
23 changed files with 551 additions and 42 deletions

View File

@ -16,7 +16,10 @@ import org.springframework.stereotype.Component;
/**
* @author 11797
* 消息监听器
* @author xiongxiaoyang
* @version 1.0
* @since 2020/6/2
*/
@Component
@Slf4j

View File

@ -1,7 +1,6 @@
package com.java2nb.novel.search.service;
import com.github.pagehelper.PageInfo;
import com.java2nb.novel.book.entity.Book;
import com.java2nb.novel.common.bean.PageBean;
import com.java2nb.novel.search.vo.EsBookVO;