mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +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