DOC

io.github.weasley-j : mydtt-plus-spring-boot-starter

Maven & Gradle

Aug 20, 2022
322 stars

mydtt-plus-spring-boot-starter · MyDtt-Plus is a starter of spring-boot, It is an object-oriented Java framework that helps developers increase productivity, "Domain Driven Table" is the concept of DTT, It makes you focus more on domain objects rather than tables. Aims to make it easy to automatically create DB tables based on your Java model with annotation driven. It's also support the ability of create table automatically for MyBatis what Hibernate can do and optionally export SQL to local file,Each table can be added database name concat with table name and fully comments, It can work with ORM frameworks such as MyBatis-Plus and MyBatis with little learning and usage costs. It's worth mentioning that DTT can be MyBatis-Plus is integrated in a 0-code way, just like JPA. However, MyDtt-Plus and MyBatis-Plus may be easier to expand and use than JPA. In addition to supporting the functions of JPA, DDT provides multi-table associated SQL DDL based on MyBatis operation, DTT support databases server for MYSQL, ORACLE, DB2, SQLSERVER, MARIADB, POSTGRESQL and embedded database for H2, HSQL, DERBY.

Table Of Contents

Latest Version

Download io.github.weasley-j : mydtt-plus-spring-boot-starter Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.weasley-j : mydtt-plus-spring-boot-starter Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.3.x
1.2.x
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file mydtt-plus-spring-boot-starter-1.3.5-javadoc.jar to mydtt-plus-spring-boot-starter-1.3.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mydtt-plus-spring-boot-starter-1.3.5-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "mydtt-plus-spring-boot-starter-1.3.5-sources.jar" -d "mydtt-plus-spring-boot-starter-1.3.5-javadoc" -subpackages