SingKS8

Results 6 issues of SingKS8

version about my project spring boot 2.6.10 shardingsphere 5.1.2 mysql 8.0 DB configuration ``` spring: shardingsphere: datasource: names: ds ds: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver jdbc-url: jdbc:mysql://x.x.x.x:3306/data_demo?serverTimezone=UTC%2B8&characterEncoding=utf-8&useUnicode=yes&autoReconnect=true&useSSL=false ``` When the timezone...

Some projects like spring boot has different version series, today, they have 2 release 2.7.2 and 2.6.10, if I use "`versions:update-parent -DallowSnapshots`", the plugin will ignore `parentVersion` and only find...

I am using redis-om-spring 0.8.6 and spring boot 3.1.2 in my demo. When I use @EnableRedisEnhancedRepositories to create repositoris bean, and I want to use `@ServiceConnection` way to update redis...

Here is my demo project https://github.com/SingKS8/kafka-stream-demo . I have updated spring boot 3.2.4 and Spring cloud 2023.0.1 aka spring cloud stream 4.1.1 in my demo project which is a demo...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] "User-Agent" is only edited...

enhancement :magic_wand:
m3u

**Describe the bug** Please provide details of the problem, including the version of Spring Cloud that you are using. I have upgraded my demo, version updates is below spring boot...