Commit e0f4b7a1 by huangfusuper

rpc插件服务端注解开启

parent 0e92d305
...@@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; ...@@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* @author huangfu * @author huangfu
*/ */
@SpringBootApplication @SpringBootApplication
//@EnablePluginService @EnablePluginService
public class ServerApplication { public class ServerApplication {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(ServerApplication.class,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