Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harawata/mapper-package-demo
- Owner: harawata
- License: apache-2.0
- Created: 2016-01-28T16:30:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T23:22:42.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T10:19:09.507Z (3 months ago)
- Language: Java
- Size: 2.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/642pqeEPCQAJOn 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```