Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个应用程序,它具有 2 个独立的数据源集、会话工厂和事务管理器,用于 2 个业务模块。但是,当我希望只销售/许可一个模块时,另一个模块不得初始化或尝试以任何方式连接到数据库。
如果已指示 Spring 仅使用其中一个业务模块,是否有办法告诉 Spring 在启动期间完全忽略数据源?