| | |
| | | |
| | | spring.datasource.url = jdbc:mysql://localhost:3306/ffPark?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8 |
| | | spring.datasource.username = root |
| | | spring.datasource.password = wanghaojie |
| | | spring.datasource.password = rootroot |
| | | |
| | | #spring.datasource.url = jdbc:mysql://39.92.96.240:3306/ffpark?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8 |
| | | #spring.datasource.username = boying |
| | | #spring.datasource.password = 2009boying |
| | | |
| | | spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver |
| | | |
| | | spring.redis.host= 127.0.0.1 |
| | | |
| | | #最大连接数 |
| | | spring.datasource.max-active=20 |
| | |
| | | |
| | | #定义上传文件大小 |
| | | spring.servlet.multipart.max-file-size: 1024MB |
| | | spring.servlet.multipart.max-request-size: 1024MB |
| | | spring.servlet.multipart.max-request-size: 1024MB |
| | | |
| | | #日志文件 |
| | | systemlog.logPath=/Users/kongdeqiang/Desktop/ |