temp log

2022-06-02 18:20:48.871 INFO [main][][io.terminus.platform.sdk.autoconfig.AutumnAutoConfiguration]-|host --> localhost
2022-06-02 18:20:48.871 INFO [main][][io.terminus.platform.sdk.autoconfig.AutumnAutoConfiguration]-|port --> 8081
2022-06-02 18:20:48.871 INFO [main][][io.terminus.platform.sdk.autoconfig.AutumnAutoConfiguration]-|projectId --> trantor
2022-06-02 18:20:49.212 INFO [main][][API_DS]-|autumn passive config not found or not enable, autumnPassiveProperties:AutumnPassiveProperties(host=null, port=null, database=null, userName=null, password=null, enable=false)
2022-06-02 18:20:52.755 WARN [main][][org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext]-|Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'moduleBootstrap' defined in URL [jar:file:/Users/cwl/.m2/repository/io/terminus/trantor/trantor-runtime/1.0.23.2.rich-client.RELEASE/trantor-runtime-1.0.23.2.rich-client.RELEASE.jar!/io/terminus/trantorframework/module/ModuleBootstrap.class]: 'moduleBootstrap' depends on missing bean 'asyncJdbcTemplateUtils'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'asyncJdbcTemplateUtils' available
2022-06-02 18:20:52.835 INFO [main][][org.apache.dubbo.spring.boot.context.event.AwaitingNonWebApplicationListener]-| [Dubbo] Current Spring Boot Application is about to shutdown...
2022-06-02 18:20:52.837 INFO [main][][org.apache.catalina.core.StandardService]-|Stopping service [Tomcat]
2022-06-02 18:20:52.918 WARN [main][][org.apache.catalina.loader.WebappClassLoaderBase]-|The web application [ROOT] appears to have started a thread named [ForkJoinPool.commonPool-worker-3] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
sun.misc.Unsafe.park(Native Method)
java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)
2022-06-02 18:20:52.939 INFO [main][][org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener]-|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-06-02 18:20:53.020 ERROR [main][][org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter]-|
***************************
APPLICATION FAILED TO START
***************************
Description:
A component required a bean named 'asyncJdbcTemplateUtils' that could not be found.
Action:
Consider defining a bean named 'asyncJdbcTemplateUtils' in your configuration.