Browse Source

修改配置文件

k 2 years ago
parent
commit
f1b7226199
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-admin/src/main/java/com/ruoyi/init/StartService.java

+ 1 - 1
ruoyi-admin/src/main/java/com/ruoyi/init/StartService.java

@@ -38,7 +38,7 @@ public class StartService implements CommandLineRunner {
         }
 
         //光栅检测
-        if (testTagConfig.getAciService()) {
+        if (testTagConfig.getGsService()) {
             ServerGs server = new ServerGs(2002, configService);
             server.start();
         }