build: redisson
This commit is contained in:
parent
3ec78ee523
commit
695e343968
|
@ -36,7 +36,11 @@
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.redisson</groupId>
|
||||||
|
<artifactId>redisson-spring-boot-starter</artifactId>
|
||||||
|
<version>${redisson-starter.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
|
@ -10,3 +10,4 @@ eureka.dashboard.enabled=true
|
||||||
eureka.client.service-url.defaultZone=http://localhost:8761/eureka/
|
eureka.client.service-url.defaultZone=http://localhost:8761/eureka/
|
||||||
|
|
||||||
logging.file.path=/opt/metersphere/logs/${spring.application.name}
|
logging.file.path=/opt/metersphere/logs/${spring.application.name}
|
||||||
|
spring.redis.redisson.file=file:/opt/metersphere/conf/redisson.yml
|
||||||
|
|
Loading…
Reference in New Issue