mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Ticket #269: Leverage Maven's source generation features to generate MyBatis mappings.
This commit is contained in:
21
extensions/guacamole-auth-mysql/doc/example/settings.xml
Normal file
21
extensions/guacamole-auth-mysql/doc/example/settings.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<settings>
|
||||
|
||||
<!-- Profile defining the properties required for a MyBatis build -->
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>guacamole-mybatis</id>
|
||||
<properties>
|
||||
<guacamole.database.catalog>SCHEMA</guacamole.database.catalog>
|
||||
<guacamole.database.schema>DATABASE</guacamole.database.schema>
|
||||
<guacamole.database.user>USER</guacamole.database.user>
|
||||
<guacamole.database.password>PASS</guacamole.database.password>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<!-- Activate by default -->
|
||||
<activeProfiles>
|
||||
<activeProfile>guacamole-mybatis</activeProfile>
|
||||
</activeProfiles>
|
||||
|
||||
</settings>
|
Reference in New Issue
Block a user