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.
我正在通过java驱动程序(v2.10)(通过spring数据)访问mongo db(v2.6)。当应用程序收到套接字超时异常时,底层连接是否也关闭了?
连接正在关闭,但 spring 会自动建立一个新连接。所以你不需要创建一个新的连接。