Skip to content

HNygard/eva-admin-spring-boot-hacktogether

Repository files navigation

Outputs

Couple of saved outputs:

Starting Spring boot and opening H2 console

Running with PostgreSQL

  • Start container with Postgres and Adminer (admin tool): cd docker-posgres; docker-compose up;
  • Database should start up and Adminer available on http://localhost:8091/ (system: PostgreSQL, server: eva-postgres db: evaadmin, user: evaadmin, pass: evaadmin)
  • Run PostgresqlApplication

Database should now be filled up with tables. The create-postgresql.sql contains the create statements.

Creating ER diagram

https://hnygard.github.io/eva-admin-spring-boot-hacktogether/database-diagram.png

The diagram listed above is created with DBeaver connected to PostgreSQL database above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published