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.
18 lines
425 B
18 lines
425 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
|
|
|
|
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 |