mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
Ticket #269: Allow query with limit.
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
<generatorConfiguration>
|
||||
<context id="guacamoleTables" targetRuntime="MyBatis3">
|
||||
|
||||
<!-- Allow selectByExample with RowBounds -->
|
||||
<plugin type="org.mybatis.generator.plugins.RowBoundsPlugin"/>
|
||||
|
||||
<!-- MySQL JDBC driver class. -->
|
||||
<jdbcConnection driverClass="com.mysql.jdbc.Driver"
|
||||
connectionURL="jdbc:mysql://127.0.0.1:3306"
|
||||
|
Reference in New Issue
Block a user