diff --git a/vhr/mailserver/src/main/resources/application.properties b/vhr/mailserver/src/main/resources/application.properties index d2af64011..c68f2cf7c 100644 --- a/vhr/mailserver/src/main/resources/application.properties +++ b/vhr/mailserver/src/main/resources/application.properties @@ -1,5 +1,5 @@ server.port=8082 -spring.mail.host=smtp.qq.com +spring.mail.host=smtp.163.com spring.mail.protocol=smtp spring.mail.default-encoding=UTF-8 spring.mail.password= @@ -9,11 +9,11 @@ spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFact spring.mail.properties.mail.debug=true spring.rabbitmq.username=guest spring.rabbitmq.password=guest -spring.rabbitmq.host=192.168.91.128 -spring.rabbitmq.port=5672 +spring.rabbitmq.host=127.0.0.1 +spring.rabbitmq.port=15672 spring.rabbitmq.listener.simple.acknowledge-mode=manual spring.rabbitmq.listener.simple.prefetch=100 -spring.redis.host=192.168.91.128 +spring.redis.host=127.0.0.1 spring.redis.port=6379 -spring.redis.password=123 -spring.redis.database=0 +spring.redis.password= +spring.redis.database=0 \ No newline at end of file diff --git a/vhr/mailserver/src/main/resources/templates/mail.html b/vhr/mailserver/src/main/resources/templates/mail.html index 8585beacf..13843babc 100644 --- a/vhr/mailserver/src/main/resources/templates/mail.html +++ b/vhr/mailserver/src/main/resources/templates/mail.html @@ -6,7 +6,7 @@ + 登录 + + + + \ No newline at end of file