mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Ticket #269: Allow query with limit.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<plugin>
|
||||
<groupId>org.mybatis.generator</groupId>
|
||||
<artifactId>mybatis-generator-maven-plugin</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<version>1.3.2</version>
|
||||
|
||||
<executions>
|
||||
<execution>
|
||||
|
@@ -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