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
674 B
26 lines
674 B
server:
|
|
port: 9999
|
|
spring:
|
|
datasource:
|
|
password: root
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
url: jdbc:mysql://localhost:3306/xinliai?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8
|
|
username: root
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 100MB
|
|
max-request-size: 100MB
|
|
mybatis:
|
|
mapper-locations: classpath:mapper/*.xml
|
|
type-aliases-package: com.xin.lcyxjy.entity
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
map-underscore-to-camel-case: true
|
|
pagehelper:
|
|
helper-dialect: mysql
|
|
reasonable: true
|
|
support-methods-arguments: true
|
|
params: count=countSql
|
|
ip: localhost
|
|
|