Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
peizhen-java
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PeiZhen-Java
peizhen-java
Commits
88d2b5a1
Commit
88d2b5a1
authored
Oct 10, 2023
by
sdif
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回滚配置文件
parent
dbe16afd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
30 deletions
+30
-30
pz-admin/src/main/resources/application-dev.yml
+30
-30
No files found.
pz-admin/src/main/resources/application-dev.yml
View file @
88d2b5a1
...
@@ -53,33 +53,33 @@ spring:
...
@@ -53,33 +53,33 @@ spring:
username
:
root
username
:
root
password
:
4f9fa23639242790
password
:
4f9fa23639242790
# 从库数据源
# 从库数据源
# slave:
# slave:
# lazy: true
# lazy: true
# type: ${spring.datasource.type}
# type: ${spring.datasource.type}
# driverClassName: com.mysql.cj.jdbc.Driver
# driverClassName: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
# url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
# username:
# username:
# password:
# password:
# oracle:
# oracle:
# type: ${spring.datasource.type}
# type: ${spring.datasource.type}
# driverClassName: oracle.jdbc.OracleDriver
# driverClassName: oracle.jdbc.OracleDriver
# url: jdbc:oracle:thin:@//localhost:1521/XE
# url: jdbc:oracle:thin:@//localhost:1521/XE
# username: ROOT
# username: ROOT
# password: root
# password: root
# hikari:
# hikari:
# connectionTestQuery: SELECT 1 FROM DUAL
# connectionTestQuery: SELECT 1 FROM DUAL
# postgres:
# postgres:
# type: ${spring.datasource.type}
# type: ${spring.datasource.type}
# driverClassName: org.postgresql.Driver
# driverClassName: org.postgresql.Driver
# url: jdbc:postgresql://localhost:5432/postgres?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
# url: jdbc:postgresql://localhost:5432/postgres?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
# username: root
# username: root
# password: root
# password: root
# sqlserver:
# sqlserver:
# type: ${spring.datasource.type}
# type: ${spring.datasource.type}
# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
# url: jdbc:sqlserver://localhost:1433;DatabaseName=tempdb;SelectMethod=cursor;encrypt=false;rewriteBatchedStatements=true
# url: jdbc:sqlserver://localhost:1433;DatabaseName=tempdb;SelectMethod=cursor;encrypt=false;rewriteBatchedStatements=true
# username: SA
# username: SA
# password: root
# password: root
hikari
:
hikari
:
# 最大连接池数量
# 最大连接池数量
maxPoolSize
:
20
maxPoolSize
:
20
...
@@ -102,13 +102,13 @@ spring:
...
@@ -102,13 +102,13 @@ spring:
spring
:
spring
:
redis
:
redis
:
# 地址
# 地址
host
:
127.0.0.1
host
:
cluster1.prd.nyinhong.com
# 端口,默认为6379
# 端口,默认为6379
port
:
63
7
9
port
:
63
1
9
# 数据库索引
# 数据库索引
database
:
3
database
:
3
# 密码(如没有密码请注释掉)
# 密码(如没有密码请注释掉)
#
password: yongqi@2022
password
:
yongqi@2022
# 连接超时时间
# 连接超时时间
timeout
:
10s
timeout
:
10s
# 是否开启ssl
# 是否开启ssl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment