Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harawata/mapper-package-demo

An attempt to reproduce the problem reported in https://groups.google.com/d/msg/mybatis-user/1oeJQAcd9hg/642pqeEPCQAJ
https://github.com/harawata/mapper-package-demo

Last synced: about 1 month ago
JSON representation

An attempt to reproduce the problem reported in https://groups.google.com/d/msg/mybatis-user/1oeJQAcd9hg/642pqeEPCQAJ

Awesome Lists containing this project

README

        

# mapper-package-demo
An attempt to reproduce the problem reported in https://groups.google.com/d/msg/mybatis-user/1oeJQAcd9hg/642pqeEPCQAJ

On Mac:

```shell
$ java -cp mybatis-3.3.0.jar:hsqldb-2.3.3.jar:RunTest.jar test.RunTest
Jimmy
```

On Windows:

```shell
> java -cp mybatis-3.3.0.jar;hsqldb-2.3.3.jar;RunTest.jar test.RunTest
Jimmy

```