Skip to content

Releases: Weasley-J/dtt-spring-boot-parent

v1.3.9

10 Jan 14:32
Compare
Choose a tag to compare
  • Support both Java annotation and Java tag to specify some properties for the private property of your Java domain class: length, precision, scale, defaultValue, primaryKey, dbDataType
  • Customize Java tag support
  • You can specify Controller, Service, ServiceImpl to generate your business code and remove prefix for those classes filename

1.3.6

25 Nov 16:49
Compare
Choose a tag to compare
  • add the uppercase configuration of the table name for oracle or other default table name is uppercase-model database,that can decrease DB performance overhead
  • mybatis-orm-support switch optimization, when alphahub.dtt.is-enable=false mybatis orm support is set to disabled
  • optimize embedded mybatis-plus code generator

v1.3.5

25 Aug 09:51
Compare
Choose a tag to compare
  • Added support for embedded databases H2, HSQL, DERBY; finally, supported RDB as follow :

    database version adaptation
    mysql 5.7+ or latest
    oracle 11.2.x or latest
    db2 11.x or latest
    sqlserver 14.x or latest
    mariadb 10.xor latest
    postgresql v9.x or latest
    h2 -
    hsql -
    derby -
  • Added support either create table lazily on demand(depends on mybatis framework) or eagerly on startup.

v1.3.4

15 Aug 15:23
Compare
Choose a tag to compare
  • Optimize dtt-mybatis caching

v1.3.1

14 Aug 17:17
Compare
Choose a tag to compare
  • Add adaptation for H2 database
  • Add optimization for mybatis to automatically create database tables
  • Add callable API for creating database tables
  • Solve the problem of error reporting when using ShardingSpher-JDBC wit DTT

v1.3.0

09 Aug 07:23
Compare
Choose a tag to compare
  • Resolve maven dependencies conflicts
  • Support the ability of create table automatically for mybatis what hibernate and spring-data-jpa can do.
  • Support precision inference configuration for numeric type.

v1.2.8

01 Aug 12:30
Compare
Choose a tag to compare
  • Support the ability of create table automatically for mybatis what hibernate and spring-data-jpa can do.
  • Support precision inference configuration for numeric type.

1.2.6

28 Jul 13:18
Compare
Choose a tag to compare
  • Improve stability.

v1.2.4

27 Jul 09:06
Compare
Choose a tag to compare
  • Update dependencies
  • Optimize templates

v1.2.1

26 Jul 14:35
Compare
Choose a tag to compare
v1.2.1 Pre-release
Pre-release
  • bug fixed