记录一次PowerJob使用达梦数据库的配置

需要拉取git代码修改重新打包

Git仓库: https://gitee.com/KFCFans/PowerJob

  1. 添加pom的依赖
        
        
            com.dameng
            DmJdbcDriver18
            8.1.1.193
        
        
        
            com.dameng
            DmDialect-for-hibernate5.6
            8.1.2.192
        

  1. 配置application.properties
    记录一次PowerJob使用达梦数据库的配置_第1张图片
spring.datasource.core.driver-class-name=dm.jdbc.driver.DmDriver
spring.datasource.core.jdbc-url=jdbc:dm://xxx?schema=xxx
spring.datasource.core.username=
spring.datasource.core.password=
spring.datasource.core.maximum-pool-size=20
spring.datasource.core.minimum-idle=5
spring.datasource.remote.hibernate.properties.hibernate.dialect=org.hibernate.dialect.DmDialect
  1. 再重新打包,使用PowerJob大神的 Dockerfile 构建新的镜像,如果是基于docker-compose.yml 有想跨服务器部署的形式
    参考另一篇博客: http://t.csdn.cn/1mfE5

你可能感兴趣的:(PowerJob,java,数据库,java,PowerJob)