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.
当包含我与数据库的连接的应用程序正在运行时,我注意到有服务器端口开始侦听 0.0.0.0 并且我需要它不要以这种方式侦听,我只希望允许/侦听本地主机的连接。
有没有办法阻止数据库创建这些连接?
您需要将 h2.bindAddress 设置为适当的值,根据您的要求,您的接口的 IP[4|6] 地址可能是 localhost。