- Io 异常: The Network Adapter could not establish the connection
我使用mybatis-generate自动生成代码,使用oracle数据库,报错 - 我的原因是把
jdbc:oracle:thin:@10.2.7.7:1521:orcl
改成jdbc:oracle:thin:@localhost:1521:orcl
相关文章:
jdbc:oracle:thin:@10.2.7.7:1521:orcljdbc:oracle:thin:@localhost:1521:orcl
相关文章: