Files
tlmall-v5-single/tulingmall-sk/tulingmall-sk-order/docs/图灵商城分库分表.MD
USER-20221017CE\Administrator d31fad2aa9 初始化提交
2022-11-01 12:14:54 +08:00

8 lines
454 B
Markdown
Raw Permalink 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、按照配置文件调整相关的数据库环境。