commit | 18addecbd1ac30fc0d2277a3dbd92036aea1ee52 | [log] [tgz] |
---|---|---|
author | wuchimedes <w2038234690@163.com> | Thu Apr 03 17:59:02 2025 +0800 |
committer | wuchimedes <w2038234690@163.com> | Thu Apr 03 17:59:02 2025 +0800 |
tree | 1ad6d08ebf8f79507273b356717d8a605cfd1a6f | |
parent | a573ea19fd1c9d4398fdc6c7fd9aafeee9e34a92 [diff] |
redis init Change-Id: I36190c86e7d2bf3f812f10bf40cd9bf8204484c5
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6e7d6ce..db1e7f3 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties
@@ -5,3 +5,6 @@ spring.sql.init.mode=always mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml + +spring.data.redis.host = 172.23.31.113 +spring.data.redis.port = 6379 \ No newline at end of file