更新开发文档

This commit is contained in:
数据小王子 2024-04-09 10:48:56 +08:00
parent ee3272918b
commit 5de6e70ca1
5 changed files with 14 additions and 2 deletions

Binary file not shown.

View File

@ -1,10 +1,16 @@
spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
# mysql数据库
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/ruoyi-flex?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: root
password: Root@369
# postgresql数据库
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://localhost:5432/ruoyi-flex?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
# username: postgres
# password: postgres@369
hikari:
connection-timeout: 30000
validation-timeout: 5000

View File

@ -1,10 +1,16 @@
spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
# mysql数据库
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/ruoyi-flex?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: root
password: Root@369
# postgresql数据库
#driver-class-name: org.postgresql.Driver
#url: jdbc:postgresql://localhost:5432/ruoyi-flex?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
#username: postgres
#password: postgres@369
hikari:
connection-timeout: 30000
validation-timeout: 5000

View File

@ -38,7 +38,7 @@ spring.boot.admin.client:
# 增加客户端开关
enabled: true
# 设置 Spring Boot Admin Server 地址
url: http://172.16.0.151:9090/admin
url: http://localhost:9090/admin
instance:
service-host-type: IP
username: ruoyi

View File

@ -1,7 +1,7 @@
oms.env=prod
####### Database properties(Configure according to the the environment) #######
spring.datasource.remote.hibernate.properties.hibernate.dialect=tech.powerjob.server.persistence.config.dialect.PowerJobPGDialect
#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://localhost:5432/ruoyi-flex?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
#spring.datasource.core.username=postgres