Commit 83cd9728 authored by macro's avatar macro
Browse files

配置文件改写为yml形式

parent c3359c9f
spring:
profiles:
active: dev #默认为开发环境
server:
port: 8081
mybatis:
mapper-locations:
- classpath:dao/*.xml
- classpath*:com/**/mapper/*.xml
logging:
level:
root: info
com.macro.mall: debug
Supports Markdown
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