1.单机模式将内置数据库derby改为mysql:
踩坑:
按照以上操作,启动nacos报错。 org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested 等等等等提到了timezone,
解决加上
?serverTimezone=GMT%2B8
测试成功能写入数据库:
原文:https://www.cnblogs.com/dayanjing/p/14828156.html