
spring
~贝母~
人生苦短我用python
展开
-
记录问题:严重: Web应用程序注册了JDBC驱动程序 [com.mysql.cj.jdbc.Driver],但在Web应用程序停止时无法注销它
如果是mysql5.0系列的数据库应该直接调用shutdown方法,则代码行应为AbandonedConnectionCleanupThread.shuthutdown();这里需要注意的是AbandonedConnectionCleanupThread.uncheckedShutdown();这行代码的mysql版本是8.0系列。ServletContextListener中的contextDestroyed方法。设置一个监听类在servlet注销的时候实现。原创 2021-12-19 11:21:14 · 1781 阅读 · 0 评论 -
记录问题:spring使用依赖注入弹出警告org.springframework.core.LocalVariableTableParameterNameDiscoverer inspectClass
记录问题:org.springframework.core.LocalVariableTableParameterNameDiscoverer inspectClass警告: Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: com.xxx.xxx.xxx原创 2022-02-26 08:17:00 · 5290 阅读 · 1 评论