Found 9 results
Maven plugin to verify a provider
=================================
Maven plugin for verifying pacts against a provider.
The Maven plugin provides a `verify` goal which will verify all configured pacts against your provider.
## To Use It
### 1. Add the pact-jvm-provider-maven plugin to your `build` section of your pom file.
```xml
<build>
[...]
<plugins>
[...]
<plugin>
<groupId>au.com.dius</groupId>
...
Last Release on Apr 18, 2020
9. Typed SQL Queries For Spring JDBC Maven Plugin
com.alexkasko.springjdbc.typedqueries » typed-queries-maven-pluginApache
Takes file with SQL queries and generates java methods for executing each query with JdbcTemplate.
For queries, that take input parameters, also generates an interface containing typed parameters getters.
Last Release on Nov 22, 2013
- Prev
- 1
- Next