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.SelectInfo; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cache.annotation.EnableCaching; @@ -21,4 +24,5 @@ throw new RuntimeException(e); } } }