spring: profiles: active: test #默认开发环境 mybatis: mapper-locations: - classpath*:com.objecteye.mapper/*.xml pagehelper: helperDialect: mysql reasonable: true support-methods-arguments: true params: count=countSql logging: level: root: info #日志配置DEBUG,INFO,WARN,ERROR com.objecteye: info # file: demo_log.log #配置日志生成路径 # path: /var/logs #配置日志文件名称 server: port: 8845 address: 192.168.10.6 # 默认预留的引擎测试文件信息 testBase64Path: /home/haoyu/static/picture/test01.jpg testPicUrl: http://192.168.10.6:8891/picture/test01.jpg