35 lines
913 B
YAML
35 lines
913 B
YAML
server:
|
|
port: 40066
|
|
|
|
web:
|
|
resource-path: /home/zs/java/cmstemplates
|
|
|
|
spring:
|
|
# datasource:
|
|
# name: prd
|
|
# url: jdbc:mysql://127.0.0.1:3306/dreamer-cms?serverTimezone=GMT%2B8&useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
|
|
# username: dreamer-cms
|
|
# password: Cfkj8888!@#
|
|
# driver-class-name: com.mysql.cj.jdbc.Driver
|
|
datasource:
|
|
name: prd
|
|
url: jdbc:mysql://localhost:3306/dreamer-cms?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: /opt/resources/cms.iteachyou.cc/logs/
|
|
level:
|
|
root: info |