Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
27 lines
807 B
27 lines
807 B
version: v0.1
|
|
server:
|
|
port: 8200
|
|
spring:
|
|
datasource:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://47.98.109.5:3309/mbp?characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
|
|
username: root
|
|
password: trgis
|
|
hikari:
|
|
minimum-idle: 3
|
|
maximum-pool-size: 10
|
|
max-lifetime: 1800000
|
|
connection-test-query: SELECT 1
|
|
actable:
|
|
table:
|
|
auto: update
|
|
model:
|
|
pack: com.aiprose.mbp.entity
|
|
database:
|
|
type: mysql
|
|
mybatis-plus:
|
|
# mapper-locations: classpath*:com/gitee/sunchenbin/mybatis/actable/mapping/*/*.xml
|
|
mapper-locations: classpath*:mapper/*.xml,classpath*:com/gitee/sunchenbin/mybatis/actable/mapping/*/*.xml
|
|
type-aliases-package: com.aiprose.mbp.entity
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|