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.
总结 我正在编写一个使用 Scribe 连接到 OAuth 服务器的应用程序。我需要能够在运行时更改端点(无需重新编译)。这可能吗?
更多细节 Java 服务器应用程序正在使用 scribe 连接到 OAuth 服务器。OAuth 服务器是内部开发的,因此我正在扩展DefaultApi10a以定义端点。
DefaultApi10a
OAuth 服务器有多个实例,我需要能够配置我的服务器应用程序(在运行时)要连接到哪一个。但似乎端点打算在我的子类中硬编码DefaultApi10a。有没有解决这个问题的好方法?
可能有多种方式,但我知道这两种方式。