apache / apache/incubator-seata-samples

Why RedisAutoConfiguration and SpringBootConfiguration should be excluded from the demo of Seata + shardingsphere

Open
#343 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2.4k
Forks
2k
PR merge metrics
No merged PRs in 30d

Description

Why RedisAutoConfiguration and SpringBootConfiguration should be excluded from the demo of Seata + shardingsphere
@SpringBootApplication(exclude = {
DruidDataSourceAutoConfigure.class,
DataSourceAutoConfiguration.class,
MybatisPlusAutoConfiguration.class,
SpringBootConfiguration.class,
RedisAutoConfiguration.class
})

Contributor guide

Open the contributing guide

Research direction

The issue names the Seata + ShardingSphere demo and its @SpringBootApplication exclusion list; begin by locating that entry point and checking the demo's startup behavior. Determine what change or explanation is requested for RedisAutoConfiguration and SpringBootConfiguration, then verify the intended configuration by running the demo.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, redis, spring-boot
Domain
backend, databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.