cjl
2024-01-31 3f667355c7013b459f3ab5ec0c1bc035d7e2d5aa
screen-job/src/main/resources/application-dev.yml
@@ -74,9 +74,16 @@
      mail:
        smtp:
          auth: true  # 必须进行授权认证,它的目的就是阻止他人任意乱发邮件
          socketFactory:
            port: 465
            class: javax.net.ssl.SSLSocketFactory
            fallback: false
          starttls: #SMTP加密方式:连接到一个TLS保护连接
          enable: true
          required: true
            enable: true
            required: true
    protocol: smtp
    port: 465
    default-encoding: UTF-8
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml
  global-config: