Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
}*/;