Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pingf/python-ibatis-gen
ibatis 代码生成
https://github.com/pingf/python-ibatis-gen
Last synced: 19 days ago
JSON representation
ibatis 代码生成
- Host: GitHub
- URL: https://github.com/pingf/python-ibatis-gen
- Owner: pingf
- Created: 2018-10-17T11:45:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T02:32:50.000Z (about 8 years ago)
- Last Synced: 2024-11-11T15:11:43.631Z (3 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ibatis 代码生成
### 目的
自己可以改的java ibatis 代码生成
### 使用方法
* 修改config/sql_config.py中的配置
* 运行python ibatis_gen.py### 依赖
* python 2.7+
* pymysql
* lxml