jar

tech.msop : ms-core-db

Maven & Gradle

Jun 19, 2023

ms-core-db · Spring 数据库连接类,以及Druid默认配置

Table Of Contents

Latest Version

Download tech.msop : ms-core-db JAR file - Latest Versions:

All Versions

Download tech.msop : ms-core-db JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ms-core-db-0.2.5.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tech.msop.core.db.annotation

├─ tech.msop.core.db.annotation.MsTable.class - [JAR]

├─ tech.msop.core.db.annotation.MsTableColumn.class - [JAR]

├─ tech.msop.core.db.annotation.MsTableId.class - [JAR]

tech.msop.core.db.exception

├─ tech.msop.core.db.exception.AnnotationException.class - [JAR]

├─ tech.msop.core.db.exception.MsTableException.class - [JAR]

tech.msop.core.db.properties

├─ tech.msop.core.db.properties.MsDbProperties.class - [JAR]

tech.msop.core.db.config

├─ tech.msop.core.db.config.DbConfiguration.class - [JAR]

├─ tech.msop.core.db.config.TableBeanPostProcessor.class - [JAR]

tech.msop.core.db.enums

├─ tech.msop.core.db.enums.MsDbEnum.class - [JAR]