View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ttsql-spring-boot-starter-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ttsql.datasource
├─ com.ttsql.datasource.DynamicDataSource.class - [JAR]
com.ttsql.helpers
├─ com.ttsql.helpers.CollectionHelper.class - [JAR]
├─ com.ttsql.helpers.ReflectionHelper.class - [JAR]
├─ com.ttsql.helpers.StringHelper.class - [JAR]
├─ com.ttsql.helpers.TTIdWorker.class - [JAR]
├─ com.ttsql.helpers.TTRedisIdWorker.class - [JAR]
├─ com.ttsql.helpers.TTSQLFunction.class - [JAR]
com.ttsql.page
├─ com.ttsql.page.TTPage.class - [JAR]
com.ttsql
├─ com.ttsql.TTSQL.class - [JAR]
├─ com.ttsql.TTSQLMapper.class - [JAR]
com.ttsql.anno
├─ com.ttsql.anno.TTAutoPrimaryKey.class - [JAR]
├─ com.ttsql.anno.TTCreateField.class - [JAR]
├─ com.ttsql.anno.TTKeywordField.class - [JAR]
├─ com.ttsql.anno.TTLogicField.class - [JAR]
├─ com.ttsql.anno.TTRedisPrimaryKey.class - [JAR]
├─ com.ttsql.anno.TTSnowFlakePrimaryKey.class - [JAR]
├─ com.ttsql.anno.TTTableName.class - [JAR]
├─ com.ttsql.anno.TTUpdateField.class - [JAR]
com.ttsql.builder
├─ com.ttsql.builder.JavaSqlInfoBuilder.class - [JAR]
├─ com.ttsql.builder.SqlInfoBuilder.class - [JAR]
com.ttsql.autoconfigure
├─ com.ttsql.autoconfigure.TTSQLAutoConfiguration.class - [JAR]
com.ttsql.Exception
├─ com.ttsql.Exception.NotCollectionOrArrayException.class - [JAR]
├─ com.ttsql.Exception.NotFindPrimaryKeyException.class - [JAR]
├─ com.ttsql.Exception.SetManyPrimaryKeyException.class - [JAR]
com.ttsql.core
├─ com.ttsql.core.ICustomAction.class - [JAR]
com.ttsql.bean
├─ com.ttsql.bean.BuildSource.class - [JAR]
├─ com.ttsql.bean.SqlInfo.class - [JAR]