Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
dd67784d85
@ -8,8 +8,8 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
|||||||
@EnableScheduling
|
@EnableScheduling
|
||||||
@MapperScan("com.zhangy.skyeye.**.mapper")
|
@MapperScan("com.zhangy.skyeye.**.mapper")
|
||||||
@SpringBootApplication(scanBasePackages = "com.zhangy.**")
|
@SpringBootApplication(scanBasePackages = "com.zhangy.**")
|
||||||
public class LdApplication {
|
public class SEApplication {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(LdApplication.class, args);
|
SpringApplication.run(SEApplication.class, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -91,5 +91,5 @@ logging:
|
|||||||
file:
|
file:
|
||||||
name: "logs/"
|
name: "logs/"
|
||||||
level:
|
level:
|
||||||
com.zhangy: debug
|
com.zhangy: info
|
||||||
org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler: OFF
|
org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler: OFF
|
||||||
Loading…
Reference in New Issue
Block a user