From 016ce4822b725dafa5291beef9683f4ce85cb03f Mon Sep 17 00:00:00 2001 From: ruibaby Date: Wed, 18 Dec 2019 19:52:16 +0800 Subject: [PATCH] test: test travis ci. --- src/main/resources/application-dev.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application-dev.yaml b/src/main/resources/application-dev.yaml index b3ca55789..ddb51cd84 100755 --- a/src/main/resources/application-dev.yaml +++ b/src/main/resources/application-dev.yaml @@ -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