test: test travis ci.

pull/435/head
ruibaby 2019-12-18 19:52:16 +08:00
parent faa9b2820a
commit 016ce4822b
1 changed files with 5 additions and 5 deletions

View File

@ -20,10 +20,10 @@ spring:
password: 123456
# MySQL 配置
# driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://127.0.0.1:3306/halodb?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
# username: root
# password: 123456
# driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://127.0.0.1:3306/halo_dev?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
# username: root
# password: 123456
h2:
console:
@ -51,7 +51,7 @@ management:
web:
base-path: /api/admin/actuator
exposure:
include: ['httptrace', 'metrics','env','logfile']
include: ['httptrace', 'metrics','env','logfile','health']
logging:
level:
run.halo.app: DEBUG