commit | 7f16eef324864cf7145354ac3a336bcfc9239ae4 | [log] [tgz] |
---|---|---|
author | wuchimedes <w2038234690@163.com> | Tue May 27 17:06:15 2025 +0800 |
committer | wuchimedes <w2038234690@163.com> | Tue May 27 17:06:15 2025 +0800 |
tree | ab4b2872b0fffbd5e8cab5e2f260f8f693cac7a7 | |
parent | fa22ac6bb6cde3ce6e48623413d35874d6d5bf6a [diff] |
fix docker Change-Id: I2524f5fe176881b21d8c989065c04b825618dbf3
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 19ff0b5..9c851a3 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties
@@ -7,7 +7,8 @@ mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml -spring.data.redis.host = 127.0.0.1 +#spring.data.redis.host = 127.0.0.1 +spring.data.redis.host = redis spring.data.redis.port = 6379 spring.mail.host=smtp.qq.com