Skip to content

Commit 977b9a3

Browse files
committed
Fixed #106, #Fixed 109, Fixed #110
1 parent fb6b24d commit 977b9a3

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,11 @@ Status
99
------
1010
![Java CI with Maven](https://github.com/Spring-Framework-Java-Apps/simpleworklist/workflows/Java%20CI%20with%20Maven/badge.svg?branch=master)
1111

12-
Setup local Test-System
13-
-----------------------
14-
15-
1. Setup a PostgreSQL 10-Database
16-
3. copy src/main/resources/worklist_sample.properties to _src/main/resources/worklist.properties
17-
4. start project with: mvn clean spring-boot:run
18-
1912
Getting Things Done
2013
-------------------
2114
GTD® and Getting Things Done® are registered trademarks of the David Allen Company.
2215
SimpleWorklist is not affiliated with or endorsed by the David Allen Company.
2316

24-
Setup a PostgreSQL 10-Database
25-
------------------------------
26-
* https://www.postgresql.org/download/
27-
* Windows and macOS - Graphical installer by *BigSQL*: https://www.openscg.com/bigsql/postgresql/installers.jsp/
28-
* Windows:
29-
1. start cmd as admin
30-
2. cd \PostgreSQL
31-
3. pgc start
32-
4. pgc pgadmin3
33-
3417
Developer Reminder
3518
------------------
3619
* Create serialVersionUID for Classes with "implements Serializable": use the JDK tool “serialver“

0 commit comments

Comments
 (0)