严智鑫
2024-04-10 d56a642531aaf184c1431ae9bb1adee9418cae6c
CacheGlassModule/src/main/java/com/mes/MesApplication.java
@@ -1,6 +1,9 @@
package com.mes;
import com.mes.common.PlcTools.S7object;
import com.mes.mapper.PpMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
@@ -16,10 +19,10 @@
    public static void main(String[] args) {
        SpringApplication.run(MesApplication.class, args);
        try {
           // System.out.println(" [x] Sent 3");
            //new NettyServer(12345).start();
        } catch (Exception e) {
            throw new RuntimeException(e);
        }
    }
}