表格列表-表单构建-redis监控

This commit is contained in:
lyd
2022-08-05 13:53:58 +08:00
parent 4d562043d5
commit a1679eec50
100 changed files with 10306 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
package org.nl;
import com.alicp.jetcache.anno.config.EnableCreateCacheAnnotation;
import com.alicp.jetcache.anno.config.EnableMethodCache;
import io.swagger.annotations.Api;
import org.nl.annotation.rest.AnonymousGetMapping;
import org.nl.utils.SpringContextHolder;
@@ -30,6 +32,8 @@ import org.springframework.web.bind.annotation.RestController;
@ServletComponentScan
@EnableTransactionManagement
@EnableJpaAuditing(auditorAwareRef = "auditorAware")
@EnableMethodCache(basePackages = "org.nl")
@EnableCreateCacheAnnotation
public class AppRun {
public static void main(String[] args) {