Added some README stuff
This commit is contained in:
parent
bf5b800f7d
commit
1d8a214667
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# 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)
|
Loading…
Reference in New Issue
Block a user