File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 9
9
------
10
10
![ Java CI with Maven] ( https://github.com/Spring-Framework-Java-Apps/simpleworklist/workflows/Java%20CI%20with%20Maven/badge.svg?branch=master )
11
11
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
-
19
12
Getting Things Done
20
13
-------------------
21
14
GTD® ; and Getting Things Done® ; are registered trademarks of the David Allen Company.
22
15
SimpleWorklist is not affiliated with or endorsed by the David Allen Company.
23
16
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
-
34
17
Developer Reminder
35
18
------------------
36
19
* Create serialVersionUID for Classes with "implements Serializable": use the JDK tool “serialver“
You can’t perform that action at this time.
0 commit comments