Change application name, and set debug level to info
This commit is contained in:
parent
e7e12bc6a1
commit
dcb1ce1012
@ -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);
|
||||
}
|
||||
}
|
||||
@ -91,5 +91,5 @@ logging:
|
||||
file:
|
||||
name: "logs/"
|
||||
level:
|
||||
com.zhangy: debug
|
||||
com.zhangy: info
|
||||
org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler: OFF
|
||||
Loading…
Reference in New Issue
Block a user