db:dbeaver
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
db:dbeaver [2023/11/01 07:13] – removed - external edit (Unknown date) 127.0.0.1 | db:dbeaver [2023/11/01 07:13] (current) – ↷ Page moved from business_process_management:camunda:db:dbeaver to db:dbeaver skipidar | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== DBeaver ====== | ||
+ | Loads the drivers automagically. | ||
+ | |||
+ | Reaching the internal H2 db is easy with DBeaver | ||
+ | {{https:// | ||
+ | |||
+ | Spring configs | ||
+ | < | ||
+ | spring.datasource.url=jdbc: | ||
+ | spring.datasource.driverClassName=org.h2.Driver | ||
+ | spring.datasource.username=mydbuser | ||
+ | spring.datasource.password=mydbpass | ||
+ | spring.jpa.hibernate.ddl-auto=create | ||
+ | </ |