mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-28 16:22:45 +08:00
默认配置
This commit is contained in:
parent
28b9bb6495
commit
aa469d41e6
@ -8,9 +8,9 @@ spring:
|
||||
proxy-target-class: true
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: "jdbc:mysql://192.168.3.9:33060/java-meedu?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false"
|
||||
username: "root"
|
||||
password: "root"
|
||||
url: "jdbc:mysql://127.0.0.1:3306/dbname?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false"
|
||||
username: ""
|
||||
password: ""
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
hikari:
|
||||
minimum-idle: 5 # 最小连接数
|
||||
@ -19,7 +19,7 @@ spring:
|
||||
# Redis配置
|
||||
data:
|
||||
redis:
|
||||
host: "192.168.3.9"
|
||||
host: "127.0.0.1"
|
||||
port: 6379
|
||||
password:
|
||||
database: 0
|
||||
@ -44,11 +44,11 @@ spring:
|
||||
|
||||
# Minio
|
||||
minio:
|
||||
access-key: "username"
|
||||
secret-key: "password"
|
||||
end-point: "http://192.168.3.9:9000"
|
||||
bucket: "playedu"
|
||||
domain: "https://dev-local3.meedu.vip/"
|
||||
access-key: ""
|
||||
secret-key: ""
|
||||
end-point: ""
|
||||
bucket: ""
|
||||
domain: ""
|
||||
|
||||
mybatis:
|
||||
mapper-locations: classpath:mapper/*.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user