Your Name | 695f6a6 | 2025-05-17 00:58:04 +0800 | [diff] [blame] | 1 | spring: |
| 2 | application: |
| 3 | name: PtSite |
| 4 | mail: |
| 5 | host: smtp.qq.com |
| 6 | port: 465 |
| 7 | username: 583398241@qq.com |
| 8 | password: feojrgbupvmxbbgi |
| 9 | protocol: smtps |
| 10 | properties: |
| 11 | mail.smtp.auth: true |
| 12 | mail.smtp.ssl.enable: true |
| 13 | mail.smtp.ssl.trust: smtp.qq.com |
| 14 | mail.smtp.socketFactory.class: javax.net.ssl.SSLSocketFactory |
| 15 | |
| 16 | datasource: |
| 17 | driver-class-name: com.mysql.cj.jdbc.Driver |
22301024 | 0eaa16b | 2025-06-05 09:29:25 +0800 | [diff] [blame^] | 18 | url: jdbc:mysql://rm-cn-qzy4ah2qt0008vfo.rwlb.rds.aliyuncs.com:3306/smart_course_platform?useSSL=false&serverTimezone=Asia/Shanghai&characterEncoding=utf8 |
| 19 | username: wangy |
| 20 | password: "Wyt2005011600" |
Your Name | 695f6a6 | 2025-05-17 00:58:04 +0800 | [diff] [blame] | 21 | hikari: |
| 22 | maximum-pool-size: 10 |
| 23 | minimum-idle: 5 |
| 24 | idle-timeout: 600000 |
| 25 | connection-timeout: 30000 |
| 26 | |
| 27 | elasticsearch: |
| 28 | rest: |
| 29 | uris: http://192.168.74.129:9200 |
| 30 | |
| 31 | servlet: |
| 32 | multipart: |
| 33 | enabled: true |
| 34 | max-file-size: 1024MB |
| 35 | max-request-size: 2048MB |
| 36 | |
| 37 | # Redis配置(当前已注释) |
| 38 | # data: |
| 39 | # redis: |
| 40 | # host: 192.168.74.129 |
| 41 | # port: 6379 |
| 42 | # database: 0 |
| 43 | # lettuce: |
| 44 | # pool: |
| 45 | # max-active: 8 |
| 46 | # max-idle: 8 |
| 47 | # min-idle: 0 |
| 48 | |
| 49 | mybatis: |
| 50 | configuration: |
| 51 | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| 52 | map-underscore-to-camel-case: true |
| 53 | |
| 54 | server: |
| 55 | port: 8080 |
| 56 | |
| 57 | ark: |
| 58 | api: |
| 59 | key: 5c648105-9e49-4a78-a1b2-ee8fcc7c02ad |
| 60 | |