spring: profiles: active: dev #开发环境 #active: test #测试环境 #active: pro #生产环境 application: name: {{ application.name }} devtools: restart: log-condition-evaluation-delta: false security: user: name: admin password: admin servlet: multipart: max-file-size: 30MB max-request-size: 30MB logging: level: root: info {{ application.package.base }}: debug org: springframework: boot: autoconfigure: error