请问pgSQL中的网址URL怎么查?要用它来将数据库与网页连起来,说不是jdbc:postgresql://localhost:5432/medicine那还能是什么啊?
就是这个的,jdbc:postgresql://127.0.0.1需要本地安装了pgsql数据库服务,才能连接。