Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deng-hb/eorm-idea-plugin
Eorm Idea plugin
https://github.com/deng-hb/eorm-idea-plugin
eorm hightlight mysql orm sql sql-smart-tip
Last synced: 18 days ago
JSON representation
Eorm Idea plugin
- Host: GitHub
- URL: https://github.com/deng-hb/eorm-idea-plugin
- Owner: deng-hb
- Created: 2019-06-24T15:02:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T14:07:07.000Z (about 4 years ago)
- Last Synced: 2024-11-05T22:34:28.357Z (2 months ago)
- Topics: eorm, hightlight, mysql, orm, sql, sql-smart-tip
- Language: Java
- Homepage:
- Size: 2.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Eorm idea plugin
![logo](./resources/META-INF/pluginIcon.svg)
Used for Eorm-spring
Eorm based spring-jdbc JdbcTemplate & NamedParameterJdbcTemplate a every every good ORM framework.
### Changelog
v1.0.4
Add Eorm entity generator tool
Menu > Code > Eorm Entity Generator
v1.0.3
- add smart tip table name
- add `(`,`)`,`#if`,`#elseIf`,`#else`,`#end`.. keywords highlight
v1.0.2
SQL Smart Tip
step 1:
Create name eorm.config
file to Project root path
step 2:
Write your MySQL connect info
host=localhost
port=3306
database=test
username=root
password=
done
v1.0.1
Multi-line SQL Highlight
String sql = ""/*{
select * from tb_user
}*/;