We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade spring boot 3.2.0 yaml must be 2.0
i useing the laster version of shardingsphere-jdbc-core(5.4.1)
my pom like
<dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-jdbc-core</artifactId> <version>${shardingsphere-jdbc.version}</version> </dependency> <dependency> <groupId>com.olympus</groupId> <artifactId>olympus-chaos-monitor-base-logger</artifactId> <version>${olympus-chaos-monitor-base-logger.version}</version> </dependency> <dependency> <groupId>com.olympus</groupId> <artifactId>olympus-artemis-starter</artifactId> <version>${olympus-artemis-starter.version}</version> </dependency>
The text was updated successfully, but these errors were encountered:
so snakeyaml is clash
Sorry, something went wrong.
how to use that version for now
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
Due to no response, this issue is closed for now.
linghengqian
Successfully merging a pull request may close this issue.
upgrade spring boot 3.2.0 yaml must be 2.0
i useing the laster version of shardingsphere-jdbc-core(5.4.1)
my pom like
The text was updated successfully, but these errors were encountered: