Configuration
Breaking Change
Version | Timing | Changes |
---|---|---|
5.0.0 | This must be done before the indexing service is started for the first time in version 5. | The configuration property sophora.client.server-connection.url is replaced by sophora.client.server-connection.urls . Multiple connection urls may be used. |
5.0.0 | This must be done before the indexing service is started for the first time in version 5. | The json codec configured under spring.redis.redisson.config has changed. Use the following configuration: codec: !<com.subshell.sophora.indexingservice.core.codec.SISIJsonJacksonCodec> {} |