Guest User

Untitled

a guest
Mar 30th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. @Table(name = "someConfig", schema = "foo")
  2.  
  3. jdbc:mysql://somehost:3306/?useSSL=false
  4.  
  5. o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1046, SQLState: 3D000
  6. o.h.engine.jdbc.spi.SqlExceptionHelper : No database selected
  7.  
  8. @Table(name = "someConfig", schema = "foo", catalog = "foo")
Add Comment
Please, Sign In to add comment