123456789101112131415161718192021222324252627282930 |
- ###
- server:
- port: 7080
-
- ###
- spring:
- servlet:
- multipart:
- max-file-size: 10MB
- max-request-size: 50MB
- datasource:
- url: jdbc:mysql://rm-uf6z3z6jq11x653d77o.mysql.rds.aliyuncs.com:3306/shigongli?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
- username: shigongli
- password: shigongli@123
-
- ###
- logging:
- level:
- root: info
- springfox: info
-
-
- ###
- screen-shot:
- # webdriver.chrome.driver
- driver: E:/work/shigongli/lib/chromedriver.exe
- # milliseconds
- wait: 5000
- width: '520'
- height: '416'
|