springboot 本地电脑测试运行连接mongodb没问题,部署到服务器连接超时
Exception in monitor thread while connecting to server localhost:27017
加了@SpringBootApplication(exclude = {MongoAutoConfiguration.class, MongoDataAutoConfiguration.class})也不管用,是啥原因
求解答
Exception in monitor thread while connecting to server localhost:27017
mongodb和部署的服务在同一台机子上吗?