为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。 【DM版本】:dm8 【操作系统】:win64 【CPU】: 【问题描述】*:
#数据库设置 需要开启Oracle适配模式,否则SpringBoot自带方言包无法识别DM的metaData spring.datasource.driver-class-name=dm.jdbc.driver.DmDriver spring.datasource.username=SYSDBA spring.datasource.password=SYSDBA spring.datasource.url=jdbc:dm://127.0.0.1:5236?compatibleMode=oracle
#数据库设置 需要开启Oracle适配模式,否则SpringBoot自带方言包无法识别DM的metaData
spring.datasource.driver-class-name=dm.jdbc.driver.DmDriver
spring.datasource.username=SYSDBA
spring.datasource.password=SYSDBA
spring.datasource.url=jdbc:dm://127.0.0.1:5236?compatibleMode=oracle