Advanced Random Test Data Utils
System | Status |
---|---|
CI master | |
CI develop | |
Dependency |
Library to support the terrific integration in a spring mvc web applications.
Usage
Known Issues
The minification feature of the module does not work in this release! If you use the starter module, ensure that the minify property is set to false
.
Maven Dependency (Latest Version in pom.xml
):
<dependency>
<groupId>com.namics.oss.spring.support.terrific</groupId>
<artifactId>spring-terrific-support</artifactId>
<version>1.0.0</version>
</dependency>
Requirements
Java: JDK 8
Integration
The user interface can be integrated with the spring boot starter.
<dependency>
<groupId>com.namics.oss.spring.support.terrific</groupId>
<artifactId>spring-terrific-support-starter</artifactId>
<version>1.0.0</version>
</dependency>
Other samples are in the module spring-terrific-support-samples. You have always to integrate the terrific filter.