swb
2024-06-27 2a354294d885900b57bf8b05083f842878668a71
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: