增加grpc文档支持
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.zyplayer.doc.manage.framework.config;
|
||||
|
||||
import com.zyplayer.doc.grpc.framework.config.EnableDocGrpc;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
/**
|
||||
* @Author
|
||||
* @Date 2018/11/11
|
||||
**/
|
||||
@EnableDocGrpc
|
||||
@Configuration
|
||||
public class DocGrpcConfig {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user