Files
tlmall-v5-single/tulingmall-sk/tulingmall-sk-order/docs/分库分表相关配置.txt
USER-20221017CE\Administrator d31fad2aa9 初始化提交
2022-11-01 12:14:54 +08:00

7 lines
433 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

分库分表功能开发顺序:
1、Order模块启动类TulingmallOrderApplication在@SpringBootApplication注解保留ShardingSphere需要的SpringBootConfiguration配置类。
2、调整应用配置
application.yml.datasource相关的配置。
也去掉nacos中spirng.datasource相关的配置。
然后打开application.properties文件中的配置信息。
3、按照配置文件调整相关的数据库环境。