confluence
confluence copied to clipboard
使用jira启动的mysql 8 配置到confluence
Loading class com.mysql.jdbc.Driver'. This is deprecated. The new driver class is
com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
因为jira 那边已经启动了一个mysql 那么我就复用一个mysql 创建对应的用户和库
/opt/confluence/confluence/WEB-INF/lib 和 /opt/confluence/lib 都有这个驱动文件
Deprecated
means that it can still be used, but may be removed in later versions.
I have also encountered the problem you mentioned, deprecated
does not block program operation.
It's just that the initialization time is quite long, just wait a bit and it'll be fine
My testing machine has a 16 core, 32GB of memory, and completes the initialization phase in approximately 109 seconds.
25-Apr-2023 14:36:34.708 WARNING [Catalina-utility-2] org.apache.catalina.valves.StuckThreadDetectionValve.notifyStuckThreadCompleted Thread [http-nio-8090-exec-7] (id=[83]) was previously reported to be stuck but has completed. It was active for approximately [109,952] milliseconds.