ProjectPlanner/README.md

17 lines
411 B
Markdown
Raw Permalink Normal View History

2021-04-02 21:32:05 +01:00
# Project Planner
Web application for time planning and management in group work.
## Configuration
Please supply the following configuration options when running this application
- spring.datasource.url
- spring.datasource.username
- spring.datasource.password
- spring.jpa.properties.hibernate.default_schema
Includes compatibility with the following databases:
- Postgres (w/ Flyway)
- H2 (Testing Only)