mirror of https://github.com/longtai-cn/hippo4j
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
618 B
26 lines
618 B
server:
|
|
port: 6691
|
|
|
|
spring:
|
|
datasource:
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
url: jdbc:mysql://47.94.158.71:3306/dynamic-threadpool?characterEncoding=UTF-8
|
|
username: root
|
|
password: root
|
|
hikari:
|
|
connectionTimeout: 60000
|
|
idleTimeout: 60000
|
|
validationTimeout: 3000
|
|
maxLifetime: 60000
|
|
loginTimeout: 5
|
|
maximumPoolSize: 60
|
|
minimumIdle: 10
|
|
|
|
mybatis-plus:
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
global-config:
|
|
db-config:
|
|
logic-delete-field: delFlag
|
|
logic-delete-value: 1
|
|
logic-not-delete-value: 0 |