优化方阵、光伏板、光伏板点方法逻辑和性能

This commit is contained in:
lcj
2025-04-27 18:05:00 +08:00
parent 19754c1ca9
commit a65a73c512
14 changed files with 350 additions and 141 deletions

View File

@ -3,6 +3,7 @@ package org.dromara;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
import org.springframework.scheduling.annotation.EnableAsync;
/**
@ -10,8 +11,9 @@ import org.springframework.scheduling.annotation.EnableAsync;
*
* @author Lion Li
*/
@EnableAsync
@SpringBootApplication
@EnableAsync
@EnableAspectJAutoProxy(proxyTargetClass = true, exposeProxy = true)
public class DromaraApplication {
public static void main(String[] args) {