From decf24781557ed50b7215b43f81d0a060a9c7ddc Mon Sep 17 00:00:00 2001 From: James Muehlner Date: Mon, 25 Feb 2013 10:58:43 -0800 Subject: [PATCH] Ticket #269: Updated myBatis example config file to reflect understanding that the mapping files have to be in the same packge, in /resources folder. --- .../doc/examples/mybatisGeneratorConfig.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extensions/guacamole-auth-mysql/doc/examples/mybatisGeneratorConfig.xml b/extensions/guacamole-auth-mysql/doc/examples/mybatisGeneratorConfig.xml index aae06dd98..04f72f78f 100644 --- a/extensions/guacamole-auth-mysql/doc/examples/mybatisGeneratorConfig.xml +++ b/extensions/guacamole-auth-mysql/doc/examples/mybatisGeneratorConfig.xml @@ -22,7 +22,9 @@ - + + +