diff --git a/ruoyi-extra/ruoyi-powerjob-server/src/main/resources/application-prod.properties b/ruoyi-extra/ruoyi-powerjob-server/src/main/resources/application-prod.properties
index 1560993..d45bd76 100644
--- a/ruoyi-extra/ruoyi-powerjob-server/src/main/resources/application-prod.properties
+++ b/ruoyi-extra/ruoyi-powerjob-server/src/main/resources/application-prod.properties
@@ -1,8 +1,9 @@
 oms.env=prod
 
 ####### Database properties(Configure according to the the environment) #######
-spring.datasource.core.driver-class-name=com.mysql.cj.jdbc.Driver
-spring.datasource.core.jdbc-url=jdbc:mysql://172.16.0.151:3306/ruoyi-flex?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
+spring.datasource.remote.hibernate.properties.hibernate.dialect=tech.powerjob.server.persistence.config.dialect.PowerJobPGDialect
+spring.datasource.core.driver-class-name=org.postgresql.Driver
+spring.datasource.core.jdbc-url=jdbc:postgresql://172.16.0.151:5432/ruoyi-flex?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
 spring.datasource.core.username=root
 spring.datasource.core.password=root
 spring.datasource.core.maximum-pool-size=20