·
282 commits
to master
since this release
- Upgrade spring data commons to 2.3.3.RELEASE
- Upgrade spring boot to 2.3.3.RELEASE
- Upgrade mybatis to 3.5.5
- Use mybatis official
mybatis-spring-boot-starter
to configure mybatis in spring boot - Use
java persistence api
annotations - Use mybatis original function to support
OneToMany
,OneToOne
, 'ManyToOne' andManyToMany
- Support
@Embedded
annotation in entity - Support
@OrderBy
in OneToMany sub query - Support
@Enumerated(EnumType.ORDINAL)
and@Enumerated(EnumType.STRING)
to control enum column - Support MySQL, H2, Oracle, Sql Server, PostgreSQL, HSQLDB, EnterpriseDB, DAMENG databases
- Support Example Query
and a lot of improvement...