| spring: |
| application: |
| name: PtSite |
| mail: |
| host: smtp.qq.com |
| port: 465 |
| username: 583398241@qq.com |
| password: feojrgbupvmxbbgi |
| protocol: smtps |
| properties: |
| mail.smtp.auth: true |
| mail.smtp.ssl.enable: true |
| mail.smtp.ssl.trust: smtp.qq.com |
| mail.smtp.socketFactory.class: javax.net.ssl.SSLSocketFactory |
| |
| datasource: |
| driver-class-name: com.mysql.cj.jdbc.Driver |
| url: jdbc:mysql://rm-cn-qzy4ah2qt0008vfo.rwlb.rds.aliyuncs.com:3306/smart_course_platform?useSSL=false&serverTimezone=Asia/Shanghai&characterEncoding=utf8 |
| username: wangy |
| password: "Wyt2005011600" |
| hikari: |
| maximum-pool-size: 10 |
| minimum-idle: 5 |
| idle-timeout: 600000 |
| connection-timeout: 30000 |
| |
| elasticsearch: |
| rest: |
| uris: http://192.168.74.129:9200 |
| |
| servlet: |
| multipart: |
| enabled: true |
| max-file-size: 1024MB |
| max-request-size: 2048MB |
| |
| # Redis配置(当前已注释) |
| # data: |
| # redis: |
| # host: 192.168.74.129 |
| # port: 6379 |
| # database: 0 |
| # lettuce: |
| # pool: |
| # max-active: 8 |
| # max-idle: 8 |
| # min-idle: 0 |
| |
| mybatis: |
| configuration: |
| log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| map-underscore-to-camel-case: true |
| |
| server: |
| port: 8080 |
| |
| ark: |
| api: |
| key: 5c648105-9e49-4a78-a1b2-ee8fcc7c02ad |
| |