Skip to content

Allow MyBatis mapping file to be customized.#1948

Merged
tijsrademakers merged 1 commit into
flowable:masterfrom
roberthafner:mybatis-mapping-override
Sep 22, 2019
Merged

Allow MyBatis mapping file to be customized.#1948
tijsrademakers merged 1 commit into
flowable:masterfrom
roberthafner:mybatis-mapping-override

Conversation

@roberthafner
Copy link
Copy Markdown

Our use of flowable requires some default mybatis type handlers to be overriden. Based upon the mybatis documentation the only way to do this is by specifying the overides in the mapping file as documented here:
https://mybatis.org/mybatis-3/configuration.html#typeHandlers

This PR therefore introduces new methods to allow for the location of the mybatis mapping file to be chosen.

Change-Id: Iff9af696a950c5d79b0ea4c2fa96582a5c3b1842

Check List:

  • Unit tests: YES / NO / NA
  • Documentation: YES / NO / NA

Our use of flowable requires some default mybatis type handlers to be overriden. Based upon the mybatis documentation the only way to do this is by specifying the overides in the mapping file as documented here:
https://mybatis.org/mybatis-3/configuration.html#typeHandlers

This PR therefore introduces new methods to allow for the location of the mybatis mapping file to be chosen.

Change-Id: Iff9af696a950c5d79b0ea4c2fa96582a5c3b1842
@tijsrademakers tijsrademakers merged commit f4f7984 into flowable:master Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants