Commit e0f4b7a1 by huangfusuper

rpc插件服务端注解开启

parent 0e92d305
......@@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* @author huangfu
*/
@SpringBootApplication
//@EnablePluginService
@EnablePluginService
public class ServerApplication {
public static void main(String[] args) {
SpringApplication.run(ServerApplication.class,args);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment