Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]

前端 未结 9 1499
遥遥无期
遥遥无期 2020-12-08 18:30

I am trying to configure hibernate orm mapping tool to my java class and using PostgreSQL as my database and configured the password as "password". When I tried to

9条回答
  •  悲哀的现实
    2020-12-08 19:08

    you must stop another running app involved with especial database table ... like running java API in other module or other project is not terminated .. so terminate running.

提交回复
热议问题