1234567891011121314151617 |
- server:
- port: 9090
- spring:
- aop:
- proxy-target-class: true
- auto: true
- profiles:
- active: dev
- thymeleaf:
- cache: false
- mail:
- host: smtp.163.com
- username: alibct@163.com
- password: FL941001
- default-encoding: utf-8
- # url: /json_file/
|