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.
我必须使用 spring 框架和 eclipse IDE 在多租户中创建一个应用程序。我已经为 Spring 编程创建了环境。但是如何在其中为多租户创建设置。
我必须从哪里开始使用spring制作多租户应用程序?
感谢您提前回复。
您应该首先设计您的应用程序以支持多个客户组织。Spring 方面没有对此的内置支持。我也使用 Spring 的路由数据源参与了此类应用程序。你可以阅读更多:
http://blog.springsource.org/2007/01/23/dynamic-datasource-routing/
动态数据源路由