|
|
|
@ -10,9 +10,9 @@ spring:
|
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
|
# username: air |
|
|
|
|
# password: air123456 |
|
|
|
|
username: root |
|
|
|
|
password: root |
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/air?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true |
|
|
|
|
# username: root |
|
|
|
|
# password: root |
|
|
|
|
# url: jdbc:mysql://127.0.0.1:3306/air?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true |
|
|
|
|
# url: jdbc:mysql://124.71.210.242:4000/air_test?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true |
|
|
|
|
# url: jdbc:mysql://127.0.0.1:4000/air_test?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true |
|
|
|
|
username: air |
|
|
|
@ -43,8 +43,6 @@ spring:
|
|
|
|
|
key-prefix: 'at:' |
|
|
|
|
host: 127.0.0.1 |
|
|
|
|
# password: 1qaz2wsx |
|
|
|
|
host: 127.0.0.1 |
|
|
|
|
password: |
|
|
|
|
servlet: |
|
|
|
|
multipart: |
|
|
|
|
max-file-size: 100MB |
|
|
|
@ -104,6 +102,7 @@ security:
|
|
|
|
|
# 文件系统 |
|
|
|
|
minio: |
|
|
|
|
url: http://124.71.210.242:9000 |
|
|
|
|
# url: http://127.0.0.1:9000 |
|
|
|
|
down-url: https://yoursairdata.com |
|
|
|
|
access-key: air |
|
|
|
|
secret-key: 1qaz2wsx |
|
|
|
|