redWite.log 1.6 KB

12345678910
  1. 2023-07-24 10:07:46.584 INFO 7752 --- [main] com.tencent.RedwitCsvApplication : Starting RedwitCsvApplication using Java 1.8.0_281 on DESKTOP-2FDDRNG with PID 7752 (C:\Users\DELL\Desktop\Complaints project\redwit_csv\target\classes started by DELL in C:\Users\DELL\Desktop\Complaints project\redwit_csv)
  2. 2023-07-24 10:07:46.629 INFO 7752 --- [main] com.tencent.RedwitCsvApplication : No active profile set, falling back to 1 default profile: "default"
  3. 2023-07-24 10:07:51.469 INFO 7752 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 12002 (http)
  4. 2023-07-24 10:07:51.479 INFO 7752 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  5. 2023-07-24 10:07:51.480 INFO 7752 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.63]
  6. 2023-07-24 10:07:51.640 INFO 7752 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  7. 2023-07-24 10:07:51.641 INFO 7752 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4864 ms
  8. 2023-07-24 10:07:52.825 WARN 7752 --- [main] c.b.m.core.metadata.TableInfoHelper : Can not find table primary key in Class: "com.tencent.pojo.LnPmDataHw".
  9. 2023-07-24 10:07:53.260 INFO 7752 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 12002 (http) with context path ''
  10. 2023-07-24 10:07:53.275 INFO 7752 --- [main] com.tencent.RedwitCsvApplication : Started RedwitCsvApplication in 7.698 seconds (JVM running for 8.413)