Merge remote-tracking branch 'origin/main'

This commit is contained in:
longguancheng 2026-01-26 11:14:46 +08:00
commit dd67784d85
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@EnableScheduling
@MapperScan("com.zhangy.skyeye.**.mapper")
@SpringBootApplication(scanBasePackages = "com.zhangy.**")
public class LdApplication {
public class SEApplication {
public static void main(String[] args) {
SpringApplication.run(LdApplication.class, args);
SpringApplication.run(SEApplication.class, args);
}
}

View File

@ -91,5 +91,5 @@ logging:
file:
name: "logs/"
level:
com.zhangy: debug
com.zhangy: info
org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler: OFF