Blame view

src/main/resources/application.yml 630 Bytes
d7b1d619   Liu Haoyu   Linux服务器监控模块创建
1
2
3
  spring:
    profiles:
      active: test #默认开发环境
d7b1d619   Liu Haoyu   Linux服务器监控模块创建
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  
  
  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:
c7cb4fbe   Liu Haoyu   新增功能处理;
24
25
26
27
28
29
    port: 8845
    address: 192.168.10.6
  
  # 默认预留的引擎测试文件信息
  testBase64Path: /home/haoyu/static/picture/test01.jpg
  testPicUrl: http://192.168.10.6:8891/picture/test01.jpg