问题

inMemory or jdbc

Cannot build client services (maybe use inMemory() or jdbc()).

与seata冲突,在这里关了seata就行了

1
2
3
4
5
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-seata</artifactId>
<scope>test</scope>
</dependency>