start a new data base in a random and available port)\r
This feature is also required by systems like Travis where we do not control the available ports.\r
-->\r
- <property name="url" value="jdbc:mysql://127.0.0.1:{DATABASE_PORT}/mybatis_example?createDatabaseIfNotExist=true&allowMultiQueries=true&autoReconnect=true&characterEncoding=UTF-8" />\r
+ <property name="url" value="jdbc:mysql://127.0.0.1:#{systemProperties.DATABASE_PORT}/mybatis_example?createDatabaseIfNotExist=true&allowMultiQueries=true&autoReconnect=true&characterEncoding=UTF-8" />\r
<property name="username" value="root" />\r
<property name="password" value="root" />\r
</bean>\r