cilla-core
This is the core module of Cilla.
Contents
- Database models
- Repository and database handling
- Full text content search
- Event handling
- Datasources for storing media files on a file system
How to Use
Add this snippet to your pom.xml:
<dependency>
<groupId>org.shredzone.cilla</groupId>
<artifactId>cilla-core</artifactId>
<version>0.2-SNAPSHOT</version>
</dependency>