29 lines
594 B
YAML
29 lines
594 B
YAML
![]() |
server:
|
||
|
port: 8889
|
||
|
|
||
|
web:
|
||
|
resource-path: /home/web/dreamer-cms/
|
||
|
|
||
|
spring:
|
||
|
datasource:
|
||
|
name: prd
|
||
|
url: jdbc:mysql://localhost:3306/hjgc?serverTimezone=GMT%2B8&useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
|
||
|
username: root
|
||
|
password: 'cfkj8888!@#'
|
||
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||
|
redis:
|
||
|
host: 127.0.0.1
|
||
|
port: 6379
|
||
|
timeout: 2000
|
||
|
password: ''
|
||
|
jedis:
|
||
|
pool:
|
||
|
max-idle: 100
|
||
|
min-idle: 50
|
||
|
max-wait: -1
|
||
|
|
||
|
# 日志配置
|
||
|
logging:
|
||
|
path: /web/hbgy-main/logs/
|
||
|
level:
|
||
|
root: info
|