application.yml
590 Bytes
spring:
profiles:
active: test #默认开发环境
rabbitmq:
host: 192.168.10.117
port: 5672
username: shiyu
password: shiyu
virtualHost: /
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: 8888
address: 192.168.10.117