Commit 7fe073a6 authored by 刘斌's avatar 刘斌

fix: 完善日志库配置

parent 0723eec9
...@@ -11,6 +11,11 @@ spring: ...@@ -11,6 +11,11 @@ spring:
username: root username: root
password: antaikeji2019 password: antaikeji2019
type: com.zaxxer.hikari.HikariDataSource type: com.zaxxer.hikari.HikariDataSource
logSource:
url: jdbc:mysql://119.184.127.215:13306/binfast_log?allowMultiQueries=true&characterEncoding=utf8&useSSL=true&useUnicode=true&serverTimezone=GMT%2B8
username: root
password: antaikeji2019
type: com.zaxxer.hikari.HikariDataSource
redis: redis:
redisson: redisson:
keyPrefix: keyPrefix:
......
spring:
datasource:
dynamic:
datasource:
logSource:
url: jdbc:mysql://119.184.127.215:13306/binfast_log?allowMultiQueries=true&characterEncoding=utf8&useSSL=true&useUnicode=true&serverTimezone=GMT%2B8
username: root
password: antaikeji2019
type: com.zaxxer.hikari.HikariDataSource
...@@ -7,7 +7,7 @@ server: ...@@ -7,7 +7,7 @@ server:
spring: spring:
profiles: profiles:
active: dev,log-dev active: dev
application: application:
name: binfast-admin name: binfast-admin
task: task:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment