|
|
@ -90,6 +90,8 @@ |
|
|
|
<properties> |
|
|
|
<server.port>8080</server.port> |
|
|
|
|
|
|
|
<spring.profiles.active>dev</spring.profiles.active> |
|
|
|
|
|
|
|
<!-- redis配置 --> |
|
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
|
<spring.redis.host>192.168.1.130</spring.redis.host> |
|
|
@ -206,6 +208,8 @@ |
|
|
|
<properties> |
|
|
|
<server.port>8080</server.port> |
|
|
|
|
|
|
|
<spring.profiles.active>local</spring.profiles.active> |
|
|
|
|
|
|
|
<!-- redis配置 --> |
|
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
|
<spring.redis.host>192.168.1.130</spring.redis.host> |
|
|
@ -322,6 +326,8 @@ |
|
|
|
<properties> |
|
|
|
<server.port>8080</server.port> |
|
|
|
|
|
|
|
<spring.profiles.active>test</spring.profiles.active> |
|
|
|
|
|
|
|
<!-- redis配置 --> |
|
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
|
<spring.redis.host>r-m5eoz5b6tkx09y6bpz.redis.rds.aliyuncs.com</spring.redis.host> |
|
|
@ -409,6 +415,8 @@ |
|
|
|
<properties> |
|
|
|
<server.port>8080</server.port> |
|
|
|
|
|
|
|
<spring.profiles.active>prod</spring.profiles.active> |
|
|
|
|
|
|
|
<!-- redis配置 --> |
|
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
|
<spring.redis.host>r-m5ez3n1j0qc3ykq2ut.redis.rds.aliyuncs.com</spring.redis.host> |
|
|
|