Tags give the ability to mark specific points in history as being important
  • 1.0.0.RELEASE   数据字典 1.0.0.RELEASE 版本

    codetable-spring-boot 1.0.0.RELEASE

    数据字典介绍

    • 具有相同类型的配置项,配置到系统的数据库或XML文件中,方便系统维护,统一在后台进行数据字典维护,如果用户需求要增加变更配置项,只需要修改数据字典表记录即可,不需要修改代码。

    项目集成

    • 普通java 项目集成

      <dependency>
              <groupId>com.youshine.codetable</groupId>
              <artifactId>codetable</artifactId>
              <version>1.0.0.RELEASE</version>
          </dependency>
    • springboot 项目集成

      <dependency>
              <groupId>com.youshine.spring.boot</groupId>
              <artifactId>codetable-spring-boot-starter</artifactId>
              <version>1.0.0.RELEASE</version>
          </dependency>