Commit 4f38f52c by 陈文顺

app name

parent cc3d8012
spring:
application:
name: sarding-jdbc
redis:
host: 115.159.67.166
port: 5289
password: U252fnIDyfF1A1
database: 3
server:
port: 9005
datasource:
druid:
url: jdbc:mysql://127.0.0.1:3306/dict?useUnicode=true&characterEncoding=utf8
driver-class: com.mysql.jdbc.Driver
username: root
password:
initial-size: 1
min-idle: 1
max-active: 20
test-on-borrow: true
filters: stat
#mybatis
mybatis:
config-location: classpath:mybatis.xml
mapper-locations: classpath:mapper/*.xml
type-aliases-package: com.freemud.demo.model
##dao
#mapper:
# not-empty: false
# identity: MYSQL
# before: true
#pagehelper
pagehelper:
helper-dialect: mysql
reasonable: true
support-methods-arguments: true
params: count=countSql
#log
logging:
config: classpath:logback.xml
#security:
# user:
# name: admin
# password: admin
# ignored: /**,/swagger*,/webjars/**,/v2/**,/swagger-resources/**
swagger_enable: false
spring: spring:
application: application:
name: sarding-jdbc name: dictionary
redis: redis:
host: 115.159.67.166 host: 115.159.67.166
port: 5289 port: 5289
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment