Go to file
2021-04-21 23:30:14 +01:00
.mvn/wrapper Repo init 2021-03-27 20:29:09 +00:00
src Fixed logout button being outside navbar collapsable menu 2021-04-21 23:30:14 +01:00
.gitignore Repo init 2021-03-27 20:29:09 +00:00
mvnw Repo init 2021-03-27 20:29:09 +00:00
mvnw.cmd Repo init 2021-03-27 20:29:09 +00:00
pom.xml Improved validation, enforced uniqueness on usernames 2021-04-04 23:57:28 +01:00
README.md Added some README stuff 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)