|
@ -1,6 +1,7 @@ |
|
|
package a8k; |
|
|
package a8k; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import de.codecentric.boot.admin.server.config.EnableAdminServer; |
|
|
import org.springframework.core.env.Environment; |
|
|
import org.springframework.core.env.Environment; |
|
|
import jakarta.annotation.Resource; |
|
|
import jakarta.annotation.Resource; |
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
import lombok.extern.slf4j.Slf4j; |
|
@ -14,8 +15,9 @@ import org.springframework.context.annotation.EnableAspectJAutoProxy; |
|
|
import org.springframework.context.event.ContextRefreshedEvent; |
|
|
import org.springframework.context.event.ContextRefreshedEvent; |
|
|
import org.springframework.stereotype.Component; |
|
|
import org.springframework.stereotype.Component; |
|
|
|
|
|
|
|
|
@SpringBootApplication |
|
|
|
|
|
@Slf4j |
|
|
@Slf4j |
|
|
|
|
|
@SpringBootApplication |
|
|
|
|
|
@EnableAdminServer |
|
|
public class BoditechA800Application implements ApplicationListener<ContextRefreshedEvent> { |
|
|
public class BoditechA800Application implements ApplicationListener<ContextRefreshedEvent> { |
|
|
|
|
|
|
|
|
@Resource |
|
|
@Resource |
|
|