| 123456789101112131415161718 |
- spring:
- main:
- allow-bean-definition-overriding: true
- application:
- name: @project.artifactId@
- profiles:
- active: test
- logging:
- file:
- path: /data/projects/logs
- name: ${logging.file.path}/${spring.application.name}/root.log
- machine:
- ip: 192.168.1.121
- port: 21
- username: administrator
- password: 1
- path: /qyz/abc
|