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.
38 lines
736 B
38 lines
736 B
spring:
|
|
application:
|
|
name: ms-openapi
|
|
profiles:
|
|
active: dev
|
|
http:
|
|
multipart:
|
|
max-file-size: 100MB
|
|
max-request-size: 100MB
|
|
server:
|
|
port: 7016
|
|
|
|
mybatis:
|
|
type-aliases-package: com.charge.openapi.hlht.model
|
|
mapper-locations: classpath:mappers/*.xml
|
|
config-location: classpath:config/mybatis-config.xml
|
|
|
|
|
|
mapper:
|
|
plugin:
|
|
- tk.mybatis.mapper.generator.MapperPlugin
|
|
Mapper:
|
|
- tk.mybatis.mapper.common.Mapper
|
|
mappers:
|
|
- com.charge.openapi.hlht.mapper.BaseMapper
|
|
not-empty: false
|
|
identity: MYSQL
|
|
|
|
pagehelper:
|
|
helperDialect: mysql
|
|
reasonable: true
|
|
supportMethodsArguments: true
|
|
params: count=countSql
|
|
|
|
|
|
|
|
|