An open API service indexing awesome lists of open source software.

https://github.com/honwhy/examples


https://github.com/honwhy/examples

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# examples
example project for exploring programming gimmicks

## mybatis
explain ResultSetHandler

## copy request
ex: copy request to other server

## include test
use `@Category(IncludeTest.class)` to specify test cases

## AbstractProcessor

`AtVersionProcessor`
```xml

org.ow2.asm
asm
9.7.1

com.squareup
javapoet
1.10.0

```

## csv

define annotations to help output csv file
```xml

org.apache.commons
commons-csv
1.10.0

```
## inspired by

- [Tagging and Filtering JUnit Tests](https://www.baeldung.com/junit-filtering-tests)
- [java-poet](https://www.baeldung.com/java-poet)