MyBatis-Spring-Boot icon indicating copy to clipboard operation
MyBatis-Spring-Boot copied to clipboard

如何将数据源修改为DB2,并指定schema?

Open liuguichuan666 opened this issue 8 years ago • 2 comments

我将application_dev.properties下这些都修改了 spring.datasource.url= spring.datasource.username= spring.datasource.password= spring.datasource.driver-class-name= application.properties pagehelper.helperDialect=db2 但是启动不了

liuguichuan666 avatar Jan 18 '18 03:01 liuguichuan666

错误是什么?

abel533 avatar Jan 20 '18 09:01 abel533

try: url="jdbc:db2://127.0.0.1:5912/mydb:currentSchema=schema;"/>

eric-liu1985 avatar May 20 '19 03:05 eric-liu1985