/reladomo-jjug-sample

Reladomo sample project presented at JJUG night seminar

Primary LanguageJavaApache License 2.0Apache-2.0

Reladomo JJUG Samples

Reladomo sample project presented at JJUG night seminar

How to build in Mac/Linux

$ ./gradlew build 

How to build in Windows

# gradlew.bat build

Simple module

This module is corresponding to p7 - p58 in the slide. You can find the sample code in the test below.

simple/src/test/java/sample/domain/PersonTest.java

Bi-temporal module

This module is corresponding to p59 - p70 in the slide. You can find the sample code in the test below.

bi-temporal/src/test/java/sample/domain/PersonTest.java