09 2024 档案
jeecg 3.7.0连接达梦8数据库报错 Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class
摘要:参考之前的博文设置过连接达梦数据库 根据提示,应该是jdbc驱动不兼容导致。博主使用的达梦数据库是20240715版本,需要使用8.1.3.149版本的jdbc驱动才能连接。在jeecg中更新jdbc驱动,下面以maven为例 1.在maven的配置文件settings.xml中的<mirrors>
阅读全文
JEECG 3.7.0连接达梦8数据库流程
摘要:依照官方文档操作 1. 关闭flyway 2.修改application-dev.yml文件 spring: datasource: druid: stat-view-servlet: enabled: true loginUsername: admin loginPassword: 123456
阅读全文
浙公网安备 33010602011771号