Git Product home page Git Product logo

my_web_template's Introduction

基本应用项目

类图

类图

接口说明

  • com.huifer.baseweb.base.HuiFerBaseInfo 基本信息,所有接口必须重写info方法
  • com.huifer.baseweb.service.IStatisticsService 统计服务标记接口,所有和统计相关的操作必须继承接口
  • com.huifer.baseweb.service.IBusinessService 业务接口标记,所有业务相关(增加\修改\删除\查询)操作必须继承接口
  • com.huifer.baseweb.redis.IRedisCrudService redis操作标记接口,必须继承接口
  • com.huifer.baseweb.redis.expire.ISetExpireForRedis redis 过期key 相关操作必须继承接口
  • com.huifer.baseweb.scheduling.InProjectScheduling定时任务相关 必须继承接口

常量

  • 基准类: com.huifer.baseweb.constants.BaseConstants
  • 内部可持有多个类,分别表示不同的常量类型,如时间格式化:DataFormat
  • 注意 redis key 必须存放在这里. 使用者需要在使用类中再定义一个常量接收public static final String xxx

my_web_template's People

Contributors

huifer avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.