mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-06-24 14:06:39 +00:00
搜索服务完成
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
package com.java2nb.novel;
|
||||
|
||||
import com.java2nb.novel.common.cache.CacheService;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.cloud.openfeign.EnableFeignClients;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.FilterType;
|
||||
|
||||
/**
|
||||
* 作家微服务启动器
|
||||
@ -11,6 +14,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
|
||||
* @since 2020/5/27
|
||||
*/
|
||||
@SpringBootApplication
|
||||
//@ComponentScan(excludeFilters = {@ComponentScan.Filter(type = FilterType.ASSIGNABLE_TYPE, classes = {CacheService.class})})
|
||||
@EnableFeignClients
|
||||
public class AuthorApplication {
|
||||
|
||||
|
Reference in New Issue
Block a user