update nacos 2.4.3 => 2.5.1 升级数据库需要重新执行

This commit is contained in:
疯狂的狮子Li
2025-03-11 16:12:19 +08:00
parent 08ace3680d
commit ab61943cc5
27 changed files with 147 additions and 160 deletions

View File

@@ -25,7 +25,6 @@ import org.springframework.boot.web.servlet.ServletComponentScan;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.ComponentScan.Filter;
import org.springframework.context.annotation.FilterType;
import org.springframework.scheduling.annotation.EnableScheduling;
/**
* Nacos starter.
@@ -41,7 +40,6 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@Filter(type = FilterType.CUSTOM, classes = {TypeExcludeFilter.class}),
@Filter(type = FilterType.CUSTOM, classes = {AutoConfigurationExcludeFilter.class})})
@ServletComponentScan
@EnableScheduling
public class Nacos {
public static void main(String[] args) {